Age | Commit message (Expand) | Author | Files | Lines |
2009-11-18 | Change initgroups code to use and check the cache | Simo Sorce | 2 | -218/+109 |
2009-11-18 | Fix crash due to uninitialized timeout variable | Simo Sorce | 1 | -0/+1 |
2009-11-18 | Upgrade cache and local databases to case-sensitive names | Stephen Gallagher | 2 | -2/+96 |
2009-11-18 | Make the sysdb user and group names case-sensitive | Stephen Gallagher | 2 | -1/+39 |
2009-11-13 | Fix option name krb5_changepw_principal | Sumit Bose | 5 | -7/+7 |
2009-11-12 | Change var name to make its use more clear. | Simo Sorce | 2 | -7/+7 |
2009-11-12 | Make 'permit' the default for the access target | Sumit Bose | 2 | -16/+5 |
2009-11-12 | Fix check_cache bug in dealing with the callback | Simo Sorce | 1 | -97/+104 |
2009-11-12 | Fix double free case. | Simo Sorce | 1 | -1/+3 |
2009-11-12 | Fixes for proxy provider | Sumit Bose | 2 | -7/+26 |
2009-11-12 | Fix inconsistent use of krb5_ccname_template | Sumit Bose | 2 | -2/+2 |
2009-11-12 | Try to fix offline logins | Simo Sorce | 1 | -12/+6 |
2009-11-12 | Add support for host, source host and user category | Sumit Bose | 1 | -8/+54 |
2009-11-10 | Add cleanup task | Simo Sorce | 9 | -156/+915 |
2009-11-10 | Refactor delete functions and add a few | Simo Sorce | 4 | -234/+648 |
2009-11-10 | Add check for access-time rules to ipa_access. | Sumit Bose | 4 | -0/+74 |
2009-11-10 | Simplify krb5 child handler | Sumit Bose | 1 | -17/+18 |
2009-11-09 | Fix segfault on unknown user/domain | Stephen Gallagher | 1 | -2/+2 |
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 16 | -284/+111 |
2009-11-09 | Assorted manpage fixes | Jakub Hrozek | 1 | -27/+14 |
2009-11-09 | Fix regression in error message when deleting groups | Jakub Hrozek | 1 | -6/+4 |
2009-11-09 | Fix enumerations | Simo Sorce | 1 | -2/+6 |
2009-11-09 | IPA time rules parsing routines | Jakub Hrozek | 4 | -0/+1841 |
2009-11-09 | Add missing include | Jakub Hrozek | 1 | -0/+1 |
2009-11-09 | Check return, zero free hostent, adhere to style | Simo Sorce | 4 | -20/+28 |
2009-11-07 | Fix ldap driver | Simo Sorce | 1 | -0/+3 |
2009-11-07 | Fix build | Simo Sorce | 1 | -4/+8 |
2009-11-07 | added access module of IPA provider | Sumit Bose | 6 | -4/+1697 |
2009-11-06 | Add fail over utility functions | Martin Nagy | 4 | -1/+971 |
2009-11-06 | Add simple reference counting wrappers for talloc | Martin Nagy | 4 | -1/+373 |
2009-11-06 | Add DLIST_FOR_EACH() macro | Martin Nagy | 1 | -0/+3 |
2009-11-06 | Check is ccache structure is initialized before calling krb5_cc_destroy | Sumit Bose | 1 | -8/+16 |
2009-11-06 | Clean up unused dependencies | Stephen Gallagher | 2 | -7/+38 |
2009-11-06 | Fix a bad free in async_resolv.c | Martin Nagy | 1 | -6/+0 |
2009-11-06 | Add missing include file to files-tests.c | Martin Nagy | 1 | -0/+1 |
2009-11-06 | Always set last update and expire time | Simo Sorce | 4 | -114/+110 |
2009-11-06 | Split async helpers in multiple files | Simo Sorce | 6 | -3285/+3386 |
2009-11-06 | Reorganize ldap id provider files | Simo Sorce | 5 | -547/+584 |
2009-11-06 | Unify code to use the generic search interface | Simo Sorce | 1 | -593/+473 |
2009-11-06 | Fix and enhance initgroups call | Simo Sorce | 1 | -170/+637 |
2009-11-06 | Unify parse routines, use maps in generic searches | Simo Sorce | 4 | -130/+77 |
2009-11-06 | Store the original memberof attributes if any | Simo Sorce | 1 | -7/+30 |
2009-11-06 | Make useful function more broadly available. | Simo Sorce | 3 | -30/+30 |
2009-11-06 | Make available method to quickly retrive string | Simo Sorce | 2 | -3/+35 |
2009-11-05 | Build files.c only for tools | Stephen Gallagher | 4 | -13/+14 |
2009-11-05 | Increase the sbus dispatch DEBUG level to 9 | Stephen Gallagher | 1 | -2/+2 |
2009-11-05 | Update midpoint refresh logic to be relative to cache timeout | Stephen Gallagher | 6 | -15/+49 |
2009-11-05 | Add configure check for sasl.h | Stephen Gallagher | 1 | -0/+2 |
2009-11-05 | add replacements for missing Kerberos calls | Sumit Bose | 7 | -48/+160 |
2009-11-04 | Do not delete users, groups outside domain range | Jakub Hrozek | 2 | -11/+35 |