summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2009-08-20Make the LOCAL provider always use MagicPrivateGroupsStephen Gallagher2-2/+9
2009-08-19enable usage of defaultBindDnSumit Bose6-9/+69
2009-08-19Eliminate the --with-tests configure flagStephen Gallagher3-32/+22
2009-08-18added missing hash_create which was remove by a previous patchSumit Bose1-5/+14
2009-08-18fix return value of confdb_get_domainsSumit Bose1-0/+1
2009-08-18Ensure that only one local domain is configuredStephen Gallagher1-1/+32
2009-08-17Fix broken buildStephen Gallagher1-1/+0
2009-08-17Fix reconnection codeSimo Sorce17-282/+141
2009-08-14Refactor responder_dp.cStephen Gallagher4-117/+117
2009-08-14Don't go to the backend for identical cache entry requestsStephen Gallagher3-55/+303
2009-08-13Make "files" a reserved word for legacy local domainJakub Hrozek4-4/+57
2009-08-13Tools ID range fixesJakub Hrozek3-4/+16
2009-08-12Eliminate unnecessary explicit timeout for DP account requestsStephen Gallagher1-33/+19
2009-08-12Fix reversal of parent and member in groupmodSimo Sorce1-8/+8
2009-08-11Change the why DP clients identifySimo Sorce15-321/+340
2009-08-11Prevent races between dp startup and othersSimo Sorce1-16/+26
2009-08-11Change services identification mechanismSimo Sorce11-507/+421
2009-08-11Minor fixesSimo Sorce2-7/+13
2009-08-11Fix monitor ping timeoutStephen Gallagher1-1/+4
2009-08-11Make child processes exit when parent diesJakub Hrozek7-1/+70
2009-08-11Make socket paths a compile-time optionStephen Gallagher6-5/+3
2009-08-10Do not fail enumerations because of range checksSimo Sorce2-6/+18
2009-08-10Revert build-breaking libsss_util_la change.Stephen Gallagher1-9/+20
2009-08-10Add configure checks for docbook XSL templates and XML toolsJakub Hrozek2-3/+40
2009-08-10Build and run tests with 'make check'Stephen Gallagher2-27/+11
2009-08-10Simplify interfaces initializationSimo Sorce24-417/+267
2009-08-10merge server and connection structuresSimo Sorce12-286/+228
2009-08-10Cosmetic changesSimo Sorce16-375/+375
2009-08-10Remove redundant memory contextsSimo Sorce14-134/+114
2009-08-10Refactor some code around watches and timeoutsSimo Sorce4-355/+324
2009-08-10CleanupsSimo Sorce2-189/+199
2009-08-05Fix broken ifndefsSimo Sorce1-9/+0
2009-08-05Parse fully qualified names in toolsJakub Hrozek8-88/+289
2009-08-05Move parsing of names and domains into util/Jakub Hrozek4-120/+135
2009-08-05Fix adding to groups on user creationJakub Hrozek1-1/+1
2009-08-05Consolidate tevent helpersJakub Hrozek6-84/+25
2009-08-04Fix race condition in sdap codeSimo Sorce2-83/+172
2009-08-03Fix search replies getting ignoredSimo Sorce1-14/+12
2009-07-31Correct check for local domain in toolsJakub Hrozek2-14/+2
2009-07-31Notify user when deleting nonexistent user or groupJakub Hrozek2-5/+20
2009-07-31Use correct return codesJakub Hrozek4-4/+4
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek4-21/+182
2009-07-31Improve error messagesJakub Hrozek4-5/+32
2009-07-29Address CVE-2009-2410Stephen Gallagher1-1/+1
2009-07-24Add async resolver testsJakub Hrozek2-1/+455
2009-07-24Add ares helpers into sssdJakub Hrozek9-1/+498
2009-07-24Async DNS integrationJakub Hrozek5-1/+739
2009-07-24Fix race condition that was causing segfaultsSimo Sorce1-80/+136
2009-07-22Minor cleanups in monitor.cStephen Gallagher1-1/+5
2009-07-21added LDAP change password backend targetSumit Bose4-4/+307