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
/
rpc_server
/
srv_spoolss_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-20
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
1
-1
/
+1
2010-12-16
spoolss: fill in PerMachineConnections add and delete IDL.
Günther Deschner
1
-9
/
+9
2010-11-19
s3-spoolss: fix typo in debug message.
Günther Deschner
1
-1
/
+1
2010-11-17
s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printers
Günther Deschner
1
-1
/
+3
2010-11-17
s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path.
Günther Deschner
1
-0
/
+3
2010-11-10
s3-spoolss: fix spoolss GetPrinterData behaviour
David Disseldorp
1
-1
/
+1
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
1
-4
/
+5
2010-10-22
Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...
Jeremy Allison
1
-9
/
+9
2010-10-22
Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...
Jeremy Allison
1
-9
/
+9
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-10-11
s3-spoolss: add more userlevel info validation to _spoolss_OpenPrinterEx.
Günther Deschner
1
-0
/
+9
2010-10-11
s3-spoolss: let set_printer_hnd_name return WERROR.
Günther Deschner
1
-17
/
+19
2010-10-11
s3-spoolss: convert open_printer_hnd to return WERROR.
Günther Deschner
1
-11
/
+16
2010-10-11
s3-spoolss: fix set_printer_hnd_name() to match torture test.
Günther Deschner
1
-9
/
+15
2010-10-07
s3-spoolss: make it possible to have and announce a [prnproc$] share on the p...
Günther Deschner
1
-2
/
+12
2010-10-05
Fix bug 7704 - Possible error in fix to rpc_server/srv_spoolss_nt.c.
Jeremy Allison
1
-1
/
+1
2010-10-04
spoolss: fill in spoolss_SetPort IDL.
Günther Deschner
1
-3
/
+3
2010-10-02
s3-spoolss: Strip off ", DrvConvert" and ",LocalOnly" in OpenPrinterEx as see...
Günther Deschner
1
-0
/
+13
2010-10-02
s3-spoolss: Fixed print job access.
Andreas Schneider
1
-4
/
+4
2010-10-02
s3-spoolss: Fixed print_access_check server_info.
Andreas Schneider
1
-2
/
+2
2010-10-01
s3-spoolss: fix do_drv_upgrade_printer() which must have been broken since the
Günther Deschner
1
-3
/
+6
2010-10-01
s3-spoolss: make sure we dont crash on NULL setprinter level2 elements as see...
Günther Deschner
1
-7
/
+13
2010-10-01
s3-spoolss: dont overwrite location change notify.
Günther Deschner
1
-3
/
+3
2010-09-30
s3-spoolss: make sure to exit early and with the appropriate error code in
Günther Deschner
1
-0
/
+4
2010-09-30
s3-spoolss: Fix servername/printername handling which turns out to be very im...
Günther Deschner
1
-81
/
+181
2010-09-28
s3-spoolss: Fix _spoolss_EnumPrintProcDataTypes error handling
Günther Deschner
1
-0
/
+5
2010-09-28
s3-spoolss: Fix _spoolss_EnumPrintProcessors error handling
Günther Deschner
1
-0
/
+4
2010-09-11
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
1
-22
/
+11
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
1
-9
/
+9
2010-09-11
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
1
-9
/
+9
2010-09-10
s3-spoolss: Fix _spoolss_GetPrinter().
Günther Deschner
1
-1
/
+2
2010-09-10
s3-spoolss: Don't leak memory on the session counter list.
Andreas Schneider
1
-0
/
+12
2010-09-10
s3-spoolss: Allow multiple client backchannels.
Simo Sorce
1
-77
/
+116
2010-09-10
s3-spoolss: Split function to send notification.
Simo Sorce
1
-127
/
+162
2010-09-10
s3-spoolss: Use a single structure for all the back channel data.
Simo Sorce
1
-14
/
+18
2010-09-10
s3-spoolss: Rename Printer_entry to struct printer_handle.
Simo Sorce
1
-53
/
+53
2010-09-10
s3-spoolss: Move Printer_entry to srv_spoolss_nt.c
Simo Sorce
1
-0
/
+44
2010-09-10
s3-spoolss: Allocate printer entries on the pipe struct.
Simo Sorce
1
-1
/
+2
2010-09-10
s3-spoolss: Rename session counter structure and use talloc.
Simo Sorce
1
-8
/
+7
2010-09-10
s3-spoolss: allow a short printername w/o servername.
Günther Deschner
1
-6
/
+1
2010-09-09
s3-spoolss: Use systerm server_info for winreg connection.
Andreas Schneider
1
-88
/
+162
2010-09-09
s3-spoolss: Make auth_serversupplied_info const.
Andreas Schneider
1
-17
/
+17
2010-09-09
s3-spoolss: Fixed some build warnings.
Andreas Schneider
1
-7
/
+11
2010-09-07
s3: Prune the printername cache when a printer is deleted
Volker Lendecke
1
-2
/
+20
2010-09-03
s3-spoolss: fix some debug statements.
Günther Deschner
1
-1
/
+1
2010-08-29
s3: Remove some uses of smbd_server_fd()
Volker Lendecke
1
-2
/
+2
2010-08-27
s3: Cache results of finding printer names
Volker Lendecke
1
-0
/
+39
2010-08-26
s3-build: only include rpc_misc.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-22
s3: Replace calls to check_access by allow_access
Volker Lendecke
1
-2
/
+2
2010-08-18
s3: Use pipe_struct->client_id->name for pjob.clientmachine
Volker Lendecke
1
-1
/
+2
[next]