summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke3-54/+56
2008-06-10Fix some scary FC9 warningsVolker Lendecke1-39/+41
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke1-1/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-2/+3
2008-05-05Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison1-11/+24
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-3/+6
2008-04-24Fix from Martin Zielinski <mz@seh.de>. Don't delete files whenJeremy Allison1-7/+20
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-04-04Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison1-11/+38
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-03-17Some simplificationsVolker Lendecke1-7/+3
2008-03-17Coverity fixesMarc VanHeyningen1-9/+20
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-01-27Adding missing calls to va_end().Tim Potter1-0/+4
2008-01-23strtok -> strtok_rVolker Lendecke3-4/+9
2008-01-16Fix a crash bug in nt_printer_publish_adsVolker Lendecke1-1/+6
2008-01-11Fix CID 498. Ensure we don't prs_mem_free an uninitializedJeremy Allison1-1/+6
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2-3/+3
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam1-4/+4
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-4/+6
2007-12-28Remove a globalVolker Lendecke1-9/+15
2007-12-18Two more static fstrings gone.Jeremy Allison1-12/+43
2007-12-18Remove another static fstring.Jeremy Allison1-3/+8
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-5/+2
2007-12-10Fix bug leftover from pstring conversion noticed by ceezJeremy Allison1-3/+1
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-10remove a staticVolker Lendecke1-12/+18
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-55/+113
2007-12-06printing: remove emtpy print_test.cStefan Metzmacher1-0/+0
2007-12-03Fix the build. fstrterminate was used in one place.Jeremy Allison1-2/+2
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison1-1/+1
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2-4/+14
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison1-1/+3
2007-11-27Remove some staticsVolker Lendecke1-2/+4
2007-11-21Remove pstring from printing/*.c except for theJeremy Allison6-249/+396
2007-11-20Remove pstrcpy I missed.Jeremy Allison1-1/+0
2007-11-19Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2-32/+57
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-56/+190
2007-11-08Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison1-1/+1
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-6/+8
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2-4/+4
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison2-2/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison2-2/+4
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-6/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison11-109/+109
2007-10-13remove unused print_test.c codeStefan Metzmacher1-81/+0