Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove the use of uuid in the directory server instance name. | Karl MacMillan | 2007-10-19 | 1 | -13/+1 | |
| | | | | | | | The use of a uuid for the DS instance name is overkill and it is a real pain. This patch will use ipa-realm-name instead (resulting in something like slapd-EXAMPLE-COM). All periods are converted to "-" because the DS can't handle periods in server ids. | |||||
* | Fix HTML errors on empty fields. Move roomnumber to address section. | Kevin McCarthy | 2007-10-19 | 3 | -33/+35 | |
| | ||||||
* | Add a flash message to the top of the page when there are validation errors. | Kevin McCarthy | 2007-10-19 | 3 | -5/+22 | |
| | ||||||
* | Add exception template. | Karl MacMillan | 2007-10-19 | 1 | -0/+1 | |
| | ||||||
* | Add an exception/error handler to the web gui. | Kevin McCarthy | 2007-10-18 | 2 | -0/+92 | |
| | ||||||
* | Actually return a value to the shell | Rob Crittenden | 2007-10-19 | 9 | -9/+18 | |
| | ||||||
* | Make distclean work again | Rob Crittenden | 2007-10-19 | 2 | -2/+4 | |
| | ||||||
* | Fix build issues related to the autotools conversion | Rob Crittenden | 2007-10-18 | 4 | -0/+9 | |
| | ||||||
* | Print traceback to the install log on unexpected error. | Karl MacMillan | 2007-10-18 | 1 | -2/+8 | |
| | ||||||
* | Add httpinstance.py | Rob Crittenden | 2007-10-18 | 1 | -0/+1 | |
| | ||||||
* | Correct PACKAGE in ipa-client/autogen.sh. | Karl MacMillan | 2007-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix autogen.sh to correctly compare versions and removed .la files from ↵ | Karl MacMillan | 2007-10-18 | 4 | -39/+85 | |
| | | | | packages. | |||||
* | Add logger objects to each controller. | Kevin McCarthy | 2007-10-17 | 7 | -9/+26 | |
| | | | | Fix up the config settings for logging. | |||||
* | Merge with head. | Karl MacMillan | 2007-10-18 | 6 | -13/+32 | |
|\ | ||||||
| * | Sort users by last name. Make labeleduri a link. | Kevin McCarthy | 2007-10-17 | 2 | -5/+7 | |
| | | ||||||
| * | Add print media CSS. Rename delegation edit button to 'update'. | Kevin McCarthy | 2007-10-17 | 5 | -8/+25 | |
| | | ||||||
* | | Additional build fixes from autoconf merge. | Karl MacMillan | 2007-10-18 | 8 | -18/+41 | |
| | | ||||||
* | | Fix small error in top-level makefile. | Karl MacMillan | 2007-10-18 | 1 | -2/+2 | |
| | | ||||||
* | | Fix build from autoconf patch import. | Karl MacMillan | 2007-10-18 | 14 | -17/+35 | |
|/ | ||||||
* | Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu> | Karl MacMillan | 2007-10-17 | 10 | -47/+380 | |
| | ||||||
* | Merge. | Karl MacMillan | 2007-10-17 | 8 | -30/+125 | |
|\ | ||||||
| * | patch queue: jslint_fixes.patch | Kevin McCarthy | 2007-10-16 | 2 | -4/+4 | |
| | | ||||||
| * | Remove coffee-spewing color from delete button. Adjust nav-link and size. | Kevin McCarthy | 2007-10-16 | 2 | -4/+3 | |
| | | ||||||
| * | Adds deletion for delegations. | Kevin McCarthy | 2007-10-16 | 3 | -0/+68 | |
| | | | | | | | | The deletion is only triggered via javascript, so they must hit confirm. | |||||
| * | Fixes to acilist: make use POST, use field labels. | Kevin McCarthy | 2007-10-15 | 4 | -19/+33 | |
| | | ||||||
| * | Fix for when there's a single ACI. | Kevin McCarthy | 2007-10-15 | 1 | -0/+4 | |
| | | ||||||
| * | Fix list delegations to show field labels. | Kevin McCarthy | 2007-10-15 | 3 | -2/+13 | |
| | | | | | | | | Also fix script tags on delegateform.kid. | |||||
| * | Rename delegatenewform to delegateform. | Kevin McCarthy | 2007-10-15 | 2 | -2/+1 | |
| | | ||||||
* | | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>. | Karl MacMillan | 2007-10-17 | 41 | -241/+1103 | |
|/ | ||||||
* | Fix build issues by combining patches submitted by Michael Gregg and | Rob Crittenden | 2007-10-17 | 9 | -38/+46 | |
| | | | | | Karl MacMillan Remove #!/usr/bin/python from many files to quiet rpmlint | |||||
* | Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>. | Karl MacMillan | 2007-10-16 | 4 | -34/+97 | |
| | ||||||
* | Better handling of IPv4/IPv6 sockets in ipa-kpasswd | Simo Sorce | 2007-10-12 | 1 | -132/+82 | |
| | | | | Tested with UDP and works | |||||
* | Add unique exit status to the ipa-find* tools when nothing is found | Rob Crittenden | 2007-10-16 | 4 | -4/+12 | |
| | ||||||
* | First step in enabling SSL in the IPA web server | Rob Crittenden | 2007-10-15 | 4 | -3/+84 | |
| | ||||||
* | Add option -a to print all attributes | Rob Crittenden | 2007-10-11 | 1 | -5/+38 | |
| | | | | | Make sure we don't print out binary data Remvoe any trailing white space when printing to avoid extra newlines | |||||
* | First draft of man pages for the admin tools | Rob Crittenden | 2007-10-11 | 13 | -2/+433 | |
| | ||||||
* | Enabled memberof plugin | Rob Crittenden | 2007-10-16 | 2 | -0/+14 | |
| | ||||||
* | Add basic delegation editing. | Kevin McCarthy | 2007-10-15 | 7 | -36/+170 | |
| | ||||||
* | Creates an update_entry api call, aliases update_user and update_group to it. | Kevin McCarthy | 2007-10-15 | 5 | -8/+28 | |
| | ||||||
* | Adds delegation listing and creation to the GUI. | Kevin McCarthy | 2007-10-12 | 16 | -10/+625 | |
| | ||||||
* | Verify that the LDAP ports are available during installation. | Rob Crittenden | 2007-10-15 | 1 | -0/+44 | |
| | ||||||
* | Remove buggy connection caching. Create a new connection for each LDAP | Rob Crittenden | 2007-10-12 | 1 | -36/+7 | |
| | | | | request. | |||||
* | Fix make (local-)dist | Simo Sorce | 2007-10-12 | 2 | -2/+2 | |
| | ||||||
* | Don't print error on fresh install | Simo Sorce | 2007-10-12 | 1 | -3/+5 | |
| | ||||||
* | Add inetUser objectclass. Remove test-users ldif. | Kevin McCarthy | 2007-10-11 | 3 | -34/+5 | |
| | ||||||
* | This is a really simple (and dumb) ACI parser for the ACI's we | Kevin McCarthy | 2007-10-11 | 2 | -0/+211 | |
| | | | | will need in the delegation UI. | |||||
* | Refactor the __get_entry into __get_base_entry and __get_sub_entry(). | Kevin McCarthy | 2007-10-11 | 1 | -11/+31 | |
| | | | | | The API needs to be thought about, but this is a quick fix w/minimal impact to allow get_entry_by_dn do work on non-leaf entries. | |||||
* | Merge. | Karl MacMillan | 2007-10-09 | 9 | -106/+80 | |
|\ | ||||||
| * | Combine get_user/group by dn/cn into get_entry_by_cn/dn. | Kevin McCarthy | 2007-10-09 | 9 | -106/+80 | |
| | | | | | | | | Also a couple double-escaping fixes I missed in the last patch. | |||||
* | | Karl MacMillan wrote: | Karl MacMillan | 2007-10-09 | 16 | -87/+72 | |
|/ | | | | | | | | | | | | | > > This largish patch makes the build and installation work on 64bit > > machines. The only catch here is that to get a 64bit build you need to > > set LIBDIR on make: > > > > make install LIBDIR=/usr/lib64 > > > > The spec file does this correctly. I couldn't find any reliable way to > > guess this that works both on real systems and in the almost entirely > > empty rpm build root (you can't, for example, check for the existence > > of /usr/lib64). |