index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
printing
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-15
s3-printing: Document the printer list functions.
Andreas Schneider
1
-0
/
+64
2010-09-15
s3-printing: Add method to skip refresh if just happned.
Simo Sorce
3
-0
/
+34
2010-09-15
s3-printing: Use printer list tdb in pcap.
Simo Sorce
1
-21
/
+35
2010-09-15
s3-printing: Added a printer list database.
Simo Sorce
2
-0
/
+431
2010-09-11
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
1
-2
/
+1
2010-09-11
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
1
-1
/
+1
2010-09-10
s3-printing: fix non-ads build after prototype changes.
Günther Deschner
1
-1
/
+1
2010-09-09
s3-printing: Make missing auth_serversupplied_info const.
Andreas Schneider
1
-3
/
+3
2010-09-09
s3-printing: Make auth_serversupplied_info const.
Andreas Schneider
2
-15
/
+15
2010-09-03
s3-spoolss: fix some debug statements.
Günther Deschner
1
-1
/
+1
2010-08-31
s3-printing: add debug to get_correct_cversion().
Günther Deschner
1
-0
/
+1
2010-08-26
s3-build: only include krb5 environment variables where required.
Günther Deschner
1
-0
/
+1
2010-08-18
s3-printing: Added function to update the queue.
Andreas Schneider
1
-30
/
+174
2010-08-18
s3-printing: Rename jobs_changed functions to jobs_added.
Andreas Schneider
1
-26
/
+26
2010-08-18
s3: Use pipe_struct->client_id->name for pjob.clientmachine
Volker Lendecke
1
-7
/
+2
2010-08-18
s3: Move initializing pjob.clientname to print_job_start()
Volker Lendecke
1
-8
/
+8
2010-08-18
s3: Add "client_id" to pipes_struct
Volker Lendecke
1
-0
/
+1
2010-08-17
s3: Directly call write_data from print_job_write()
Volker Lendecke
1
-1
/
+1
2010-08-17
s3: Remove unused "pos" arg from print_job_write
Volker Lendecke
1
-3
/
+2
2010-08-16
s3-printing: fix BUG 7280 - auto printers not loading with registry
Jim McDonough
1
-0
/
+4
2010-08-16
s3-printing: Lift the use of smbd_server_fd from job_submit.
Volker Lendecke
3
-18
/
+14
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
2
-4
/
+4
2010-08-08
s3: Remove the smbd_messaging_context from load_printers
Volker Lendecke
1
-3
/
+3
2010-08-08
s3: Remove the smbd_messaging_context from pcap_cache_reload
Volker Lendecke
2
-5
/
+7
2010-08-08
s3: Remove the smbd_messaging_context from cups_cache_reload
Volker Lendecke
3
-9
/
+9
2010-08-08
s3: Remove the smbd_messaging_context from cups_pcap_load_async
Volker Lendecke
1
-5
/
+7
2010-08-08
s3: Lift the server_messaging_context from print_job_endpage
Volker Lendecke
1
-3
/
+3
2010-08-08
s3: Lift the server_messaging_context from print_job_write
Volker Lendecke
1
-3
/
+5
2010-08-08
s3: Lift the server_messaging_context from print_job_delete1
Volker Lendecke
1
-8
/
+8
2010-08-08
s3: Lift the server_messaging_context from print_job_set_name
Volker Lendecke
1
-3
/
+4
2010-08-08
s3: Lift the server_messaging_context from print_queue_update_with_lock
Volker Lendecke
1
-5
/
+8
2010-08-08
s3: Lift the server_messaging_context from print_queue_update_internal
Volker Lendecke
1
-11
/
+12
2010-08-08
s3: Lift the server_messaging_context from traverse_fn_delete
Volker Lendecke
1
-10
/
+10
2010-08-08
s3: Lift the server_messaging_context from print_unix_job
Volker Lendecke
1
-5
/
+11
2010-08-08
s3: Lift the server_messaging_context from pjob_delete
Volker Lendecke
1
-12
/
+22
2010-08-08
s3: Lift the server_messaging_context from pjob_store
Volker Lendecke
1
-13
/
+23
2010-08-08
s3: Lift the server_messaging_context from pjob_store_notify
Volker Lendecke
1
-17
/
+18
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
2
-3
/
+7
2010-08-08
s3: Lift the server_messaging_context from notify_job_name
Volker Lendecke
2
-4
/
+10
2010-08-08
s3: Lift the server_messaging_context from notify_job_username
Volker Lendecke
2
-3
/
+7
2010-08-08
s3: Lift the server_messaging_context from notify_job_total_pages
Volker Lendecke
2
-4
/
+7
2010-08-08
s3: Lift the server_messaging_context from notify_job_total_bytes
Volker Lendecke
2
-4
/
+7
2010-08-08
s3: Lift the server_messaging_context from notify_job_status
Volker Lendecke
2
-8
/
+15
[next]