summaryrefslogtreecommitdiffstats
path: root/server/util
Commit message (Expand)AuthorAgeFilesLines
* User home directories managementJakub Hrozek2009-10-222-0/+745
* Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy2009-10-223-33/+9
* Use correct talloc context in sss_names_init()Martin Nagy2009-10-221-2/+2
* enable debugging of krb5_childSumit Bose2009-10-152-4/+38
* add a replacement if ldap_control_create is missingSumit Bose2009-10-132-0/+100
* Remove unused btreemap codeStephen Gallagher2009-10-062-257/+0
* add utility call check_and_open_readonlySumit Bose2009-10-052-0/+93
* Send debug messages to logfileJakub Hrozek2009-09-253-2/+66
* Upgrade confdb to version 2Stephen Gallagher2009-09-252-8/+8
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-233-34/+17
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-213-17/+34
* Provide python bindings for sysdbJakub Hrozek2009-09-211-0/+8
* Add copyright noticesJakub Hrozek2009-09-114-0/+81
* Remove unused event context argument from confdb_initStephen Gallagher2009-09-101-2/+2
* Add strtoint32 and strtouint32 convenience functionsStephen Gallagher2009-09-102-0/+97
* more fixes for older libpcre versionssbose2009-09-091-2/+4
* Split database in multiple filesSimo Sorce2009-09-082-0/+125
* check if libpcre version is above or below 7Sumit Bose2009-09-011-1/+13
* add configure check for errno_tSumit Bose2009-08-281-0/+5
* Make child processes exit when parent diesJakub Hrozek2009-08-113-1/+46
* Fix broken ifndefsSimo Sorce2009-08-051-9/+0
* Move parsing of names and domains into util/Jakub Hrozek2009-08-052-0/+134
* Consolidate tevent helpersJakub Hrozek2009-08-051-0/+25
* Add option to add timestamps to debug outputSimo Sorce2009-07-203-4/+32
* Instrument memberof for debuggingSimo Sorce2009-07-201-1/+3
* add a short explanation about the used debug levelsSumit Bose2009-07-101-0/+14
* PRINT and ERROR macrosJakub Hrozek2009-07-021-0/+3
* Allow the use of custom CFLAGS on the make command lineStephen Gallagher2009-06-191-0/+1
* Create gettext framework for SSSD daemonStephen Gallagher2009-06-172-0/+14
* Add missing configure check for getpgrpStephen Gallagher2009-06-111-1/+1
* Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce2009-06-102-25/+51
* Fix invalid pointer error in ldb_debug_messagesStephen Gallagher2009-06-081-2/+19
* add utility function talloc_zfreeSimo Sorce2009-06-021-0/+4
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-282-0/+29
* Use PTR_2_INT for alignment calculationsSimo Sorce2009-05-281-4/+5
* Silence warningsSimo Sorce2009-05-261-0/+2
* Fix crypt functions to not use static buffers.Simo Sorce2009-05-182-320/+318
* Chdir to / when daemonizingJakub Hrozek2009-05-081-0/+11
* Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.Jakub Hrozek2009-05-081-1/+9
* Clean up warnings in SSSDStephen Gallagher2009-04-071-12/+12
* Enhance server_setupSimo Sorce2009-03-202-0/+11
* Better error reporting for pidfile()Simo Sorce2009-03-131-7/+11
* Fix calling setsid and resolve the sssd signal bugSimo Sorce2009-03-111-11/+1
* Do not steal memory in btreemaps.Simo Sorce2009-03-021-4/+7
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-021-1/+3
* first version of LOCAL pam backendSumit Bose2009-03-022-0/+422
* Fix confdb issues.Simo Sorce2009-02-281-9/+4
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-272-9/+39
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-265-16/+18
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-242-0/+38