Remove redundant parameter fd from SMB_VFS_LSEEK().
[ira/wip.git] / source / printing / notify.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker24069: Fix Coverity ID 368. We would segfault if 0...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23112: Trim down the message.c API slightly: The messa...
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker23023: Get rid of the only caller of message_send_pid_...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Volker Lendecker17590: Some C++ Warnings
2007-10-10 Volker Lendecker15101: Little step towards getting Samba4 tdb into...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr6595: This is Volkers new-talloc patch. Just got the...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Gerald Carterr3067: patch based on volker's initial work in trunk...
2007-10-10 Gerald Carterr2133: Several fixes:
2007-10-10 Jeremy Allisonr1325: Always use GetTimeOfDay() (wrapper). Ensure...
2007-10-10 Gerald Carterr925: add changes frpm trunk (r841 and r842) -- enable...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-12 Andrew Tridgella small include file rearrangement that doesn't affect...
2003-10-14 Gerald Carterupdating version in copyright
2003-10-14 Gerald Carterupdating version in copyright
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-27 Jeremy AllisonSome const correctness. Stop tdb being used as a remote...
2003-04-23 Jeremy AllisonLimit the number of outstanding print notify messages...
2003-04-23 Jeremy AllisonLimit the number of outstanding print notify messages...
2003-04-10 Jeremy AllisonEnsure we're not filtering our essential delete messages.
2003-04-10 Jeremy AllisonEnsure we're not filtering our essential delete messages.
2003-04-02 Jeremy AllisonSubtle changes to message handling after ENUMJOBS.
2003-04-02 Jeremy AllisonSubtle changes to message handling after ENUMJOBS.
2003-02-15 Gerald Carter* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
2003-02-15 Gerald Carter* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
2003-02-14 Gerald Carteroff by one bug in string length; CR 1159
2003-02-14 Gerald Carteroff by one bug in string length; CR 1159
2003-02-12 Andrew BartlettMerge from HEAD: Fix NULL pointer de-reference in argum...
2003-02-12 Andrew BartlettPrevent NULL-pointer induced segfaults.
2003-02-05 Jeremy AllisonCollapse duplicate messages before sending.
2003-02-05 Jeremy AllisonCollapse duplicate messages before sending.
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-26 Gerald Carter[print notify fixes from APP_HEAD]
2002-11-26 Gerald Carter[print notify fixes from APP_HEAD]
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-05 Jeremy AllisonRevert the "reverse" change to rpc_server/srv_spoolss_n...
2002-09-05 Tim PotterRoussed on Jeremy for not putting in enough debugs...
2002-09-04 Jeremy AllisonMerge ... (apparently working :-) new printing notify...
2002-08-17 Jelmer VernooijSync 3.0 branch with HEAD
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-08 Gerald Carterprinting change notification merge from APPLIANCE_HEAD
2002-08-02 Tim PotterMerge of print notify fixes from APPLIANCE_HEAD.
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...