summaryrefslogtreecommitdiff
path: root/server/util
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher26-3488/+0
2010-02-18Eliminate separate build tree for sss_clientStephen Gallagher1-1/+1
2010-02-18Use macros to hide memcpy callsJakub Hrozek1-0/+22
2010-02-18Supress warnings with -O2Jakub Hrozek1-1/+1
2010-02-12Make change password errors more transparentSumit Bose2-0/+84
2010-02-05Added option to use libcrypto instead of NSS.George McCollister2-0/+382
2010-02-05Internationalize the command-line help messageStephen Gallagher1-5/+5
2010-02-05Enable debug_timestamps by defaultStephen Gallagher2-3/+3
2009-12-18Do not overwrite valid TGTs when offlineSumit Bose2-0/+95
2009-12-15Fix warning in server.cStephen Gallagher1-1/+1
2009-12-15Properly close STDERR when daemonizingStephen Gallagher1-9/+3
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek2-47/+99
2009-12-10Add rebuild task to memberof pluginSimo Sorce1-2/+2
2009-12-08dhash: Add private pointer for delete callbackSimo Sorce1-1/+2
2009-12-08Add allocation error checkStephen Gallagher1-7/+10
2009-12-08Change dhash API to be talloc-friendlySimo Sorce1-16/+4
2009-12-07Allow nesting to fix #310Simo Sorce1-0/+3
2009-12-07Do not treat missing proc files as errors.Sumit Bose1-0/+10
2009-12-03Raise debug log level for LDB_DEBUG_WARNINGStephen Gallagher1-1/+1
2009-12-03Make debug log timestamps human-readableStephen Gallagher2-4/+13
2009-11-20Add initial failover support for ldap and ipaSimo Sorce2-0/+89
2009-11-20Filter by id range before actually storing entries.Simo Sorce1-0/+3
2009-11-20Improve handling of ccache filesSumit Bose2-0/+333
2009-11-20Validate Kerberos credentials with local keytabSumit Bose2-2/+16
2009-11-09Fix tevent_req error checking.Simo Sorce1-0/+12
2009-11-09Add missing includeJakub Hrozek1-0/+1
2009-11-06Add simple reference counting wrappers for tallocMartin Nagy2-0/+127
2009-11-06Add DLIST_FOR_EACH() macroMartin Nagy1-0/+3
2009-11-05Build files.c only for toolsStephen Gallagher2-745/+0
2009-11-05add replacements for missing Kerberos callsSumit Bose2-0/+137
2009-11-04Simplify debug_fn()Stephen Gallagher1-12/+2
2009-11-04Free the PCRE regexp with destructorJakub Hrozek1-0/+10
2009-10-22User home directories managementJakub Hrozek2-0/+745
2009-10-22Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy3-33/+9
2009-10-22Use correct talloc context in sss_names_init()Martin Nagy1-2/+2
2009-10-15enable debugging of krb5_childSumit Bose2-4/+38
2009-10-13add a replacement if ldap_control_create is missingSumit Bose2-0/+100
2009-10-06Remove unused btreemap codeStephen Gallagher2-257/+0
2009-10-05add utility call check_and_open_readonlySumit Bose2-0/+93
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