index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
printing
/
spoolssd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-5
/
+7
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-1
/
+1
*
change low FDs are handled in Samba
Andrew Bartlett
2012-03-04
1
-3
/
+0
*
s3:printing/spoolssd: avoid using server_messaging_context()
Stefan Metzmacher
2011-12-16
1
-1
/
+1
*
s3:printing/spoolssd: pass event and messaging context to check_updater_child()
Stefan Metzmacher
2011-12-15
1
-5
/
+4
*
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
2011-12-12
1
-2
/
+2
*
s3-smbd: Rename reload_printers() and add documentation.
Andreas Schneider
2011-09-05
1
-1
/
+1
*
s3-spoolssd: Remove stale printers only on a valid pcap update.
Andreas Schneider
2011-09-05
1
-2
/
+2
*
s3-spoolss: Remove useless check
Simo Sorce
2011-08-21
1
-24
/
+4
*
s3-spoolssd: Listen on parent messages
Simo Sorce
2011-08-21
1
-0
/
+18
*
s3-spoolssd: Send a message to the parent when we accept a connection
Simo Sorce
2011-08-21
1
-0
/
+25
*
s3-spoolssd: User new prefork helpers to simplify code.
Simo Sorce
2011-08-21
1
-27
/
+3
*
s3-prefork: Fix worker flags handling.
Simo Sorce
2011-08-21
1
-1
/
+1
*
s3-prefork: do not use a lock_fd, just race on accept()
Simo Sorce
2011-08-21
1
-17
/
+3
*
s3-spoolssd: Use prefrok utils to manage children
Simo Sorce
2011-08-21
1
-122
/
+26
*
s3-spoolss: Introduce helper function to manage pool.
Simo Sorce
2011-08-21
1
-52
/
+64
*
s3-spoolssd: Fix spoolss logging.
Simo Sorce
2011-08-21
1
-13
/
+11
*
s3-spoolssd: Check if we were able to create the prefork pool.
Andreas Schneider
2011-08-21
1
-0
/
+3
*
s3-messaging: Do not register to classes we are not going to use.
Simo Sorce
2011-08-11
1
-1
/
+0
*
s3-messaging: Remove obsolete class.
Simo Sorce
2011-08-11
1
-2
/
+0
*
s3-spoolss: Fix prototypes warnings.
Andreas Schneider
2011-08-10
1
-1
/
+4
*
s3-spoolss: do not call pcap_cache_reload() directly
Simo Sorce
2011-08-10
1
-5
/
+17
*
s3-spoolss: Fix printers related messaging
Simo Sorce
2011-08-10
1
-4
/
+34
*
s3-prefork: Fix use of child id.
Simo Sorce
2011-08-10
1
-10
/
+9
*
s3-printing: make sure to block SIGHUP ...
Simo Sorce
2011-08-10
1
-4
/
+20
*
s3-spoolss: Use a global variable for the pool
Simo Sorce
2011-08-10
1
-60
/
+31
*
s3-printing: Allow bq process to have own logfile
Simo Sorce
2011-08-10
1
-23
/
+40
*
s3-spoolssd: Use the child_id to open log files
Simo Sorce
2011-08-10
1
-15
/
+43
*
s3-prefork: Pass the child a child_id
Simo Sorce
2011-08-10
1
-0
/
+1
*
s3-prefork: Return tsocket_address for client and server
Simo Sorce
2011-08-10
1
-7
/
+5
*
s3-prefork: Pass messaging context around too
Simo Sorce
2011-08-10
1
-15
/
+42
*
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
2011-08-10
1
-39
/
+14
*
s3:spoolssd Start spoolssd from printing_subsystem_init
Simo Sorce
2011-08-10
1
-17
/
+48
*
s3-printing: Rework how the background process is started
Simo Sorce
2011-08-10
1
-0
/
+4
*
s3-prefork: Provide a cleanup function
Simo Sorce
2011-08-10
1
-11
/
+4
*
s3-prefork: add support for multiple listning file descriptors
Simo Sorce
2011-08-10
1
-5
/
+11
*
s3-spoolssd: propagate SIGHUP to children
Simo Sorce
2011-08-10
1
-11
/
+34
*
s3-spoolssd: expand children pool when necessary
Simo Sorce
2011-08-10
1
-7
/
+34
*
s3-spoolssd: Use parametric option for prefork parameters
Simo Sorce
2011-08-10
1
-12
/
+48
*
s3-spoolss: make listening asynchronous
Simo Sorce
2011-08-10
1
-26
/
+60
*
s3-spoolssd: Use the prefork framework in spoolssd
Simo Sorce
2011-08-10
1
-3
/
+425
*
s3-rpc_server: Use binding vector in rpc_ep_try_register().
Andreas Schneider
2011-08-01
1
-2
/
+22
*
s3-rpc_server: Move the endpoint registration to own file.
Andreas Schneider
2011-08-01
1
-2
/
+2
*
s3-rpc_server: Fixed segfaults in rpc daemons.
Andreas Schneider
2011-07-18
1
-1
/
+1
*
s3-printing: split out printing migration code into a smaller library.
Günther Deschner
2011-07-01
1
-1
/
+1
*
s3-printing: run minimal_includes.pl.
Günther Deschner
2011-05-05
1
-2
/
+0
*
s3: include ntdomain.h before including generated srv_ headers.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-proto: move remaining spoolss protos to own header file.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-proto: move rpc_srv_register protos and structs to town headerfile.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
1
-1
/
+0
[next]