Serj Kalichev
|
2b1c1bf0a9
Fix extra warnings
|
před 10 roky |
Serj Kalichev
|
1a733d2882
Add internal getopt implamentation. BSD version
|
před 11 roky |
Serj Kalichev
|
21e5c5ae08
Fix UNIX_PATH_MAX portability problem. Thanks to S.Galabov
|
před 11 roky |
Serj Kalichev
|
28bdfb7c6a
Minor cosmetic changes
|
před 12 roky |
Serj Kalichev
|
36567a4fbc
Don't set optind for command line options parsing. The opt parsing within query is a problem
|
před 12 roky |
Serj Kalichev
|
eb0379fe22
Fix optind initialization while opt parsing
|
před 12 roky |
Serj Kalichev
|
9a99a31305
Add header for getopt() for systems without getopt.h
|
před 12 roky |
Serj Kalichev
|
8dbeed3251
Fix konfd sequences enumeration.
|
před 13 roky |
Serj Kalichev
|
6856285b91
The konf returns right retval when daemon report error code. More informative error messages.
|
před 13 roky |
Serj Kalichev
|
ea400c7333
Fix build problem with MSG_NOSIGNAL on OpenBSD.
|
před 14 roky |
Serj Kalichev
|
f947f5c11b
Use getopt_long() for utilities if getopt.h exists.
|
před 14 roky |
Serj Kalichev
|
a1df9b1b25
Implement --dry-run (-d) option for clish. The ACTION will not be actually executed. Fix version number of clish.
|
před 14 roky |
Serj Kalichev
|
5dfc1dac2c
Fix help for konf and konfd
|
před 14 roky |
Serj Kalichev
|
2270083925
The dynamic version definition in utilities.
|
před 14 roky |
Serj Kalichev
|
60b4c906f7
The konfd daemon understands now the -s option. It's a path to UNIX socket to listen on.
|
před 14 roky |
Serj Kalichev
|
1d13ee420a
Move receive_answer() to konf/net.h with name konf_client_recv_answer().
|
před 14 roky |
Serj Kalichev
|
b4cde206fa
Implement konf_client_recv_data() instead receive_data()
|
před 14 roky |
Serj Kalichev
|
4d2eb6f625
A little cleanup in konf utility.
|
před 14 roky |
Serj Kalichev
|
bd806d77e3
konf client can analyze command line args. The command to konfd must be located after -- option.
|
před 14 roky |
Serj Kalichev
|
e7e65d4623
The konf can escape encode arguments before passing them to the konfd daemon.
|
před 14 roky |
Serj Kalichev
|
34d2dea2fa
Semi-working utility konf to communicate to konfd daemon. TODO: Code duplication, quotes support.
|
před 14 roky |