Age | Commit message (Expand) | Author | Files | Lines |
2010-10-01 | s3-spoolss: dont overwrite location change notify. | Günther Deschner | 1 | -0/+13 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_byname | Volker Lendecke | 1 | -2/+5 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_location | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_port | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_printername | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_sharename | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_comment | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_driver | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_submitted | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_name | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_username | Volker Lendecke | 1 | -2/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_total_pages | Volker Lendecke | 1 | -3/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_total_bytes | Volker Lendecke | 1 | -3/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_status | Volker Lendecke | 1 | -4/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_job_status_byname | Volker Lendecke | 1 | -4/+8 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_status | Volker Lendecke | 1 | -4/+4 |
2010-08-08 | s3: Lift the server_messaging_context from notify_printer_status_byname | Volker Lendecke | 1 | -5/+7 |
2010-08-08 | s3: Lift the server_messaging_context from send_notify_field_buffer | Volker Lendecke | 1 | -4/+16 |
2010-08-08 | s3: Lift the server_messaging_context from send_notify_field_values | Volker Lendecke | 1 | -7/+16 |
2010-08-08 | s3: Lift the server_messaging_context from send_spoolss_notify2_msg | Volker Lendecke | 1 | -8/+11 |
2010-08-08 | s3: Lift the server_messaging_context from print_notify_event_send_messages | Volker Lendecke | 1 | -2/+5 |
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 |