summaryrefslogtreecommitdiff
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison2007-10-101-1/+0
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-1/+1
* r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8Volker Lendecke2007-10-101-1/+1
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-105-10/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-109-18/+9
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1014-14/+14
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-8/+8
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-2/+1
* r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-10-101-1/+1
* r23167: Remove an unused parameterVolker Lendecke2007-10-101-1/+1
* r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...Volker Lendecke2007-10-101-8/+1
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-102-2/+3
* r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...Volker Lendecke2007-10-101-5/+13
* r22954: More messaging_registerVolker Lendecke2007-10-102-12/+15
* r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke2007-10-101-2/+3
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-102-7/+14
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-3/+3
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-1/+1