summaryrefslogtreecommitdiff
path: root/server/util
AgeCommit message (Expand)AuthorFilesLines
2009-09-25Send debug messages to logfileJakub Hrozek3-2/+66
2009-09-25Upgrade confdb to version 2Stephen Gallagher2-8/+8
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher3-34/+17
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek3-17/+34
2009-09-21Provide python bindings for sysdbJakub Hrozek1-0/+8
2009-09-11Add copyright noticesJakub Hrozek4-0/+81
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-2/+2
2009-09-10Add strtoint32 and strtouint32 convenience functionsStephen Gallagher2-0/+97
2009-09-09more fixes for older libpcre versionssbose1-2/+4
2009-09-08Split database in multiple filesSimo Sorce2-0/+125
2009-09-01check if libpcre version is above or below 7Sumit Bose1-1/+13
2009-08-28add configure check for errno_tSumit Bose1-0/+5
2009-08-11Make child processes exit when parent diesJakub Hrozek3-1/+46
2009-08-05Fix broken ifndefsSimo Sorce1-9/+0
2009-08-05Move parsing of names and domains into util/Jakub Hrozek2-0/+134
2009-08-05Consolidate tevent helpersJakub Hrozek1-0/+25
2009-07-20Add option to add timestamps to debug outputSimo Sorce3-4/+32
2009-07-20Instrument memberof for debuggingSimo Sorce1-1/+3
2009-07-10add a short explanation about the used debug levelsSumit Bose1-0/+14
2009-07-02PRINT and ERROR macrosJakub Hrozek1-0/+3
2009-06-19Allow the use of custom CFLAGS on the make command lineStephen Gallagher1-0/+1
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher2-0/+14
2009-06-11Add missing configure check for getpgrpStephen Gallagher1-1/+1
2009-06-10Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce2-25/+51
2009-06-08Fix invalid pointer error in ldb_debug_messagesStephen Gallagher1-2/+19
2009-06-02add utility function talloc_zfreeSimo Sorce1-0/+4
2009-05-28Suppress "rootdse" error messages.Stephen Gallagher2-0/+29
2009-05-28Use PTR_2_INT for alignment calculationsSimo Sorce1-4/+5
2009-05-26Silence warningsSimo Sorce1-0/+2
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce2-320/+318
2009-05-08Chdir to / when daemonizingJakub Hrozek1-0/+11
2009-05-08Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.Jakub Hrozek1-1/+9
2009-04-07Clean up warnings in SSSDStephen Gallagher1-12/+12
2009-03-20Enhance server_setupSimo Sorce2-0/+11
2009-03-13Better error reporting for pidfile()Simo Sorce1-7/+11
2009-03-11Fix calling setsid and resolve the sssd signal bugSimo Sorce1-11/+1
2009-03-02Do not steal memory in btreemaps.Simo Sorce1-4/+7
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-1/+3
2009-03-02first version of LOCAL pam backendSumit Bose2-0/+422
2009-02-28Fix confdb issues.Simo Sorce1-9/+4
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher2-9/+39
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce5-16/+18
2009-02-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2-0/+38
2009-02-16Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr...Stephen Gallagher2-22/+34
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+9
2009-02-12Fix copy&paste errorSimo Sorce1-1/+1
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-1/+1
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2-130/+0
2009-01-09Minor change to btreemap to use an enum for the return codes of btreemap_sear...Stephen Gallagher2-17/+24
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-0/+2