Add network info command.
[jelmer/ctrlproxy.git] / daemon /
2008-09-27 Jelmer VernooijAdd utility function for sending responses.
2008-09-27 Jelmer VernooijRemove unused parameter.
2008-09-27 Jelmer VernooijStore ctrlproxy user pid.
2008-09-27 Jelmer VernooijAdd helper function for connecting to backend.
2008-09-27 Jelmer VernooijFix blocking issues.
2008-09-27 Jelmer VernooijFix client connecting, descriptions.
2008-09-27 Jelmer VernooijAdd asserts, fix double adding of clients.
2008-09-27 Jelmer VernooijSimplify password checking code.
2008-09-26 Jelmer VernooijMerge unix pipe listener support into main listener...
2008-09-26 Jelmer VernooijAllow not blocking when waiting for auth results.
2008-09-26 Jelmer VernooijMore improvements for communicating with backend.
2008-09-26 Jelmer VernooijUse irc transport infrastructure.
2008-09-26 Jelmer VernooijSend notification when password is accepted.
2008-09-26 Jelmer VernooijProperly remember network name.
2008-09-26 Jelmer VernooijConvert log levels properly.
2008-09-26 Jelmer VernooijAutomatically connect on startup.
2008-09-26 Jelmer VernooijChange effective user id.
2008-09-26 Jelmer VernooijUse separate struct for user information.
2008-09-26 Jelmer VernooijAllow overriding ctrlproxy path.
2008-09-26 Jelmer VernooijFix forwarding.
2008-09-26 Jelmer VernooijStart forwarding connections.
2008-09-26 Jelmer VernooijAdd stubs for GSSAPI.
2008-09-26 Jelmer VernooijBe a bit more verbose about why a connection fails.
2008-09-26 Jelmer VernooijStart launching ctrlproxy.
2008-09-26 Jelmer VernooijLog to stderr when running in foreground.
2008-09-26 Jelmer VernooijSupport non-system users.
2008-09-26 Jelmer VernooijSet paths from Makefile.
2008-09-18 Jelmer VernooijFix 64bit-specific warnings.
2008-07-23 Jelmer VernooijClarify error message.
2008-04-10 Jelmer Vernooijreintroduce flush temporarily.
2008-04-06 Jelmer Vernooijreopen log files on SIGHUP.
2008-03-09 Jelmer VernooijUse my samba.org email address.
2008-02-12 Jelmer VernooijAllow calling function in listener when a new client...
2008-02-12 Jelmer VernooijCouple of misc fixes for ctrlproxyd.
2008-02-12 Jelmer VernooijSupport inetd-style in ctrlproxyd.
2008-02-12 Jelmer VernooijAdd separate struct for ops.
2008-02-12 Jelmer VernooijUse syslog for logging in ctrlproxyd.
2008-02-06 Jelmer VernooijAdd -F option.
2008-02-06 Jelmer VernooijCheck pid file.
2008-02-06 Jelmer VernooijAdd address and port as explicit arguments to listener...
2008-02-06 Jelmer VernooijMove pidfile functions to util file.
2008-02-06 Jelmer VernooijMake sure error is initialized.
2008-02-06 Jelmer VernooijAdd example ctrlproxyd config.
2008-02-06 Jelmer VernooijAdd ctrlproxyd to the build.
2008-02-06 Jelmer VernooijStart working on system-wide daemon.