summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-19Simplify the logic on the another_ldap_try() loops by breakingJeremy Allison1-95/+105
2011-08-19Move the alarm setup/teardown out of another_ldap_try() and into separateJeremy Allison1-48/+43
2011-08-19Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...Jeremy Allison1-4/+8
2011-08-19Make it clear the time here is an absolute endtime. Don't set the alarm if th...Jeremy Allison1-15/+35
2011-08-19Always remove the alarm before changing the handler, not the other way around.Jeremy Allison1-1/+1
2011-08-19Remove old_handler as alarms can't be nested. Use SIG_IGN instead.Jeremy Allison1-4/+2
2011-08-19Change got_alarm from bool to the correct type of SIG_ATOMIC_T.Jeremy Allison1-3/+3
2011-08-20Re-arrange the optimization to reduce tdb fcntl calls if smbd is notIra Cooper1-1/+5
2011-08-15s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam1-2/+8
2011-08-15s3:lib: fix a comment in tdb_unpack()Michael Adam1-1/+1
2011-08-15s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...Gregor Beck1-1/+1
2011-08-15s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...Gregor Beck1-1/+3
2011-08-15s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce1-9/+11
2011-08-11s3-messaging: Fix messaging classes.Simo Sorce1-8/+11
2011-08-11s3-messaging: Remove obsolete class.Simo Sorce1-2/+0
2011-08-10s3: Fix some typos -- Simo, please checkVolker Lendecke1-7/+7
2011-08-10s3-prefork: Fix use of child id.Simo Sorce1-2/+2
2011-08-10s3-prefork: Pass the child a child_idSimo Sorce2-2/+3
2011-08-10s3-prefork: Return tsocket_address for client and serverSimo Sorce2-25/+63
2011-08-10s3-prefork: Pass messaging context around tooSimo Sorce2-5/+17
2011-08-10s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2-13/+80
2011-08-10s3-prefork: Provide a cleanup functionSimo Sorce2-17/+21
2011-08-10s3-prefork: Inline Doxygen DocumentationSimo Sorce1-0/+160
2011-08-10s3-prefork: better timing out semanticsSimo Sorce1-4/+14
2011-08-10s3-prefork: add support for multiple listning file descriptorsSimo Sorce2-90/+73
2011-08-10s3-prefork: provide way to send a signal to all childrenSimo Sorce2-0/+15
2011-08-10s3-prefork: provide means to expand the pool sizeSimo Sorce2-0/+33
2011-08-10s3-prefork: add way to manage number of clients per childSimo Sorce2-3/+38
2011-08-10s3-prefork: add asynchronous functionsSimo Sorce2-1/+267
2011-08-10s3-prefork: implement prefork frameworkSimo Sorce2-0/+578
2011-08-10s3: Remove an unnecessary includeVolker Lendecke1-1/+0
2011-08-09s3:lib/events: Fix a bug in run_poll_events().Stefan Metzmacher1-0/+4
2011-08-08s3:smbconf let drop leave the smbconf key in place to match a virgin registry...Gregor Beck1-1/+1
2011-08-05s3/ldap: delay the ldap search alarm termination a bitBjörn Jacke1-2/+13
2011-08-03s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett1-8/+0
2011-07-29s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke1-0/+148
2011-07-29s3: Make is_executable() available in lib/Volker Lendecke1-0/+17
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam16-13/+151
2011-07-29s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam3-32/+33
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam9-71/+182
2011-07-29s3:g_lock: explicitly include dbwrap.hMichael Adam1-0/+1
2011-07-29s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.cMichael Adam1-0/+1
2011-07-28s3:libsmbconf: use lp_load_global() in the testsuiteMichael Adam1-6/+1
2011-07-28s3:libnetapi: use lp_load_global()Michael Adam1-1/+1
2011-07-26s3:lib change default share security access maskChristian Ambach1-3/+3
2011-07-22s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher1-2/+7
2011-07-21s3:afs make path argument to afs_syscall constChristian Ambach1-1/+1
2011-07-21s3:lib/afs use stdbool typesChristian Ambach2-22/+22
2011-07-21s3:lib/afs_settoken fix some compiler warningsChristian Ambach1-3/+4
2011-07-21s3:lib/afs fix some compiler warningsChristian Ambach1-2/+3