summaryrefslogtreecommitdiff
path: root/server/util/util.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-256/+0
2010-02-18Use macros to hide memcpy callsJakub Hrozek1-0/+22
2010-02-05Internationalize the command-line help messageStephen Gallagher1-5/+5
2010-02-05Enable debug_timestamps by defaultStephen Gallagher1-2/+2
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek1-3/+2
2009-12-07Allow nesting to fix #310Simo Sorce1-0/+3
2009-12-03Make debug log timestamps human-readableStephen Gallagher1-2/+6
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-0/+4
2009-11-20Filter by id range before actually storing entries.Simo Sorce1-0/+3
2009-11-09Fix tevent_req error checking.Simo Sorce1-0/+12
2009-11-09Add missing includeJakub Hrozek1-0/+1
2009-11-05Build files.c only for toolsStephen Gallagher1-10/+0
2009-10-22User home directories managementJakub Hrozek1-0/+10
2009-10-22Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy1-3/+9
2009-10-15enable debugging of krb5_childSumit Bose1-0/+2
2009-10-05add utility call check_and_open_readonlySumit Bose1-0/+4
2009-09-25Send debug messages to logfileJakub Hrozek1-0/+5
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-16/+0
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-0/+16
2009-09-21Provide python bindings for sysdbJakub Hrozek1-0/+8
2009-09-11Add copyright noticesJakub Hrozek1-0/+20
2009-09-08Split database in multiple filesSimo Sorce1-0/+3
2009-08-28add configure check for errno_tSumit Bose1-0/+5
2009-08-11Make child processes exit when parent diesJakub Hrozek1-0/+1
2009-08-05Fix broken ifndefsSimo Sorce1-9/+0
2009-08-05Move parsing of names and domains into util/Jakub Hrozek1-0/+16
2009-08-05Consolidate tevent helpersJakub Hrozek1-0/+25
2009-07-20Add option to add timestamps to debug outputSimo Sorce1-3/+12
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-10Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce1-8/+17
2009-06-02add utility function talloc_zfreeSimo Sorce1-0/+4
2009-05-28Suppress "rootdse" error messages.Stephen Gallagher1-0/+5
2009-03-20Enhance server_setupSimo Sorce1-0/+1
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-2/+8
2009-02-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher1-0/+3
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-3/+20
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-2/+0
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-2/+4
2008-11-04Rename function, do not use other libraries namespaceSimo Sorce1-2/+4
2008-11-03Initial memory cleanup workStephen Gallagher1-0/+4
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-5/+1
2008-10-07We need replace.h here or __location__ cannot be foundSimo Sorce1-0/+1
2008-10-07Add primitive debugging capabilities.Simo Sorce1-1/+10
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+1
2008-10-04Initital server code.Simo Sorce1-0/+38