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
/
spoolss
/
srv_spoolss_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-20
/
+20
2012-07-06
s3-rpc_server: Make it possible to use more rpc exceptions.
Andreas Schneider
1
-56
/
+56
2012-07-03
s3-printing: Remove deprecated lp_printer_admin().
Andreas Schneider
1
-42
/
+14
2012-06-26
s3-printing: pass a talloc ctx to unpack_pjob
David Disseldorp
1
-1
/
+1
2012-06-26
s3-printing: clean up print_job_pause/resume interface
David Disseldorp
1
-8
/
+4
2012-06-26
s3-printing: rename queue->job sysjob
David Disseldorp
1
-8
/
+8
2012-06-19
s3-spoolss: delete_drivers should be called as the connecting user.
Andreas Schneider
1
-1
/
+1
2012-05-28
s3:libsmb: get rid of cli_state_protocol
Luk Claes
1
-1
/
+2
2012-05-09
s3-spoolss: Set DWORD values correctly.
Andreas Schneider
1
-9
/
+9
2012-04-25
s3:registry: remove usage of reg_objects from srv_spoolss_nt.c
Gregor Beck
1
-1
/
+0
2012-03-24
use usleep rather than sys_usleep in various places, in anticipation of uslee...
Jelmer Vernooij
1
-1
/
+1
2012-03-14
s3-spoolss: Check return type of update_dsspooler().
Andreas Schneider
1
-12
/
+18
2012-03-14
s3-spoolss: Check return codes in update_dsspooler.
Andreas Schneider
1
-40
/
+170
2012-03-13
s3-spoolss: Consistently fail OpenPrinterEx with "" printername
Andrew Bartlett
1
-0
/
+4
2012-03-03
s3: Fix a bogus if (client_len < 0)
Volker Lendecke
1
-1
/
+1
2012-01-22
s3-spoolss: fix incorrect error check type
David Disseldorp
1
-1
/
+1
2012-01-20
s3-spoolss: fix printer_driver_files_in_use() call ordering
David Disseldorp
1
-8
/
+10
2012-01-20
s3-spoolss: fix printer driver version deletion
David Disseldorp
1
-167
/
+111
2012-01-11
spoolss: fix DPD_DELETE_ALL_FILES error return
David Disseldorp
1
-2
/
+1
2011-12-15
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
1
-1
/
+11
2011-12-15
s3:rpc_server/spoolss: remove reload_services check from delete_printer_hook()
Stefan Metzmacher
1
-8
/
+0
2011-11-04
Properly fix bug #8384 - Windows XP clients seem to crash smbd process every ...
Henry Wong
1
-0
/
+1
2011-10-26
Second attempt to fix bug #8384 - Windows XP clients seem to crash smbd proce...
Jeremy Allison
1
-1
/
+1
2011-10-24
Try and fix bug #8384 - Windows XP clients seem to crash smbd process every o...
Jeremy Allison
1
-6
/
+17
2011-09-03
s3-spoolss: Fix bug #8236 empty notify servername.
Andreas Schneider
1
-0
/
+9
2011-08-11
s3-messaging: Remove obsolete class.
Simo Sorce
1
-13
/
+0
2011-08-02
s3:spoolss: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-07-28
s3-spoolss: Use existing handle in printer_driver_files_in_use().
Andreas Schneider
1
-4
/
+2
2011-07-28
s3-spoolss: Use existing handle in printer_driver_in_use().
Andreas Schneider
1
-4
/
+2
2011-07-27
s3-spoolss: Use get_session_info_system().
Andreas Schneider
1
-19
/
+2
2011-07-27
s3-spoolss: Free the info2 structure in _spoolss_GetPrinter.
Andreas Schneider
1
-0
/
+1
2011-07-27
s3-spoolss: Use tmp_ctx everywhere in _spoolss_DeletePrinterDriverEx.
Andreas Schneider
1
-6
/
+6
2011-07-27
s3-spoolss: Improve memory efficiency.
Simo Sorce
1
-158
/
+242
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-22
/
+22
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-6
/
+6
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-13
/
+13
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-22
/
+22
2011-07-07
s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...
Günther Deschner
1
-148
/
+191
2011-07-07
s3-printing: use winreg_internal functions.
Günther Deschner
1
-73
/
+73
2011-07-07
s3-printing: add winreg_internal functions.
Günther Deschner
1
-0
/
+1
2011-07-04
s3-spoolss: Replace client_id in the spoolss server.
Andreas Schneider
1
-8
/
+63
2011-06-21
s3-spoolss: Fix some valgrind warnings.
Andreas Schneider
1
-3
/
+3
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-7
/
+7
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-10
/
+10
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-11
/
+11
2011-06-08
s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...
Günther Deschner
1
-0
/
+4
2011-06-01
s3: fix more -Wunused-but-set-variable build warnings.
Günther Deschner
1
-2
/
+1
2011-05-31
s3-smbd provide struct smbd_server_connection * to conn_snum_used
Andrew Bartlett
1
-0
/
+1
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
1
-11
/
+11
[next]