Age | Commit message (Expand) | Author | Files | Lines |
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 1 | -0/+2 |
2010-06-13 | s3: Remove the pointless SERVICE macro | Volker Lendecke | 1 | -7/+7 |
2010-06-10 | s3:misc make use of server_[event/messaging]_context directly | Andreas Schneider | 1 | -3/+3 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-04-23 | s3-spoolss: Use const values for notify functions. | Andreas Schneider | 1 | -6/+6 |
2009-03-18 | s3-spoolss: use printer and job notify enums provided by idl. | Günther Deschner | 1 | -15/+15 |
2009-02-24 | s3-spoolss: fix notify_printer_status_byname. | Günther Deschner | 1 | -1/+3 |
2009-01-22 | s3:printing: make some functions static and use tevent functions | Stefan Metzmacher | 1 | -8/+12 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -2/+1 |
2008-12-30 | Fix a spinning smbd when printing | Volker Lendecke | 1 | -1/+1 |
2008-10-03 | Simply our main loop processing. A lot :-). Correctly use events for all the ... | Jeremy Allison | 1 | -0/+26 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23112: Trim down the message.c API slightly: The messages_pending_for_pid is... | Volker Lendecke | 1 | -8/+1 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r... | Volker Lendecke | 1 | -5/+13 |
2007-10-10 | r22868: Replace some message_send_pid calls with messaging_send_pid calls. More | Volker Lendecke | 1 | -6/+12 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -3/+7 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17590: Some C++ Warnings | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -5/+7 |
2007-10-10 | r6595: This is Volkers new-talloc patch. Just got the go-ahead from | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -8/+8 |
2007-10-10 | r3067: patch based on volker's initial work in trunk that fixes the queu upda... | Gerald Carter | 1 | -47/+38 |
2007-10-10 | r2133: Several fixes: | Gerald Carter | 1 | -5/+8 |
2007-10-10 | r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r925: add changes frpm trunk (r841 and r842) -- enable background queue updat... | Gerald Carter | 1 | -0/+9 |
2003-11-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 1 | -0/+1 |
2003-10-14 | updating version in copyright | Gerald Carter | 1 | -1/+1 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -4/+4 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -2/+2 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 1 | -1/+1 |
2003-04-23 | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 1 | -1/+8 |
2003-04-10 | Ensure we're not filtering our essential delete messages. | Jeremy Allison | 1 | -11/+21 |
2003-04-02 | Subtle changes to message handling after ENUMJOBS. | Jeremy Allison | 1 | -1/+4 |
2003-02-15 | * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736 | Gerald Carter | 1 | -2/+33 |
2003-02-14 | off by one bug in string length; CR 1159 | Gerald Carter | 1 | -1/+1 |
2003-02-12 | Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack. | Andrew Bartlett | 1 | -4/+4 |
2003-02-05 | Collapse duplicate messages before sending. | Jeremy Allison | 1 | -80/+132 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 1 | -4/+4 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-11-26 | [print notify fixes from APP_HEAD] | Gerald Carter | 1 | -0/+87 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -30/+59 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -16/+104 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -24/+41 |