summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolssd: Use the child_id to open log filesSimo Sorce2011-08-101-15/+43
* s3-prefork: Pass the child a child_idSimo Sorce2011-08-103-2/+4
* s3-printing: Force pcap reload when all readySimo Sorce2011-08-104-5/+18
* s3-prefork: Return tsocket_address for client and serverSimo Sorce2011-08-103-32/+68
* s3-prefork: Pass messaging context around tooSimo Sorce2011-08-103-20/+59
* s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2011-08-103-52/+94
* s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce2011-08-104-41/+70
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-106-21/+42
* s3-prefork: Provide a cleanup functionSimo Sorce2011-08-103-28/+25
* s3-prefork: Inline Doxygen DocumentationSimo Sorce2011-08-101-0/+160
* s3-prefork: better timing out semanticsSimo Sorce2011-08-101-4/+14
* s3-prefork: add support for multiple listning file descriptorsSimo Sorce2011-08-103-95/+84
* s3-spoolssd: propagate SIGHUP to childrenSimo Sorce2011-08-101-11/+34
* s3-prefork: provide way to send a signal to all childrenSimo Sorce2011-08-102-0/+15
* s3-spoolssd: expand children pool when necessarySimo Sorce2011-08-101-7/+34
* s3-prefork: provide means to expand the pool sizeSimo Sorce2011-08-102-0/+33
* s3-spoolssd: Use parametric option for prefork parametersSimo Sorce2011-08-101-12/+48
* s3-spoolss: make listening asynchronousSimo Sorce2011-08-101-26/+60
* s3-spoolssd: Use the prefork framework in spoolssdSimo Sorce2011-08-101-3/+425
* s3-rpc_server: add termination functionSimo Sorce2011-08-102-3/+23
* s3-rpc: Expose some internal functionsSimo Sorce2011-08-102-33/+44
* s3-prefork: add way to manage number of clients per childSimo Sorce2011-08-102-3/+38
* s3-prefork: add asynchronous functionsSimo Sorce2011-08-102-1/+267
* s3-prefork: implement prefork frameworkSimo Sorce2011-08-104-0/+580
* s3-printing: No need to register to smbd's children listSimo Sorce2011-08-101-19/+0
* tevent: cleanup nesting counter when doing a full reinit.Simo Sorce2011-08-101-0/+7
* lib-util: Make create_unlink_tmp argument optionalSimo Sorce2011-08-101-1/+6
* lib-util: Make useful function a common utility.Simo Sorce2011-08-103-26/+37
* libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce2011-08-101-5/+11
* s3: Remove an unnecessary includeVolker Lendecke2011-08-101-1/+0
* pytalloc: Regenerate ABI file.Jelmer Vernooij2011-08-101-0/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-1023-229/+239
* s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ...Michael Adam2011-08-101-1/+1
* s3:libsmb: make cli_session_setup_spnego() staticStefan Metzmacher2011-08-102-6/+4
* s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego()Stefan Metzmacher2011-08-101-15/+18
* s3:libsmb: pass remote_realm to cli_session_setup_spnego() in cli_session_set...Stefan Metzmacher2011-08-101-1/+3
* s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher2011-08-105-2/+20
* s3:smb_macros.h: simplify _smb_setlen() and _smb_setlen_large()Stefan Metzmacher2011-08-101-6/+4
* s3:include: smb.h base old smb header offsets on new definesStefan Metzmacher2011-08-101-32/+32
* s3:include: smb.h merge some stuff from source4Stefan Metzmacher2011-08-101-0/+35
* Revert "s3:test_async_echo: unsure the desired smb message sequence"Stefan Metzmacher2011-08-101-10/+0
* tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...Stefan Metzmacher2011-08-101-37/+48
* s4:subtree_rename LDB module - fix the move/rename constraintsMatthias Dieter Wallnöfer2011-08-101-10/+7
* s4-drs: In dcesrv_drsuapi_DsRemoveDSServer use the subtree control to delete ...Matthieu Patou2011-08-101-1/+2
* s4-dsdb: avoid printing a pointless debug lineMatthieu Patou2011-08-101-1/+1
* s4-drsuapi: crackname search also for deleted objectsMatthieu Patou2011-08-101-1/+4
* s4: create a small script to test drsuapi/cracknameMatthieu Patou2011-08-101-0/+75
* tevent: change the version to 0.9.14 after the tevent_queue changestevent-0.9.14Stefan Metzmacher2011-08-092-1/+79
* tevent: fix some comments in tevent.hStefan Metzmacher2011-08-091-2/+2
* tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()Stefan Metzmacher2011-08-092-2/+131