| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove some configuration files we create upon un-installation | Rob Crittenden | 2010-01-28 | 2 | -1/+12 |
| * | Remove (un)wrap_binary_data cruft from */ipautil.py | John Dennis | 2010-01-28 | 2 | -124/+0 |
| * | Remove __public__ and __proxy__ hold-overs from Plugin class | Jason Gerard DeRose | 2010-01-28 | 6 | -227/+1 |
| * | Update dogtag configuration to work after CVE-2009-3555 changes | Rob Crittenden | 2010-01-27 | 3 | -6/+18 |
| * | Fix schema loading in the ldap backend. | Pavel Zuna | 2010-01-27 | 1 | -1/+4 |
| * | Update spec to require python-wehjit >= 0.2.0 | Jason Gerard DeRose | 2010-01-27 | 1 | -1/+4 |
| * | Require that the hostname we are joining as is fully-qualified | Rob Crittenden | 2010-01-26 | 1 | -0/+6 |
| * | Remove duplicated code | Rob Crittenden | 2010-01-26 | 1 | -6/+0 |
| * | Enabled CRUDS in webUI using wehjit 0.2.0 | Jason Gerard DeRose | 2010-01-26 | 6 | -199/+239 |
| * | Fixed xmlrpc_test.fuzzy_digits for Fedora12 | Jason Gerard DeRose | 2010-01-22 | 2 | -2/+2 |
| * | Set BIND to use ldapi and use fake mname | Martin Nagy | 2010-01-21 | 2 | -1/+4 |
| * | Move some functions from ipa-server-install into installutils | Martin Nagy | 2010-01-21 | 2 | -54/+54 |
| * | Allow a custom file mode when setting up debugging | Martin Nagy | 2010-01-21 | 1 | -2/+2 |
| * | Only add an NTP SRV record if we really are setting up NTP | Martin Nagy | 2010-01-21 | 4 | -8/+16 |
| * | Use the dns plug-in for addition of records during installation | Martin Nagy | 2010-01-21 | 4 | -146/+82 |
| * | Move api finalization in ipa-server-install after writing default.conf | Martin Nagy | 2010-01-21 | 1 | -23/+22 |
| * | Fix merge issue, cut-and-paste error | Rob Crittenden | 2010-01-21 | 1 | -2/+1 |
| * | Fix merge error, variable mis-named label instead of doc | Rob Crittenden | 2010-01-21 | 1 | -1/+1 |
| * | User-defined certificate subjects | Rob Crittenden | 2010-01-20 | 11 | -46/+164 |
| * | Stop looking when removing entries from a keytab. | Rob Crittenden | 2010-01-20 | 1 | -0/+5 |
| * | Fix plugin to work with new output validation, add new helpers | Rob Crittenden | 2010-01-20 | 1 | -34/+57 |
| * | Add DS migration plugin and password migration page. | Pavel Zuna | 2010-01-20 | 11 | -0/+637 |
| * | Add --enable-migration option in config plugin. | Pavel Zuna | 2010-01-20 | 1 | -1/+14 |
| * | Add BIND pre-op for DS->IPA password migration to ipa-pwd-extop DS plugin. | Pavel Zuna | 2010-01-20 | 3 | -15/+244 |
| * | Allow adding entries with pre-hashed passwords, but don't generate keys for t... | root | 2010-01-20 | 1 | -8/+15 |
| * | Temporary fix for name collision of textui.print_entry. | Pavel Zuna | 2010-01-20 | 2 | -3/+3 |
| * | Make DNS plugin support output validation and thus make it work again. | Pavel Zuna | 2010-01-20 | 1 | -39/+86 |
| * | Create pkiuser before calling pkicreate, pkicreate depends on the user existing | John Dennis | 2010-01-20 | 1 | -1/+1 |
| * | Correct some comment errors | Rob Crittenden | 2010-01-19 | 1 | -2/+1 |
| * | pass DER flag to x509.get_serial_number() | John Dennis | 2010-01-19 | 1 | -1/+1 |
| * | Allow cospriority to be updated and fix description of priority ordering | Rob Crittenden | 2010-01-19 | 2 | -16/+40 |
| * | Use 'l' instead of 'localityname' in host plugin. | Pavel Zuna | 2010-01-14 | 1 | -2/+14 |
| * | Make host objects aware of their membership and that l==localityName. | Pavel Zuna | 2010-01-14 | 1 | -0/+6 |
| * | Add default values for krb ticket policy attributes during installation. | Pavel Zuna | 2010-01-13 | 2 | -0/+8 |
| * | Add Kerberos Ticket Policy management plugin. | Pavel Zuna | 2010-01-13 | 2 | -27/+167 |
| * | Fix backend.Executioner unit test. | Pavel Zuna | 2010-01-13 | 1 | -6/+13 |
| * | Improve modlist generation in ldap2. Some code cleanup as bonus. | Pavel Zuna | 2010-01-11 | 1 | -65/+89 |
| * | Allow creation of new connections by unshared instances of backend.Connectible. | Pavel Zuna | 2010-01-11 | 2 | -14/+22 |
| * | Add start/stop for the CA | Rob Crittenden | 2010-01-11 | 1 | -0/+8 |
| * | Missed explicit reference to pki-ca, replace with self.service_name | Rob Crittenden | 2010-01-11 | 1 | -2/+2 |
| * | Add --all to LDAPCreate and make LDAP commands always display default attribu... | Pavel Zuna | 2010-01-11 | 7 | -14/+30 |
| * | Use the caIPAserviceCert profile for issuing service certs. | Rob Crittenden | 2010-01-08 | 2 | -3/+3 |
| * | Replace uses of %define with %global in the .spec file | Rob Crittenden | 2010-01-07 | 1 | -7/+7 |
| * | Change the service name to reflect changes in pki-ca (now pki-cad). | Rob Crittenden | 2010-01-07 | 1 | -3/+3 |
| * | Remove hardcoded domain, example.com | Rob Crittenden | 2009-12-18 | 2 | -6/+6 |
| * | Add messages, declarative tests for rolegroup, taskgroup plugins | Jason Gerard DeRose | 2009-12-18 | 5 | -273/+856 |
| * | Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'exista... | Jason Gerard DeRose | 2009-12-18 | 7 | -32/+106 |
| * | Need to supsend looping through the keytab entries when doing a delete. | Rob Crittenden | 2009-12-18 | 1 | -0/+5 |
| * | Handle base64-encoded certificates better, import missing function | Rob Crittenden | 2009-12-18 | 3 | -0/+11 |
| * | Fuzzy feelings | Jason Gerard DeRose | 2009-12-17 | 8 | -395/+653 |