s3-spoolss: fix spoolss GetPrinterData behaviour
[kai/samba.git] / source3 / rpc_server / srv_spoolss_nt.c
2010-11-10 David Disseldorps3-spoolss: fix spoolss GetPrinterData behaviour
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-11 Günther Deschners3-spoolss: add more userlevel info validation to _spoo...
2010-10-11 Günther Deschners3-spoolss: let set_printer_hnd_name return WERROR.
2010-10-11 Günther Deschners3-spoolss: convert open_printer_hnd to return WERROR.
2010-10-11 Günther Deschners3-spoolss: fix set_printer_hnd_name() to match torture...
2010-10-07 Günther Deschners3-spoolss: make it possible to have and announce a...
2010-10-05 Jeremy AllisonFix bug 7704 - Possible error in fix to rpc_server...
2010-10-04 Günther Deschnerspoolss: fill in spoolss_SetPort IDL.
2010-10-01 Günther Deschners3-spoolss: Strip off ", DrvConvert" and ",LocalOnly...
2010-10-01 Andreas Schneiders3-spoolss: Fixed print job access.
2010-10-01 Andreas Schneiders3-spoolss: Fixed print_access_check server_info.
2010-10-01 Günther Deschners3-spoolss: fix do_drv_upgrade_printer() which must...
2010-10-01 Günther Deschners3-spoolss: make sure we dont crash on NULL setprinter...
2010-10-01 Günther Deschners3-spoolss: dont overwrite location change notify.
2010-09-30 Günther Deschners3-spoolss: make sure to exit early and with the approp...
2010-09-30 Günther Deschners3-spoolss: Fix servername/printername handling which...
2010-09-27 Günther Deschners3-spoolss: Fix _spoolss_EnumPrintProcDataTypes error...
2010-09-27 Günther Deschners3-spoolss: Fix _spoolss_EnumPrintProcessors error...
2010-09-11 Andrew Bartletts3-privs Convert from user_has_privileges() -> security...
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-privs Further changes to remove SE_PRIV
2010-09-10 Günther Deschners3-spoolss: Fix _spoolss_GetPrinter().
2010-09-10 Andreas Schneiders3-spoolss: Don't leak memory on the session counter...
2010-09-10 Simo Sorces3-spoolss: Allow multiple client backchannels.
2010-09-10 Simo Sorces3-spoolss: Split function to send notification.
2010-09-10 Simo Sorces3-spoolss: Use a single structure for all the back...
2010-09-10 Simo Sorces3-spoolss: Rename Printer_entry to struct printer_handle.
2010-09-10 Simo Sorces3-spoolss: Move Printer_entry to srv_spoolss_nt.c
2010-09-10 Simo Sorces3-spoolss: Allocate printer entries on the pipe struct.
2010-09-10 Simo Sorces3-spoolss: Rename session counter structure and use...
2010-09-09 Günther Deschners3-spoolss: allow a short printername w/o servername.
2010-09-09 Andreas Schneiders3-spoolss: Use systerm server_info for winreg connection.
2010-09-09 Andreas Schneiders3-spoolss: Make auth_serversupplied_info const.
2010-09-09 Andreas Schneiders3-spoolss: Fixed some build warnings.
2010-09-07 Volker Lendeckes3: Prune the printername cache when a printer is deleted
2010-09-03 Günther Deschners3-spoolss: fix some debug statements.
2010-08-29 Volker Lendeckes3: Remove some uses of smbd_server_fd()
2010-08-27 Volker Lendeckes3: Cache results of finding printer names
2010-08-25 Günther Deschners3-build: only include rpc_misc.h where needed.
2010-08-22 Volker Lendeckes3: Replace calls to check_access by allow_access
2010-08-18 Volker Lendeckes3: Use pipe_struct->client_id->name for pjob.clientmachine
2010-08-18 Volker Lendeckes3: Add "client_id" to pipes_struct
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-17 Volker Lendeckes3: Remove unused "pos" arg from print_job_write
2010-08-16 Volker Lendeckes3: Remove get_client_fd()
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from spoolss_setjob_1
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from construct_pr...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from construct_pr...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from construct_no...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from construct_no...
2010-08-08 Volker Lendeckes3: Pass messaging_context through s_notify_info_data_table
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from update_monit...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from print_job_en...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from print_job_write
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from print_job_se...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from notify_print...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from print_queue_...
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from print_job_end
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from print_queue_...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_queue_purge
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_queue_resume
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_queue_pause
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_job_start
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_job_resume
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_job_pause
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_job_delete
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from construct_prin...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from is_printer_pub...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from nt_printer_publish
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from print_access_check
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from printer_driver...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from printer_driver...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinterdri...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinterdri...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from update_dsspooler
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from construct_prin...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinters_l...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinters_l...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinters_l...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinters_l...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enum_all_print...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enum_all_print...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enum_all_print...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enum_all_print...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enum_all_print...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enumprinters_l...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from enum_all_print...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from construct_prin...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from set_printer_hn...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from winreg_del_dri...
next