summaryrefslogtreecommitdiff
path: root/server/util
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Silence warningsSimo Sorce1-0/+2
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce2-320/+318
2009-05-08Chdir to / when daemonizingJakub Hrozek1-0/+11
2009-05-08Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.Jakub Hrozek1-1/+9
2009-04-07Clean up warnings in SSSDStephen Gallagher1-12/+12
2009-03-20Enhance server_setupSimo Sorce2-0/+11
2009-03-13Better error reporting for pidfile()Simo Sorce1-7/+11
2009-03-11Fix calling setsid and resolve the sssd signal bugSimo Sorce1-11/+1
2009-03-02Do not steal memory in btreemaps.Simo Sorce1-4/+7
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-1/+3
2009-03-02first version of LOCAL pam backendSumit Bose2-0/+422
2009-02-28Fix confdb issues.Simo Sorce1-9/+4
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher2-9/+39
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce5-16/+18
2009-02-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2-0/+38
2009-02-16Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr...Stephen Gallagher2-22/+34
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+9
2009-02-12Fix copy&paste errorSimo Sorce1-1/+1
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-1/+1
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2-130/+0
2009-01-09Minor change to btreemap to use an enum for the return codes of btreemap_sear...Stephen Gallagher2-17/+24
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-0/+2
2008-12-22libevents renamed upstream to libteventSimo Sorce2-3/+4
2008-12-15Adding a parameter to the sbus_service_sbus_init function to allow passing in...Stephen Gallagher2-3/+5
2008-12-10Convert leading tabs to 4 spacesSimo Sorce1-36/+36
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce3-21/+8
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce2-115/+48
2008-11-25Move all server helpers in util/server.cSimo Sorce2-161/+400
2008-11-24point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce1-1/+2
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2-3/+5
2008-11-24Fix indentationSimo Sorce2-5/+5
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2-0/+138
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce3-3/+69
2008-11-19btreemap.c and btreemap.h seem to be missing from an earlier commit. Adding t...Stephen Gallagher2-0/+207
2008-11-04Rename function, do not use other libraries namespaceSimo Sorce2-9/+16
2008-11-03Moved method handling into sssd_dbus_connection.c. Added support for handling...Stephen Gallagher1-1/+1
2008-11-03Cleaning up improper whitespaceStephen Gallagher1-4/+4
2008-11-03Initial memory cleanup workStephen Gallagher2-0/+30
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-5/+1
2008-10-07Fix build issues surrounding signal blocking and DEBUG macrosStephen Gallagher2-0/+2
2008-10-07We need replace.h here or __location__ cannot be foundSimo Sorce1-0/+1
2008-10-07Forgot to add debug.cSimo Sorce1-0/+20
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 Sorce4-0/+395