index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
/
notify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
s3: Remove TALLOC_REALLOC() macro
Volker Lendecke
1
-1
/
+1
2025-11-10
s3: Replace a few calls to TALLOC() with talloc_array()
Volker Lendecke
1
-1
/
+1
2020-08-28
s3: safe_string: do not include string_wrappers.h
Matthew DeVore
1
-0
/
+1
2019-11-27
s3:param: make "servicename" a substituted option
Ralph Boehme
1
-8
/
+24
2019-05-29
s3/printing: cppcheck avoid 'nullPointerArithmetic:' error
Noel Power
1
-4
/
+8
2016-02-06
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
1
-1
/
+1
2015-05-21
s3-spoolss: use talloc_zero in spoolss notify code
Günther Deschner
1
-6
/
+2
2015-05-12
Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.
Richard Sharpe
1
-1
/
+1
2015-05-01
Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...
Richard Sharpe
1
-23
/
+23
2014-02-03
loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docs
Michael Adam
1
-1
/
+1
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-8
/
+8
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-4
/
+4
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-05-05
More simple const fixes.
Jeremy Allison
1
-1
/
+1
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-printing: isolate print notification prototypes better.
Günther Deschner
1
-0
/
+1
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
[next]