summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Snapshots: fix Statistics data location in importerNarayan Desai2009-04-151-5/+6
* Packages: Fix ptype error handlingNarayan Desai2009-04-151-1/+1
* Add revision to bcfg2-admin snapshots reportsSol Jerome2009-04-151-4/+5
* Add print_table function for bcfg2-admin snapshotsSol Jerome2009-04-142-21/+61
* Fix YUMng -r behaviorNarayan Desai2009-04-131-1/+1
* More spelling fixesSol Jerome2009-04-082-2/+2
* Remove unnecessary newlines in bcfg2-admin init (Reported by m4z on irc)Sol Jerome2009-04-081-4/+2
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-084-10/+32