summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in elapi's Makefile.am that breaks 'make dist'Stephen Gallagher2009-07-201-1/+1
* Instrument memberof for debuggingSimo Sorce2009-07-202-1/+57
* Start rationalizing user tools a bitSimo Sorce2009-07-207-408/+299
* Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2009-07-205-1/+91
* Monitor resolv.conf for changesStephen Gallagher2009-07-204-128/+234
* Improvements to config file updatesStephen Gallagher2009-07-202-41/+152
* COLLECTION & INI CleanupDmitri Pal2009-07-205-86/+113
* add infrastructure to handle new backend targetsSumit Bose2009-07-206-150/+228
* Fix saving new nextIDJakub Hrozek2009-07-201-1/+1
* COLLECTION Improving searchesDmitri Pal2009-07-162-9/+181
* Run ini_config unit test with "make check"Stephen Gallagher2009-07-162-2/+19
* Run libcollection unit tests with 'make check'Stephen Gallagher2009-07-161-1/+3
* COLLECTION Add remove item functionsDmitri Pal2009-07-164-31/+146
* INI Refactoring code a bitDmitri Pal2009-07-162-42/+16
* ELAPI First part of the interfaceDmitri Pal2009-07-1512-4/+1655
* COLLECTION Fixed: iterator_up and insert_into_currentDmitri Pal2009-07-153-17/+83
* COLLECTION Adding flat traversal & copyDmitri Pal2009-07-155-99/+598
* add path_utils filesystem path manipulation utility functionsJohn Dennis2009-07-158-2/+840
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-138-3/+40
* let krb5 backend safe valid credentials for offline authenticationSumit Bose2009-07-101-0/+43
* fixed the default value for tls_reqcertSumit Bose2009-07-101-1/+1
* add a short explanation about the used debug levelsSumit Bose2009-07-101-0/+14
* fixed typos and a potential memory leakSumit Bose2009-07-091-2/+3
* Implement the ldap identity module.Simo Sorce2009-07-087-787/+1408
* Unify password caching ops in sysdbSimo Sorce2009-07-087-291/+178
* Use async helpers for ldap auth moduleSimo Sorce2009-07-081-722/+314
* Add async helper functionsSimo Sorce2009-07-087-25/+2060
* Expose sysdb function to parse sysdb_attrsSimo Sorce2009-07-082-2/+4
* Add dumb way to clean up .X filesSimo Sorce2009-07-083-0/+4
* fix return code of krb5 child to indicate that the kdc is unavailableSumit Bose2009-07-081-1/+5
* fixed some typos which prevented password cachingSumit Bose2009-07-081-3/+5
* fixed a double talloc_free errorSumit Bose2009-07-086-12/+0
* COLLECTION Removing static placeholder structure.Dmitri Pal2009-07-062-5/+20
* Fixing build issuesDmitri Pal2009-07-061-0/+1
* Check for root before initializingJakub Hrozek2009-07-069-4/+99
* Cleanup warnings in client and server codeSimo Sorce2009-07-033-6/+3
* Clean up warnings in common/Simo Sorce2009-07-0316-108/+110
* Convert proxy internals to tevent_req styleSimo Sorce2009-07-031-865/+1438
* Rework transaction code to use tevent_reqSimo Sorce2009-07-0318-2762/+4893
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-0318-416/+410
* Adding wrappers to free data in INI API.Dmitri Pal2009-07-025-65/+96
* Changing function names for collection API.Dmitri Pal2009-07-0214-2698/+2778
* Gettextize the sss_ toolsJakub Hrozek2009-07-027-109/+176
* PRINT and ERROR macrosJakub Hrozek2009-07-022-1/+4
* New deletion unit test.Dmitri Pal2009-07-022-2/+36
* check pending_return after dbus_connection_send_with_replySumit Bose2009-07-024-9/+9
* let .gitignore only filter autogenerated m4 filesSumit Bose2009-07-021-1/+2
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-0210-3/+980
* added kerberos locator pluginSumit Bose2009-07-027-2/+183
* Queue and stack APIs using collection.Dmitri Pal2009-07-028-2/+1081