index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
printing
/
notify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
1
-1
/
+1
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
More simple const fixes.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
1
-1
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-printing: isolate print notification prototypes better.
Günther Deschner
2011-02-22
1
-0
/
+1
*
s3-spoolss: dont overwrite location change notify.
Günther Deschner
2010-10-01
1
-0
/
+13
*
s3: Lift the server_messaging_context from notify_printer_byname
Volker Lendecke
2010-08-08
1
-2
/
+5
*
s3: Lift the server_messaging_context from notify_printer_location
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_printer_port
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_printer_printername
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_printer_sharename
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_printer_comment
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_printer_driver
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_job_submitted
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_job_name
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_job_username
Volker Lendecke
2010-08-08
1
-2
/
+4
*
s3: Lift the server_messaging_context from notify_job_total_pages
Volker Lendecke
2010-08-08
1
-3
/
+4
*
s3: Lift the server_messaging_context from notify_job_total_bytes
Volker Lendecke
2010-08-08
1
-3
/
+4
*
s3: Lift the server_messaging_context from notify_job_status
Volker Lendecke
2010-08-08
1
-4
/
+4
*
s3: Lift the server_messaging_context from notify_job_status_byname
Volker Lendecke
2010-08-08
1
-4
/
+8
*
s3: Lift the server_messaging_context from notify_printer_status
Volker Lendecke
2010-08-08
1
-4
/
+4
*
s3: Lift the server_messaging_context from notify_printer_status_byname
Volker Lendecke
2010-08-08
1
-5
/
+7
*
s3: Lift the server_messaging_context from send_notify_field_buffer
Volker Lendecke
2010-08-08
1
-4
/
+16
*
s3: Lift the server_messaging_context from send_notify_field_values
Volker Lendecke
2010-08-08
1
-7
/
+16
*
s3: Lift the server_messaging_context from send_spoolss_notify2_msg
Volker Lendecke
2010-08-08
1
-8
/
+11
*
s3: Lift the server_messaging_context from print_notify_event_send_messages
Volker Lendecke
2010-08-08
1
-2
/
+5
*
s3-build: avoid to globally include printing and spoolss headers.
Günther Deschner
2010-07-31
1
-0
/
+2
*
s3: Remove the pointless SERVICE macro
Volker Lendecke
2010-06-13
1
-7
/
+7
*
s3:misc make use of server_[event/messaging]_context directly
Andreas Schneider
2010-06-10
1
-3
/
+3
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3-spoolss: Use const values for notify functions.
Andreas Schneider
2010-04-23
1
-6
/
+6
*
s3-spoolss: use printer and job notify enums provided by idl.
Günther Deschner
2009-03-18
1
-15
/
+15
*
s3-spoolss: fix notify_printer_status_byname.
Günther Deschner
2009-02-24
1
-1
/
+3
*
s3:printing: make some functions static and use tevent functions
Stefan Metzmacher
2009-01-22
1
-8
/
+12
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-2
/
+1
*
Fix a spinning smbd when printing
Volker Lendecke
2008-12-30
1
-1
/
+1
*
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
2008-10-03
1
-0
/
+26
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-6
/
+6
*
r24069: Fix Coverity ID 368. We would segfault if 0 < data.dsize < 8
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...
Volker Lendecke
2007-10-10
1
-8
/
+1
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r...
Volker Lendecke
2007-10-10
1
-5
/
+13
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-6
/
+12
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-3
/
+7
[next]