summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2-3/+3
2007-10-10r25534: Apply some constVolker Lendecke1-4/+4
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-1/+1
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-5/+5
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-1/+1
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-5/+6
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-17/+22
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-1/+0
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-1/+1
2007-10-10r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8Volker Lendecke1-1/+1
2007-10-10r23888: move elements belonging to the current ldap connection to aStefan Metzmacher1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell5-10/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell9-18/+9
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison14-14/+14
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-8/+8
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-2/+1
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke1-1/+1