summaryrefslogtreecommitdiff
path: root/source3/printing/notify.c
Commit message (Expand)AuthorAgeFilesLines
* s3/printing: cppcheck avoid 'nullPointerArithmetic:' errorNoel Power2019-05-291-4/+8
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s3-spoolss: use talloc_zero in spoolss notify codeGünther Deschner2015-05-211-6/+2
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-121-1/+1
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-011-23/+23
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-8/+8
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-printing: isolate print notification prototypes better.Günther Deschner2011-02-221-0/+1
* 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