Age | Commit message (Expand) | Author | Files | Lines |
2011-09-05 | s3-smbd: Rename reload_printers() and add documentation. | Andreas Schneider | 1 | -1/+1 |
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-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 | 1 | -1/+0 |
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-spoolss: do not call pcap_cache_reload() directly | Simo Sorce | 1 | -5/+17 |
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 | 1 | -4/+20 |
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 | 1 | -23/+40 |
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-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 | 1 | -17/+48 |
2011-08-10 | s3-printing: Rework how the background process is started | Simo Sorce | 1 | -0/+4 |
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-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-18 | s3-rpc_server: Fixed segfaults in rpc daemons. | Andreas Schneider | 1 | -1/+1 |
2011-07-01 | s3-printing: split out printing migration code into a smaller library. | Günther Deschner | 1 | -1/+1 |
2011-05-05 | s3-printing: run minimal_includes.pl. | Günther Deschner | 1 | -2/+0 |
2011-05-02 | s3: include ntdomain.h before including generated srv_ headers. | Günther Deschner | 1 | -0/+1 |
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 1 | -0/+1 |
2011-05-02 | s3-proto: move rpc_srv_register protos and structs to town headerfile. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-locking: move locking prototypes out of proto.h. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: printing needs parts of smbd. | Günther Deschner | 1 | -0/+1 |
2011-03-29 | s3-spoolssd: Register spoolssd endpoints. | Andreas Schneider | 1 | -0/+8 |
2011-03-29 | s3-spoolssd: Fixed logfile creation. | Andreas Schneider | 1 | -2/+11 |
2011-03-29 | s3-spoolssd: Added missing include. | Andreas Schneider | 1 | -0/+2 |