summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Replace bcfg2 proxy code with simplified code from CobaltNarayan Desai2008-01-091-231/+0
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-19/+45
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-44/+18
* Fix weird python2.3/sarge traceback [bugfix]Narayan Desai2007-11-301-1/+1
* fixed a type mismatch on line 183 url=None was failing when the proxy Rick Bradshow2007-09-061-1/+1
* Removed because we no longer use built-in Python SSL (we use tlslite instead).Daniel Joseph Barnhart Clark2007-07-021-3/+0
* Actually use the new timeout codeNarayan Desai2007-03-201-2/+2
* Set tlslite xmlrpc timeout up to 90 secNarayan Desai2007-03-201-1/+35
* Merged in certs branch in preparation for 0.9.3pre2Narayan Desai2007-03-121-57/+24
* Make bcfg2.conf-less -p -s runs workNarayan Desai2007-02-281-32/+56
* Allow specification of local socket bind addresses (Resolves Ticket #240)Narayan Desai2006-11-011-102/+49
* Make the Proxy library respect the -C option (Resolves Ticket #94)Narayan Desai2006-08-221-2/+5
* Fixup error messages for config problems (from Sami Haahtinen)Narayan Desai2006-07-101-2/+2
* * Version bump to 0.8.2pre6Narayan Desai2006-06-121-1/+1
* * Fix fatal server setup errorNarayan Desai2006-06-121-7/+16
* Step 2 of SSL client cert integrationNarayan Desai2006-06-071-2/+98
* Initial checkin of peer SSL cert checksNarayan Desai2006-06-021-2/+10
* Roll up minor patches changing logging and the init scriptNarayan Desai2006-04-261-1/+1
* add better error handling for ssl negotiation errorsNarayan Desai2006-04-251-1/+4
* Downsync the latest changes from cobaltNarayan Desai2006-04-201-2/+3
* Proxy.py downsync from the cobalt repoNarayan Desai2006-04-201-11/+54
* * Version bumpNarayan Desai2006-03-231-2/+4
* Improve error handling for server problemsNarayan Desai2006-02-271-1/+1
* add new support for client profile assertionNarayan Desai2006-02-201-0/+5
* change the new cobalt proxy code to use /etc/bcfg2.confNarayan Desai2006-02-091-1/+1
* Switch to cobalt xmlrpc proxy code; should allow easier sync between bcfg and...Narayan Desai2006-02-091-0/+92