summaryrefslogtreecommitdiffstats
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-3/+7
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22524: Fix memleak.Günther Deschner2007-10-101-0/+2
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-103-47/+48
* r21989: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-54/+31
* r21988: make use of string_tdb_data()Stefan Metzmacher2007-10-101-8/+5
* r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher2007-10-101-3/+3
* r21958: Fix Coverity ID 343 (dead code)Volker Lendecke2007-10-101-3/+0
* r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se>Gerald Carter2007-10-101-12/+12
* r21862: add the cups comment and location lookup to get_a_printer_2_default()...Gerald Carter2007-10-101-3/+10
* r21861: Pull the comment and location from CUPS if we don't have oneGerald Carter2007-10-102-0/+148
* r21672: The cannonical file access pattern should look like this :Jeremy Allison2007-10-101-5/+5
* r21606: Implement escaping function for ldap RDN valuesSimo Sorce2007-10-101-3/+21
* r21446: Karolins "printjob username"Volker Lendecke2007-10-101-1/+5
* r21258: Fix for connecting printers from Vista by storingGerald Carter2007-10-101-9/+78
* r21064: The core of this patch isVolker Lendecke2007-10-102-4/+7
* r20796: Fix the same problem Jeremy has fixed (improper handling of deferred ...Volker Lendecke2007-10-101-5/+5
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-21/+17
* r20544: Change copy_file() to return NTSTATUS. This is in preparation of turningVolker Lendecke2007-10-101-11/+10
* r20339: Make mkdir_internal static to open.cVolker Lendecke2007-10-101-1/+1
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+1
* r20245: merge 20244 from samba_3_0_24Herb Lewis2007-10-101-2/+1
* r20131: get rid of a few no previous prototype warningsHerb Lewis2007-10-102-0/+2