summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Ensure nextID doesn't reuse an existing local UID or GIDStephen Gallagher2009-08-201-9/+21
* Support Docbook 4.4Stephen Gallagher2009-08-2010-20/+20
* Support gettext >= 0.14 instead of 0.17Stephen Gallagher2009-08-202-2/+3
* Remove 'color-tests' from AM_INIT_AUTOMAKEStephen Gallagher2009-08-201-1/+1
* Fix usage of $(builddir) in SSSDStephen Gallagher2009-08-201-0/+4
* Make the LOCAL provider always use MagicPrivateGroupsStephen Gallagher2009-08-202-2/+9
* enable usage of defaultBindDnSumit Bose2009-08-196-9/+69
* Eliminate the --with-tests configure flagStephen Gallagher2009-08-193-32/+22
* added missing hash_create which was remove by a previous patchSumit Bose2009-08-181-5/+14
* fix return value of confdb_get_domainsSumit Bose2009-08-181-0/+1
* Ensure that only one local domain is configuredStephen Gallagher2009-08-181-1/+32
* Fix broken buildStephen Gallagher2009-08-171-1/+0
* Fix reconnection codeSimo Sorce2009-08-1717-282/+141
* Refactor responder_dp.cStephen Gallagher2009-08-144-117/+117
* Don't go to the backend for identical cache entry requestsStephen Gallagher2009-08-143-55/+303
* Make "files" a reserved word for legacy local domainJakub Hrozek2009-08-134-4/+57
* Tools ID range fixesJakub Hrozek2009-08-133-4/+16
* Eliminate unnecessary explicit timeout for DP account requestsStephen Gallagher2009-08-121-33/+19
* Fix reversal of parent and member in groupmodSimo Sorce2009-08-121-8/+8
* Change the why DP clients identifySimo Sorce2009-08-1115-321/+340
* Prevent races between dp startup and othersSimo Sorce2009-08-111-16/+26
* Change services identification mechanismSimo Sorce2009-08-1111-507/+421
* Minor fixesSimo Sorce2009-08-112-7/+13
* Fix monitor ping timeoutStephen Gallagher2009-08-111-1/+4
* Make child processes exit when parent diesJakub Hrozek2009-08-117-1/+70
* Make socket paths a compile-time optionStephen Gallagher2009-08-116-5/+3
* Do not fail enumerations because of range checksSimo Sorce2009-08-102-6/+18
* Revert build-breaking libsss_util_la change.Stephen Gallagher2009-08-101-9/+20
* Add configure checks for docbook XSL templates and XML toolsJakub Hrozek2009-08-102-3/+40
* Build and run tests with 'make check'Stephen Gallagher2009-08-102-27/+11
* Simplify interfaces initializationSimo Sorce2009-08-1024-417/+267
* merge server and connection structuresSimo Sorce2009-08-1012-286/+228
* Cosmetic changesSimo Sorce2009-08-1016-375/+375
* Remove redundant memory contextsSimo Sorce2009-08-1014-134/+114
* Refactor some code around watches and timeoutsSimo Sorce2009-08-104-355/+324
* CleanupsSimo Sorce2009-08-102-189/+199
* Fix broken ifndefsSimo Sorce2009-08-051-9/+0
* Parse fully qualified names in toolsJakub Hrozek2009-08-058-88/+289
* Move parsing of names and domains into util/Jakub Hrozek2009-08-054-120/+135
* Fix adding to groups on user creationJakub Hrozek2009-08-051-1/+1
* Consolidate tevent helpersJakub Hrozek2009-08-056-84/+25
* Fix race condition in sdap codeSimo Sorce2009-08-042-83/+172
* Fix search replies getting ignoredSimo Sorce2009-08-031-14/+12
* Correct check for local domain in toolsJakub Hrozek2009-07-312-14/+2
* Notify user when deleting nonexistent user or groupJakub Hrozek2009-07-312-5/+20
* Use correct return codesJakub Hrozek2009-07-314-4/+4
* Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2009-07-314-21/+182
* Improve error messagesJakub Hrozek2009-07-314-5/+32
* Address CVE-2009-2410Stephen Gallagher2009-07-291-1/+1
* Add async resolver testsJakub Hrozek2009-07-242-1/+455