summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-16s3: put printing/ under cache_dir, not lock_dirMichael Adam1-2/+2
2009-01-05clean event context after child is forked.Bo Yang1-1/+2
2008-12-09Fix bug #5688 LPQ process is orphaned if socket address parameter is invalidSATOH Fumiyasu1-6/+33
2008-12-07Fix nonempty blank linesVolker Lendecke1-5/+5
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-2/+2
2008-07-16Allow %u parameters for print job username - use advanced subJim McDonough1-3/+5
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-45/+48
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-3/+6
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-18printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher1-0/+5
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-03-26use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam1-1/+1
2008-03-25util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam1-1/+1
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2007-12-28Remove a globalVolker Lendecke1-9/+15
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-10remove a staticVolker Lendecke1-12/+18
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison1-3/+7
2007-11-20Remove pstrcpy I missed.Jeremy Allison1-1/+0
2007-11-19Remove more pstring. Unify talloc_sub functions to makeJeremy Allison1-30/+51
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-37/+37
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke1-1/+1
2007-10-10r23167: Remove an unused parameterVolker Lendecke1-1/+1
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-1/+1
2007-10-10r22954: More messaging_registerVolker Lendecke1-8/+10
2007-10-10r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke1-2/+3
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-1/+2
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-1/+1
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-17/+17
2007-10-10r21988: make use of string_tdb_data()Stefan Metzmacher1-8/+5
2007-10-10r21446: Karolins "printjob username"Volker Lendecke1-1/+5
2007-10-10r21064: The core of this patch isVolker Lendecke1-2/+4
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-2/+2
2007-10-10r17590: Some C++ WarningsVolker Lendecke1-6/+6
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-2/+0
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-17/+28
2007-10-10r16648: Fix bug #3889 reported by jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r16626: Fix bug #3878. Reported by jason@ncac.gwu.edu.Jeremy Allison1-2/+2
2007-10-10r16599: Make it clear to Klocwork we're not dereferencing. Issue #2026.Jeremy Allison1-1/+1
2007-10-10r16216: Add debug messages to make it possible to try andJeremy Allison1-8/+31
2007-10-10r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke1-5/+5
2007-10-10r15025: Fix exit_server_cleanly call.Jeremy Allison1-1/+1
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-6/+2
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner1-2/+4
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-7/+8