summaryrefslogtreecommitdiff
path: root/source3/printing/notify.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-3/+7
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-3/+3
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-1/+1
2007-10-10r17590: Some C++ WarningsVolker Lendecke1-3/+3
2007-10-10r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-5/+7
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-3/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-8/+8
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-47/+38
2007-10-10r2133: Several fixes:Gerald Carter1-5/+8
2007-10-10r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison1-1/+1
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-0/+9
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-10-14updating version in copyrightGerald Carter1-1/+1
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-4/+4
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-2/+2
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-1/+1
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-1/+8
2003-04-10Ensure we're not filtering our essential delete messages.Jeremy Allison1-11/+21
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison1-1/+4
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter1-2/+33
2003-02-14off by one bug in string length; CR 1159Gerald Carter1-1/+1
2003-02-12Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.Andrew Bartlett1-4/+4
2003-02-05Collapse duplicate messages before sending.Jeremy Allison1-80/+132
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-4/+4
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-0/+87
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-30/+59
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-16/+104
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-24/+41
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-9/+9
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-0/+230