summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix py2.4 portability (try/except/finally is 2.5+) (Reported by Lisa Giacchetti)Narayan Desai2009-05-141-8/+9
* Implement perf-reporting clientNarayan Desai2009-05-143-44/+43
* Implement perf-reporting clientNarayan Desai2009-05-141-0/+37
* Remove deprecated fingerprint admin modeNarayan Desai2009-05-142-28/+1
* Integrate server-side performance statistics infrastructureNarayan Desai2009-05-144-1/+49
* Cleaned up agent mode options and added cmd line options for SSL reworkSol Jerome2009-05-121-20/+14
* Display diff in interactive mode (for Ticket #526)Sol Jerome2009-05-121-9/+13
* SSL: Fix Transport constructor call on python2.4 (Patch from Tim Laszlo)Narayan Desai2009-05-111-1/+2
* Update admin modes for new FileMonitor interfaceSol Jerome2009-05-112-8/+10
* SSL: client side read based on server-provided content length (allows gracefu...Narayan Desai2009-05-112-3/+40
* SSL: revert unwrap change for now (it broke compat with trunk)Narayan Desai2009-05-081-1/+1
* SSL: shut sockets down gracefullyNarayan Desai2009-05-081-3/+7
* Snapshots: Remove ad-hoc error handling in favor of normal bcfg2-admin mode h...Narayan Desai2009-05-071-5/+2
* SSL Proxy: only use timeout parm with py2.6+ (patch from Torsten Rehn) (Resol...Narayan Desai2009-05-071-2/+11
* Implement reporting for deprecated plugins, improve reporting for experimenta...Narayan Desai2009-05-073-4/+15
* Implement support for .genshi bundles in BundlerNarayan Desai2009-05-073-9/+48
* remove stale codeNarayan Desai2009-05-071-48/+0
* Make time logging uniformNarayan Desai2009-05-072-2/+2
* Clean up File Monitoring code/adapt to new server infrastructureNarayan Desai2009-05-062-162/+124
* fixed external reverse zone buildingKen Raffenetti2009-05-061-1/+1
* Add spacing for longer options in bcfg2 -hSol Jerome2009-05-061-2/+2
* Snapshots: minor cosmetic updatesSol Jerome2009-05-061-13/+21
* SSL: build appropriate client optionsNarayan Desai2009-05-061-1/+7
* SSL: disable cert authentication if no CA is availableNarayan Desai2009-05-061-1/+7
* SSL: Setup server optionsNarayan Desai2009-05-061-0/+2
* SSL: Implement certificate verificationNarayan Desai2009-05-062-3/+30
* SSL Proxy: pass through key/cert/ca args to transportNarayan Desai2009-05-061-3/+2
* SSL Server: handle ctrl-c properlyNarayan Desai2009-05-061-0/+3
* SSL Server code: Remove some fixmes and remove dead (from bcfg2) codeNarayan Desai2009-05-061-76/+13
* Get basic auth working again with new ssl frameworkNarayan Desai2009-05-064-38/+195
* remove old refnameNarayan Desai2009-05-061-1/+0
* more to python 2.6 sslNarayan Desai2009-05-0665-10624/+606
* YUMng: Fix for RHEL5 (patch from Tim Lazlo)Narayan Desai2009-05-061-0/+1
* Proxy support for keys/certs/casNarayan Desai2009-05-061-5/+23
* clean up handshake stuffNarayan Desai2009-05-061-2/+1
* Implement basic proxy based on 2.6 sslNarayan Desai2009-05-061-22/+26
* Component: force client socket shutdownNarayan Desai2009-05-061-1/+6
* Fix RcUpdate driver regressionsSol Jerome2009-04-281-2/+2
* Fix svn keyword for RcUpdate.pySol Jerome2009-04-241-1/+1
* Python 2to3 updates for the Client toolsSol Jerome2009-04-249-137/+175
* Logging: Fix reconnect when using /dev/logNarayan Desai2009-04-241-3/+3
* SGenshi: improve error handlingNarayan Desai2009-04-241-0/+3
* Packages: improve error handing (Patch from Tim Laszlo)Narayan Desai2009-04-231-4/+7
* Add extra/bad entry reporting to snapshotsSol Jerome2009-04-231-9/+46
* More python 2to3 updates along with pylint/code cleanupsSol Jerome2009-04-233-23/+39
* Chkconfig patch from leggettNarayan Desai2009-04-231-1/+1
* Packages patch from Tim LaszloNarayan Desai2009-04-231-6/+10
* Remove hacks for sets in python 2.3Sol Jerome2009-04-231-10/+4
* Remove unused imports for pylintSol Jerome2009-04-179-15/+26
* Remove last traces of popen2 from client codeSol Jerome2009-04-151-38/+12