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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-28
s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).
Günther Deschner
1
-0
/
+49
2010-04-27
s3-spoolss: fix some uninitialized variables.
Günther Deschner
1
-2
/
+2
2010-04-23
s3-spoolss: Added a winreg_get_printer function.
Andreas Schneider
2
-0
/
+279
2010-04-23
s3-spoolss: Added a winreg_create_printer function.
Andreas Schneider
2
-0
/
+341
2010-04-23
s3-spoolss: Added a winreg_update_printer function.
Andreas Schneider
2
-0
/
+385
2010-04-23
s3-spoolss: Added a winreg_get_driver_list function.
Simo Sorce
2
-0
/
+94
2010-04-23
s3-spoolss: Added a winreg_del_driver function.
Simo Sorce
2
-0
/
+105
2010-04-23
s3-spoolss: Added a winreg_get_driver function.
Simo Sorce
2
-0
/
+281
2010-04-23
s3-spoolss: Added a winreg_add_driver function.
Simo Sorce
2
-0
/
+246
2010-04-23
s3-spoolss: Fixed winreg_delete_printer_key if key is NULL or emtpy.
Andreas Schneider
1
-7
/
+11
2010-04-23
s3-spoolss: Add date and version winreg helpers.
Simo Sorce
1
-0
/
+129
2010-04-23
s3-spoolss: Added more winreg hepler functions.
Andreas Schneider
1
-0
/
+20
2010-04-23
s3-spoolss: Added winreg helper functions
Simo Sorce
1
-0
/
+125
2010-04-23
s3-spoolss: Added a winreg function to query a dword.
Andreas Schneider
1
-0
/
+75
2010-04-23
s3-spoolss: Added a function to get the ChangeID from a printer.
Andreas Schneider
2
-0
/
+90
2010-04-23
s3-spoolss: Added a function to update the ChangeID of a printer.
Andreas Schneider
2
-0
/
+120
2010-04-23
s3-spoolss: Added winreg helper functions to write registry values.
Andreas Schneider
1
-0
/
+104
2010-04-23
s3-spoolss: Fixed return values of winreg_printer_deleteform1.
Andreas Schneider
1
-0
/
+5
2010-04-23
s3-spoolss: Added missing return value to winreg_printer_enumforms1 docs.
Andreas Schneider
1
-0
/
+1
2010-04-23
s3-spoolss: make switch in _spoolss_AddPrinterDriver() a bit more clear.
Günther Deschner
1
-4
/
+6
2010-04-23
s3-spoolss: make sure AddPrinterDriver calls into AddPrinterDriverEx.
Günther Deschner
1
-19
/
+27
2010-04-23
s3-spoolss: fix some crash bugs and missing error codes in AddDriver paths.
Günther Deschner
1
-0
/
+4
2010-04-20
s3-spoolss: fix winreg spoolss helper call documentation.
Günther Deschner
1
-11
/
+33
2010-04-20
s3-spoolss: avoid passing down full "struct pipes_struct".
Günther Deschner
2
-51
/
+73
2010-04-19
s3-spoolss: fix samr_ValidatePassword_Change.
Günther Deschner
1
-1
/
+1
2010-04-17
s3: Slightly simpify samr_ValidatePassword_Reset
Volker Lendecke
1
-12
/
+13
2010-04-17
s3: Slightly simpify samr_ValidatePassword_Change
Volker Lendecke
1
-12
/
+13
2010-04-16
s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.
Andreas Schneider
1
-1
/
+3
2010-04-11
s3: Move serverinfo_to_SamInfoX to auth/server_info.c
Volker Lendecke
1
-287
/
+0
2010-04-09
s3-spoolss: Fix two uninitialized vars in spoolss util code.
Günther Deschner
1
-1
/
+2
2010-04-09
s3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner
3
-10
/
+10
2010-04-09
s3-winreg: add winreg_DeleteKeyEx stub.
Günther Deschner
1
-0
/
+12
2010-04-07
s3-spoolss: Fix some issues in _spoolss_AddForm.
Günther Deschner
1
-1
/
+19
2010-04-07
s3-spoolss: Fix potential memleak in _spoolss_AddForm and _spoolss_SetForm.
Günther Deschner
1
-2
/
+4
2010-04-07
s3-spoolss: Added a winreg_getform1 function.
Andreas Schneider
2
-0
/
+147
2010-04-07
s3-spoolss: Added a winreg_setform1 function.
Andreas Schneider
2
-0
/
+120
2010-04-07
s3-spoolss: Added a winreg_deleteform1 function.
Andreas Schneider
2
-0
/
+90
2010-04-07
s3-spoolss: Added a winreg_addform1 function.
Andreas Schneider
2
-0
/
+124
2010-04-07
s3-spoolss: Added a winreg_enumforms1 function.
Andreas Schneider
2
-0
/
+251
2010-04-07
s3-spoolss: Fixed winreg_printer_openkey to be used in a more generic way.
Andreas Schneider
1
-19
/
+72
2010-04-07
s3-spoolss: Added a delete_printer_key function using the winreg pipe.
Andreas Schneider
2
-0
/
+195
2010-04-07
s3-spoolss: Added a enum_printer_key function using the winreg pipe.
Andreas Schneider
2
-0
/
+250
2010-04-07
s3-spoolss: Added a delete_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-3
/
+90
2010-04-07
s3-spoolss: Added a enum_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-0
/
+264
2010-04-07
s3-spoolss: Added a get_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-0
/
+146
2010-04-07
s3-spoolss: Added a set_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-0
/
+106
2010-04-07
s3-spoolss: Added a function to open a regkey using the winreg pipe.
Andreas Schneider
2
-0
/
+192
2010-03-26
s3-spoolss: return info for the correct printjob in _spoolss_GetJob().
Günther Deschner
1
-4
/
+6
2010-03-24
s3:ntlmssp: use client.netbios_name instead of workstation
Stefan Metzmacher
1
-1
/
+2
2010-03-16
s3-winreg: change notify call has no meaning when called remotely.
Günther Deschner
1
-4
/
+0
[next]