summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* printing: call reinit_after_fork() in the backgroundqueue processStefan Metzmacher2008-04-181-0/+5
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-041-11/+38
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-261-1/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-251-1/+1
* Some simplificationsVolker Lendecke2008-03-171-7/+3
* Coverity fixesMarc VanHeyningen2008-03-171-9/+20
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Adding missing calls to va_end().Tim Potter2008-01-271-0/+4
* strtok -> strtok_rVolker Lendecke2008-01-233-4/+9
* Fix a crash bug in nt_printer_publish_adsVolker Lendecke2008-01-161-1/+6
* Fix CID 498. Ensure we don't prs_mem_free an uninitializedJeremy Allison2008-01-111-1/+6
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-3/+3
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-4/+4
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-4/+6
* Remove a globalVolker Lendecke2007-12-281-9/+15
* Two more static fstrings gone.Jeremy Allison2007-12-181-12/+43
* Remove another static fstring.Jeremy Allison2007-12-181-3/+8
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-5/+2
* Fix bug leftover from pstring conversion noticed by ceezJeremy Allison2007-12-101-3/+1
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* remove a staticVolker Lendecke2007-12-101-12/+18
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-55/+113
* printing: remove emtpy print_test.cStefan Metzmacher2007-12-061-0/+0
* Fix the build. fstrterminate was used in one place.Jeremy Allison2007-12-031-2/+2
* Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2007-12-031-1/+1
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-032-4/+14
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-271-1/+3
* Remove some staticsVolker Lendecke2007-11-271-2/+4
* Remove pstring from printing/*.c except for theJeremy Allison2007-11-216-249/+396
* Remove pstrcpy I missed.Jeremy Allison2007-11-201-1/+0
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-192-32/+57
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-56/+190
* Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison2007-11-081-1/+1
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-6/+8
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-032-4/+4
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-032-2/+2
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-032-2/+4
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-6/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1811-109/+109
* remove unused print_test.c codeStefan Metzmacher2007-10-131-81/+0
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-112-3/+3
* r25534: Apply some constVolker Lendecke2007-10-101-4/+4
* r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison2007-10-101-1/+1
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-5/+5
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+1
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-5/+6
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-17/+22