summaryrefslogtreecommitdiff
path: root/source3/printing/notify.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: Remove TALLOC_REALLOC() macroVolker Lendecke1-1/+1
2025-11-10s3: Replace a few calls to TALLOC() with talloc_array()Volker Lendecke1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-8/+24
2019-05-29s3/printing: cppcheck avoid 'nullPointerArithmetic:' errorNoel Power1-4/+8
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-05-21s3-spoolss: use talloc_zero in spoolss notify codeGünther Deschner1-6/+2
2015-05-12Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe1-1/+1
2015-05-01Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe1-23/+23
2014-02-03loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-8/+8
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-1/+1
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-4/+4
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-05More simple const fixes.Jeremy Allison1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
2010-10-01s3-spoolss: dont overwrite location change notify.Günther Deschner1-0/+13
2010-08-08s3: Lift the server_messaging_context from notify_printer_bynameVolker Lendecke1-2/+5
2010-08-08s3: Lift the server_messaging_context from notify_printer_locationVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_portVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_printernameVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_sharenameVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_commentVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_driverVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_submittedVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_nameVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_usernameVolker Lendecke1-2/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_total_pagesVolker Lendecke1-3/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_total_bytesVolker Lendecke1-3/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_statusVolker Lendecke1-4/+4
2010-08-08s3: Lift the server_messaging_context from notify_job_status_bynameVolker Lendecke1-4/+8
2010-08-08s3: Lift the server_messaging_context from notify_printer_statusVolker Lendecke1-4/+4
2010-08-08s3: Lift the server_messaging_context from notify_printer_status_bynameVolker Lendecke1-5/+7
2010-08-08s3: Lift the server_messaging_context from send_notify_field_bufferVolker Lendecke1-4/+16
2010-08-08s3: Lift the server_messaging_context from send_notify_field_valuesVolker Lendecke1-7/+16
2010-08-08s3: Lift the server_messaging_context from send_spoolss_notify2_msgVolker Lendecke1-8/+11
2010-08-08s3: Lift the server_messaging_context from print_notify_event_send_messagesVolker Lendecke1-2/+5
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-0/+2
2010-06-13s3: Remove the pointless SERVICE macroVolker Lendecke1-7/+7
2010-06-10s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider1-3/+3
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-23s3-spoolss: Use const values for notify functions.Andreas Schneider1-6/+6
2009-03-18s3-spoolss: use printer and job notify enums provided by idl.Günther Deschner1-15/+15
2009-02-24s3-spoolss: fix notify_printer_status_byname.Günther Deschner1-1/+3
2009-01-22s3:printing: make some functions static and use tevent functionsStefan Metzmacher1-8/+12
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1