aboutsummaryrefslogtreecommitdiff
path: root/qemud
Commit message (Expand)AuthorAgeFilesLines
* group ownership of /var/run/libvirt/Daniel Veillard2008-04-251-0/+12
* convert TAB-based indentation in C sources to use only spacesJim Meyering2008-04-103-1949/+1949
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-106-61/+0
* Don't do polkit auth as rootDaniel P. Berrange2008-04-043-105/+118
* Mark many more strings for translation.Jim Meyering2008-03-271-95/+102
* * qemud/remote.c: Don't include <getopt.h>. Not used.Jim Meyering2008-03-241-1/+0
* * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.hDaniel Veillard2008-03-171-6/+6
* String fixes #436620Daniel Veillard2008-03-141-1/+1
* Don't run cleannup code for parent process in daemon modeDaniel P. Berrange2008-03-111-9/+3
* Avoid segfault upon early libvirtd failure.Jim Meyering2008-03-031-2/+3
* Plug saslUsernameWhitelist leak.Jim Meyering2008-03-031-0/+1
* Plug skipped-qemudCleanup leak.Jim Meyering2008-03-031-2/+1
* Plug remoteReadConfigFile leak.Jim Meyering2008-03-031-4/+4
* fix a broken line splitDaniel Veillard2008-02-291-1/+1
* Many typos fixed (Atsushi SAKAI).Richard W.M. Jones2008-02-296-12/+12
* Avoid link errors with "configure --disable-shared".Jim Meyering2008-02-281-10/+16
* Make qemud/'s rpcgen rules work.Jim Meyering2008-02-271-0/+1
* avoid format string warningsJim Meyering2008-02-222-42/+54
* Use safewrite in place of write, in many cases.Jim Meyering2008-02-221-6/+4
* Move safewrite and saferead to a separate file.Jim Meyering2008-02-221-1/+2
* Update to work with new policy kit APIsDaniel P. Berrange2008-02-201-2/+19
* Set close-on-exec flag for signal pipeDaniel P. Berrange2008-02-201-1/+3
* Add remote daemon support for storage APIsDaniel P. Berrange2008-02-207-1/+2260
* Fix gcc-4.3.0 "inlining failed" warning.Mark McLoughlin2008-02-081-4/+4
* Enable another syntax-check rule.Jim Meyering2008-02-071-2/+0
* missing ')'Daniel Veillard2008-02-071-1/+1
* Mark all qemudLog diagnostics for translation.Jim Meyering2008-02-072-119/+151
* Remove all trailing blanks; turn on the rule to detect them.Jim Meyering2008-02-053-4/+4
* Enable the <assert.h>-checking test; fix violations.Jim Meyering2008-01-293-3/+0
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-292-2/+2
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-3/+2
* Portability improvements for Mac OS X.Richard W.M. Jones2008-01-232-1/+5
* Use a variable name as sizeof argument, not a type name.Jim Meyering2007-12-114-22/+22
* Test libvirtd's config-processing code.Jim Meyering2007-12-111-3/+1
* qemud/qemud.c (qemudInitPaths): Remove unused code.Jim Meyering2007-12-061-9/+0
* Thu Dec 6 16:30:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-12-061-25/+28
* Include "config.h".Jim Meyering2007-12-051-0/+1
* Use gnulib, starting with its physmem and getaddrinfo modules.Jim Meyering2007-12-052-3/+3
* * qemud/remote.c: rename remoteDispatchAuthPolkitInit toDaniel Veillard2007-12-051-1/+1
* Fix compile issues when SASL is disabledDaniel P. Berrange2007-12-051-2/+24
* Re-add listen_tcp/listen_tls config params accidentally lostDaniel P. Berrange2007-12-051-0/+2
* Added PolicyKit authentication supportDaniel P. Berrange2007-12-0512-8/+276
* Added missing sasl config fileDaniel P. Berrange2007-12-051-0/+28
* Add whitelisting of users. Remove IP whitelisting. Make auth schemes configur...Daniel P. Berrange2007-12-057-300/+528
* Add data encryption using SASL SSF layerDaniel P. Berrange2007-12-053-70/+311
* Initial integration of SASL authentication, working for Kerberos onlyDaniel P. Berrange2007-12-0512-24/+686
* Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-12-052-2/+2
* Avoid compile failure when HAVE_AVAHI is not defined.Jim Meyering2007-12-031-4/+0
* Detect heap allocation failure; factor out some duplication.Jim Meyering2007-11-301-154/+224
* add a gcc-printf attribute to remoteDispatchErrorJim Meyering2007-11-261-1/+2