index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-05
s3-smbd: Rename reload_printers() and add documentation.
Andreas Schneider
2
-3
/
+3
2011-09-05
s3-spoolssd: Remove stale printers only on a valid pcap update.
Andreas Schneider
1
-2
/
+2
2011-08-21
s3-spoolss: Remove useless check
Simo Sorce
1
-24
/
+4
2011-08-21
s3-spoolssd: Listen on parent messages
Simo Sorce
1
-0
/
+18
2011-08-21
s3-spoolssd: Send a message to the parent when we accept a connection
Simo Sorce
1
-0
/
+25
2011-08-21
s3-spoolssd: User new prefork helpers to simplify code.
Simo Sorce
1
-27
/
+3
2011-08-21
s3-prefork: Fix worker flags handling.
Simo Sorce
1
-1
/
+1
2011-08-21
s3-prefork: do not use a lock_fd, just race on accept()
Simo Sorce
1
-17
/
+3
2011-08-21
s3-spoolssd: Use prefrok utils to manage children
Simo Sorce
1
-122
/
+26
2011-08-21
s3-spoolss: Introduce helper function to manage pool.
Simo Sorce
1
-52
/
+64
2011-08-21
s3-spoolssd: Fix spoolss logging.
Simo Sorce
1
-13
/
+11
2011-08-21
s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checks
Simo Sorce
1
-3
/
+2
2011-08-21
s3-spoolssd: Check if we were able to create the prefork pool.
Andreas Schneider
1
-0
/
+3
2011-08-11
s3-messaging: Do not register to classes we are not going to use.
Simo Sorce
2
-3
/
+2
2011-08-11
s3-messaging: Remove obsolete class.
Simo Sorce
1
-2
/
+0
2011-08-10
s3-spoolss: Fix prototypes warnings.
Andreas Schneider
1
-1
/
+4
2011-08-10
s3-printing: Do not try to force reload.
Simo Sorce
1
-1
/
+5
2011-08-10
s3-spoolss: do not call pcap_cache_reload() directly
Simo Sorce
1
-5
/
+17
2011-08-10
s3-printing: Add child handler to bq process
Simo Sorce
1
-4
/
+32
2011-08-10
s3-spoolss: Fix printers related messaging
Simo Sorce
1
-4
/
+34
2011-08-10
s3-prefork: Fix use of child id.
Simo Sorce
1
-10
/
+9
2011-08-10
s3-printing: make sure to block SIGHUP ...
Simo Sorce
2
-4
/
+39
2011-08-10
s3-spoolss: Use a global variable for the pool
Simo Sorce
1
-60
/
+31
2011-08-10
s3-printing: Allow bq process to have own logfile
Simo Sorce
3
-26
/
+55
2011-08-10
s3-spoolssd: Use the child_id to open log files
Simo Sorce
1
-15
/
+43
2011-08-10
s3-prefork: Pass the child a child_id
Simo Sorce
1
-0
/
+1
2011-08-10
s3-printing: Force pcap reload when all ready
Simo Sorce
2
-3
/
+12
2011-08-10
s3-prefork: Return tsocket_address for client and server
Simo Sorce
1
-7
/
+5
2011-08-10
s3-prefork: Pass messaging context around too
Simo Sorce
1
-15
/
+42
2011-08-10
s3-prefork: Set up a SIGCHLD handler by default
Simo Sorce
1
-39
/
+14
2011-08-10
s3:spoolssd Start spoolssd from printing_subsystem_init
Simo Sorce
3
-19
/
+62
2011-08-10
s3-printing: Rework how the background process is started
Simo Sorce
4
-21
/
+39
2011-08-10
s3-prefork: Provide a cleanup function
Simo Sorce
1
-11
/
+4
2011-08-10
s3-prefork: add support for multiple listning file descriptors
Simo Sorce
1
-5
/
+11
2011-08-10
s3-spoolssd: propagate SIGHUP to children
Simo Sorce
1
-11
/
+34
2011-08-10
s3-spoolssd: expand children pool when necessary
Simo Sorce
1
-7
/
+34
2011-08-10
s3-spoolssd: Use parametric option for prefork parameters
Simo Sorce
1
-12
/
+48
2011-08-10
s3-spoolss: make listening asynchronous
Simo Sorce
1
-26
/
+60
2011-08-10
s3-spoolssd: Use the prefork framework in spoolssd
Simo Sorce
1
-3
/
+425
2011-08-10
s3-printing: No need to register to smbd's children list
Simo Sorce
1
-19
/
+0
2011-08-03
s3-printing: fix some build warnings in queue_process.c
Günther Deschner
1
-1
/
+2
2011-08-02
s3:server Consolidate printing related initialization
Simo Sorce
2
-0
/
+9
2011-08-02
s3:smbd - Move printing queue stuff
Simo Sorce
3
-113
/
+324
2011-08-01
s3-rpc_server: Use binding vector in rpc_ep_try_register().
Andreas Schneider
1
-2
/
+22
2011-08-01
s3-rpc_server: Move the endpoint registration to own file.
Andreas Schneider
1
-2
/
+2
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-07-28
s3-spoolss: Use existing handle in printer_driver_files_in_use().
Andreas Schneider
1
-11
/
+1
2011-07-28
s3-spoolss: Use existing handle in printer_driver_in_use().
Andreas Schneider
1
-14
/
+2
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
4
-26
/
+26
[next]