Age | Commit message (Expand) | Author | Files | Lines |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 2 | -3/+5 |
2012-07-24 | Fix incorrect use of server as a talloc context. | Jeremy Allison | 1 | -1/+1 |
2012-07-20 | Use ippGet/ippSet (accessors) for IPP API. | Jiri Popelka | 2 | -176/+259 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 11 | -79/+86 |
2012-07-18 | nt_printing_tdb_migrate(): fix stackframe leak. | Rusty Russell | 1 | -0/+1 |
2012-07-03 | s3-printing: Remove deprecated lp_printer_admin(). | Andreas Schneider | 1 | -11/+0 |
2012-06-27 | s3-printing: fix broken print_job_get_name() return | David Disseldorp | 1 | -1/+2 |
2012-06-26 | s3-printing: use euid for vlp job tracking | David Disseldorp | 1 | -1/+2 |
2012-06-26 | s3-printing: fill print_generic sysjob id on job submission | David Disseldorp | 1 | -57/+88 |
2012-06-26 | s3-printing: pass lpq command to job_submit | David Disseldorp | 4 | -4/+34 |
2012-06-26 | s3-printing: remove unused print_job_fname() | David Disseldorp | 1 | -16/+1 |
2012-06-26 | s3-printing: pass a talloc ctx to unpack_pjob | David Disseldorp | 1 | -17/+21 |
2012-06-26 | s3-printing: return talloced print jobs | David Disseldorp | 1 | -95/+196 |
2012-06-26 | s3-printing: clean up print_job_pause/resume interface | David Disseldorp | 1 | -19/+28 |
2012-06-26 | s3-printing: fix potential print db refcount leak | David Disseldorp | 1 | -1/+1 |
2012-06-26 | s3-spoolss: remove duplicate "." in smbd spooler path | David Disseldorp | 1 | -3/+8 |
2012-06-26 | s3-printing: remove print_parse_jobid() | David Disseldorp | 1 | -19/+0 |
2012-06-26 | s3-printing: remove redundant variable set | David Disseldorp | 1 | -3/+0 |
2012-06-26 | s3-printing: remove print_parse_jobid() calls from printing.c | David Disseldorp | 1 | -21/+27 |
2012-06-26 | s3-printing: rename queue->job sysjob | David Disseldorp | 4 | -26/+26 |
2012-06-26 | s3-printing: remove print_parse_jobid() from print_cups.c | David Disseldorp | 1 | -11/+1 |
2012-06-26 | s3-printing: store print jobid as part of struct printjob | David Disseldorp | 1 | -12/+17 |
2012-06-12 | s3:printing: fix use of a non-existent word (existant) | Michael Adam | 1 | -1/+1 |
2012-06-06 | s3:printing: let print_spool_open() take a uint64_t vuid | Stefan Metzmacher | 1 | -1/+1 |
2012-06-06 | s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.c | Stefan Metzmacher | 1 | -1/+1 |
2012-06-06 | s3:printing: add print_spool_rap_jobid() | Stefan Metzmacher | 1 | -0/+9 |
2012-06-06 | s3:printing: make struct print_file_data private to printspoolss.c | Stefan Metzmacher | 1 | -0/+9 |
2012-05-31 | Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8... | Jeremy Allison | 1 | -1/+6 |
2012-05-24 | s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection' | Stefan Metzmacher | 1 | -3/+12 |
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 |