Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-29 | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 1 | -0/+1 | |
This defines a common table format, so we can in future define a common table. Andrew Bartlett | |||||
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -7/+7 | |
My previous patches fixed up all direct TDB callers, but there are a few utility functions and the db_context functions which are still using the old -1 / 0 return codes. It's clearer to fix up all the callers of these too, so everywhere is consistent: non-zero means an error. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_chainlock: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 | |
TDB2 returns a negative error number on failure. This is compatible if we always check for != 0 instead of == -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 1 | -5/+5 | |
TDB2 returns a negative error number on failure. This is compatible if we always check for != 0 instead of == -1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -14/+14 | |
This is a noop for tdb1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-auth: printing needs auth.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3: printing needs parts of smbd. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/syslog.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-29 | s3:printing Make print_queue_receive public | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-28 | Fix compiler warning on casting -1 to uint32. | Jeremy Allison | 1 | -3/+3 | |
2011-02-22 | s3-printing: fix pcacp prototypes and includes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-22 | s3-printing: isolate print notification prototypes better. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-22 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-10-20 | s3: Make "unpack_pjob" static | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 20 16:51:04 UTC 2010 on sn-devel-104 | |||||
2010-09-09 | s3-printing: Make auth_serversupplied_info const. | Andreas Schneider | 1 | -9/+9 | |
2010-08-18 | s3-printing: Added function to update the queue. | Andreas Schneider | 1 | -30/+174 | |
2010-08-18 | s3-printing: Rename jobs_changed functions to jobs_added. | Andreas Schneider | 1 | -26/+26 | |
2010-08-18 | s3: Use pipe_struct->client_id->name for pjob.clientmachine | Volker Lendecke | 1 | -7/+2 | |
2010-08-18 | s3: Move initializing pjob.clientname to print_job_start() | Volker Lendecke | 1 | -8/+8 | |
2010-08-17 | s3: Directly call write_data from print_job_write() | Volker Lendecke | 1 | -1/+1 | |
2010-08-17 | s3: Remove unused "pos" arg from print_job_write | Volker Lendecke | 1 | -3/+2 | |
2010-08-16 | s3-printing: Lift the use of smbd_server_fd from job_submit. | Volker Lendecke | 1 | -2/+12 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-08-08 | s3: Lift the server_messaging_context from print_job_endpage | Volker Lendecke | 1 | -3/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_write | Volker Lendecke | 1 | -3/+5 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_delete1 | Volker Lendecke | 1 | -8/+8 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_set_name | Volker Lendecke | 1 | -3/+4 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_update_with_lock | Volker Lendecke | 1 | -5/+8 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_update_internal | Volker Lendecke | 1 | -11/+12 | |
2010-08-08 | s3: Lift the server_messaging_context from traverse_fn_delete | Volker Lendecke | 1 | -10/+10 | |
2010-08-08 | s3: Lift the server_messaging_context from print_unix_job | Volker Lendecke | 1 | -5/+11 | |
2010-08-08 | s3: Lift the server_messaging_context from pjob_delete | Volker Lendecke | 1 | -12/+22 | |
2010-08-08 | s3: Lift the server_messaging_context from pjob_store | Volker Lendecke | 1 | -13/+23 | |
2010-08-08 | s3: Lift the server_messaging_context from pjob_store_notify | Volker Lendecke | 1 | -17/+18 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_submitted | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_name | Volker Lendecke | 1 | -2/+6 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_username | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_total_pages | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_total_bytes | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_status | Volker Lendecke | 1 | -4/+11 | |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_status | Volker Lendecke | 1 | -2/+4 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_status | Volker Lendecke | 1 | -5/+4 | |
2010-08-08 | s3: Lift the server_messaging_context from get_stored_queue_info | Volker Lendecke | 1 | -3/+6 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_end | Volker Lendecke | 1 | -2/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_length | Volker Lendecke | 1 | -3/+4 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_update | Volker Lendecke | 1 | -11/+11 | |