index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some missing parameter unit tests; added docstring about Command._repr_...
Jason Gerard DeRose
2009-02-03
3
-6
/
+82
*
CLI now logs trace if it catches a non-public error and then exists with an I...
Jason Gerard DeRose
2009-02-03
1
-53
/
+20
*
Fixed another small CLI decoding problem (multivalue args in a tuple now work)
Jason Gerard DeRose
2009-02-03
1
-6
/
+6
*
Fixed a few problems in the CLI interactive prompting (wont prompt for Flag now)
Jason Gerard DeRose
2009-02-03
2
-11
/
+12
*
Switched back to generic shabang in lite-xmlrpc.py
Jason Gerard DeRose
2009-02-03
1
-1
/
+1
*
Renamed lite-xmlrpc2.py to lite-xmlrpc.py
Jason Gerard DeRose
2009-02-03
1
-0
/
+0
*
Removed lite-xmlrpc.py
Jason Gerard DeRose
2009-02-03
1
-175
/
+0
*
More work on xmlrpc stuff, started migrated more code to use errors2 instead ...
Jason Gerard DeRose
2009-02-03
8
-22
/
+55
*
More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; xmlcl...
Jason Gerard DeRose
2009-02-03
6
-39
/
+58
*
Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...
Jason Gerard DeRose
2009-02-03
10
-32
/
+108
*
Sundry work getting ready to switch to new XML-RPC client/server code
Jason Gerard DeRose
2009-02-03
5
-2
/
+132
*
Removed bogus CLI.set_defaults() method that was causing non-required values ...
Jason Gerard DeRose
2009-02-03
3
-12
/
+7
*
Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requested
Jason Gerard DeRose
2009-02-03
3
-1
/
+11
*
Added Object.params_minus() method; various small tweaks
Jason Gerard DeRose
2009-02-03
7
-36
/
+51
*
Renamed f_misc.py plugin module to misc.py
Jason Gerard DeRose
2009-02-03
2
-3
/
+0
*
Removed depreciated Command.args_to_kw() method; updated CLI to use Command.a...
Jason Gerard DeRose
2009-02-03
3
-89
/
+16
*
Added Command.args_options_2_params() method and its unit tests
Jason Gerard DeRose
2009-02-03
6
-18
/
+160
*
Started roughing out new crud base classes
Jason Gerard DeRose
2009-02-03
4
-0
/
+58
*
Command.takes_options and Command.takes_args class attributes can now also be...
Jason Gerard DeRose
2009-02-03
3
-6
/
+17
*
Mass file removal for IPAv2.
Rob Crittenden
2009-02-03
205
-25933
/
+0
*
Mass tree reorganization for IPAv2. To view previous history of files use:
Rob Crittenden
2009-02-03
108
-0
/
+0
*
Fix delegation using the special python-kerberos patch.
Simo Sorce
2009-01-26
1
-1
/
+4
*
Make KDC listen to TCP port as well by default
Simo Sorce
2009-01-26
1
-0
/
+1
*
read_file() was a remnant of the conversion of ldapupdate.py to a library and
Simo Sorce
2009-01-26
2
-4
/
+4
*
Merge branch 'master' of git://fedorapeople.org/~jderose/freeipa2
Rob Crittenden
2009-01-22
95
-0
/
+25624
|
\
|
*
Changed ipauuid.py docstring slightly so epydoc formats it correctly
Jason Gerard DeRose
2009-01-21
1
-8
/
+23
|
*
Removed doctest +ELLIPSIS directive from some examples in ipauuid.py that did...
Jason Gerard DeRose
2009-01-21
1
-4
/
+4
|
*
Fixed some Python2.4 issues in ipauuid.py doctests
Jason Gerard DeRose
2009-01-21
1
-13
/
+13
|
*
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...
Jason Gerard DeRose
2009-01-21
13
-24
/
+1407
|
|
\
|
|
*
Skip doc testing of the uuid module since by nature it changes every time
Rob Crittenden
2009-01-19
1
-8
/
+8
|
|
*
Initial implementation of netgroups
Rob Crittenden
2009-01-19
2
-0
/
+781
|
|
*
Add the pkiUser objectclass to hosts
Rob Crittenden
2009-01-19
1
-2
/
+5
|
|
*
Add new method, delAttr(), to completely remove an attribute
Rob Crittenden
2009-01-19
1
-3
/
+10
|
|
*
Add some negative testing to the user and group plugin tests
Rob Crittenden
2009-01-19
2
-0
/
+38
|
|
*
Revert change that caused XML-RPC tests to be skipped
Rob Crittenden
2009-01-19
1
-1
/
+0
|
|
*
Make the membership attribute an argument and add new method entry.delAttr()
Rob Crittenden
2009-01-19
2
-14
/
+23
|
|
*
Use correct function for outputing a string
Rob Crittenden
2009-01-19
1
-1
/
+1
|
|
*
Fix rule definition to match new API
Rob Crittenden
2009-01-19
1
-3
/
+3
|
|
*
Include local copy of UUID generator for Python 2.4.
Rob Crittenden
2009-01-19
2
-0
/
+546
|
*
|
Fixed Param.validate() so that self.query is checked after self.required
Jason Gerard DeRose
2009-01-20
2
-4
/
+4
|
*
|
Added rpc.xmlclient backend plugin for forwarding; added corresponding unit t...
Jason Gerard DeRose
2009-01-19
5
-16
/
+203
|
|
/
|
*
Added example to StrEnum docstring
Jason Gerard DeRose
2009-01-18
1
-0
/
+10
|
*
Added missing enumerable parameters
Jason Gerard DeRose
2009-01-18
3
-1
/
+91
|
*
New Param: fixed metavar bug in cli.py
Jason Gerard DeRose
2009-01-16
2
-2
/
+6
|
*
Added docstring cross-references between rpc and rpcserver modules
Jason Gerard DeRose
2009-01-16
2
-2
/
+6
|
*
rpcserver now uses xml_dumps() and xml_loads() functions
Jason Gerard DeRose
2009-01-16
2
-22
/
+24
|
*
Added docstrings to the new rpc.xml_dumps() and rcp.xml_loads() functions
Jason Gerard DeRose
2009-01-16
1
-6
/
+57
|
*
Renamed ipaserver.rpc to ipaserver.rpcserver
Jason Gerard DeRose
2009-01-16
2
-6
/
+6
|
*
ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_...
Jason Gerard DeRose
2009-01-15
3
-34
/
+116
|
*
Merge branch 'master' of git://fedorapeople.org/~jhrozek/plugin
Jason Gerard DeRose
2009-01-15
1
-2
/
+2
|
|
\
[next]