Age | Commit message (Expand) | Author | Files | Lines |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 2 | -4/+4 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 5 | -14/+14 |
2012-03-14 | s3-printing: Make printer a const char *. | Andreas Schneider | 1 | -2/+6 |
2012-03-04 | change low FDs are handled in Samba | Andrew Bartlett | 1 | -3/+0 |
2012-02-18 | Fix a bunch of "unused variable" warnings. | Jeremy Allison | 1 | -5/+0 |
2012-02-15 | s3-printing: fix crash in printer_list_set_printer() | David Disseldorp | 1 | -1/+1 |
2012-02-14 | s3: files_struct->mode is only written, remove it | Volker Lendecke | 1 | -1/+0 |
2012-02-09 | s3-printing: Add new printers to registry. | Björn Baumbach | 1 | -2/+17 |
2012-01-27 | Finally remove all malloc()'s from the substitute code. Now totally | Jeremy Allison | 1 | -3/+1 |
2012-01-23 | WERROR type variable being incorrectly checked with a NT_STATUS_IS_X | David Disseldorp | 1 | -1/+1 |
2012-01-20 | s3-spoolss: prefix print$ path on driver file deletion | David Disseldorp | 1 | -44/+37 |
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 1 | -1/+1 |
2012-01-17 | s3:printing: avoid messaging_event_context() in print_queue_housekeeping() | Stefan Metzmacher | 1 | -6/+21 |
2011-12-16 | s3:printing/spoolssd: avoid using server_messaging_context() | Stefan Metzmacher | 1 | -1/+1 |
2011-12-15 | s3:printing/spoolssd: pass event and messaging context to check_updater_child() | Stefan Metzmacher | 1 | -5/+4 |
2011-12-13 | s3: Remove a call to procid_self() | Volker Lendecke | 1 | -1/+1 |
2011-12-12 | s3: Remove a bunch of calls to procid_self() | Volker Lendecke | 3 | -4/+4 |
2011-12-08 | s3: Fix typos | Volker Lendecke | 1 | -1/+1 |
2011-11-03 | s3-printing: fix typo | Björn Baumbach | 1 | -1/+1 |
2011-10-27 | s3: Include uid_wrapper where it is missing. | Andreas Schneider | 1 | -0/+1 |
2011-10-11 | s3:printing: convert printer_list to use dbwrap wrapper functions | Michael Adam | 1 | -11/+20 |
2011-10-11 | s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b... | Michael Adam | 1 | -6/+4 |
2011-09-26 | s3: Remove the smbd_server_conn ref from create_conn_struct | Volker Lendecke | 1 | -3/+7 |
2011-09-09 | s3-spoolss: Fix bug #8351 forms migration. | Andreas Schneider | 1 | -0/+4 |
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 |