summaryrefslogtreecommitdiffstats
path: root/source3/printing/notify.c
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: dont overwrite location change notify.Günther Deschner2010-10-011-0/+13
* s3: Lift the server_messaging_context from notify_printer_bynameVolker Lendecke2010-08-081-2/+5
* s3: Lift the server_messaging_context from notify_printer_locationVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_printer_portVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_printer_printernameVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_printer_sharenameVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_printer_commentVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_printer_driverVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_job_submittedVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_job_nameVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_job_usernameVolker Lendecke2010-08-081-2/+4
* s3: Lift the server_messaging_context from notify_job_total_pagesVolker Lendecke2010-08-081-3/+4
* s3: Lift the server_messaging_context from notify_job_total_bytesVolker Lendecke2010-08-081-3/+4
* s3: Lift the server_messaging_context from notify_job_statusVolker Lendecke2010-08-081-4/+4
* s3: Lift the server_messaging_context from notify_job_status_bynameVolker Lendecke2010-08-081-4/+8
* s3: Lift the server_messaging_context from notify_printer_statusVolker Lendecke2010-08-081-4/+4
* s3: Lift the server_messaging_context from notify_printer_status_bynameVolker Lendecke2010-08-081-5/+7
* s3: Lift the server_messaging_context from send_notify_field_bufferVolker Lendecke2010-08-081-4/+16
* s3: Lift the server_messaging_context from send_notify_field_valuesVolker Lendecke2010-08-081-7/+16
* s3: Lift the server_messaging_context from send_spoolss_notify2_msgVolker Lendecke2010-08-081-8/+11
* s3: Lift the server_messaging_context from print_notify_event_send_messagesVolker Lendecke2010-08-081-2/+5
* s3-build: avoid to globally include printing and spoolss headers.Günther Deschner2010-07-311-0/+2
* s3: Remove the pointless SERVICE macroVolker Lendecke2010-06-131-7/+7
* s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider2010-06-101-3/+3
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-spoolss: Use const values for notify functions.Andreas Schneider2010-04-231-6/+6
* s3-spoolss: use printer and job notify enums provided by idl.Günther Deschner2009-03-181-15/+15
* s3-spoolss: fix notify_printer_status_byname.Günther Deschner2009-02-241-1/+3
* s3:printing: make some functions static and use tevent functionsStefan Metzmacher2009-01-221-8/+12
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+1
* Fix a spinning smbd when printingVolker Lendecke2008-12-301-1/+1
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-0/+26
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8Volker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-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-101-1/+2
* r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...Volker Lendecke2007-10-101-5/+13
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-6/+12
* 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
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+3
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-1/+1
* r17590: Some C++ WarningsVolker Lendecke2007-10-101-3/+3
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-5/+7
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-8/+8
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-101-47/+38