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_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-2
/
+2
2010-05-18
s3-spoolss: Use the spoolss_map_to_os2_driver to modify drivername.
Andreas Schneider
1
-0
/
+5
2010-05-18
s3-spoolss: Added EN ISO 216, A0 and A1 to builtin forms.
Andreas Schneider
1
-0
/
+2
2010-05-18
s3-spoolss: Sorted the builtin forms alphabetically.
Andreas Schneider
1
-85
/
+85
2010-05-18
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
1
-1
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-11
/
+9
2010-05-18
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
1
-1
/
+1
2010-05-05
s3-spoolss: remove unused winreg_enumval_to_blob().
Günther Deschner
1
-20
/
+0
2010-05-05
s3-spoolss: Create default DsSpooler values.
Andreas Schneider
1
-1
/
+114
2010-05-05
s3-spoolss: Fixed the DeviceMode handling in winreg.
Andreas Schneider
1
-115
/
+97
2010-05-05
s3-spoolss: Added winreg security descriptor functions.
Andreas Schneider
1
-36
/
+291
2010-05-05
s3-spoolss: Migrated winreg to spoolss_create_default_secdesc.
Andreas Schneider
1
-81
/
+6
2010-05-05
s3-spoolss: make sure to return success in winreg_get_driver_list() for a
Günther Deschner
1
-0
/
+4
2010-05-05
s3-spoolss: talloc_steal the returned driver_list in winreg_get_driver_list().
Günther Deschner
1
-2
/
+5
2010-05-05
s3-spoolss: Fixed winreg_printer_query_XXX.
Simo Sorce
1
-8
/
+9
2010-05-05
s3-spoolss: Added a winreg_printer_query_binary function.
Andreas Schneider
1
-0
/
+71
2010-05-05
s3-spoolss: Fixed memory error in winreg_get_driver.
Andreas Schneider
1
-1
/
+34
2010-05-05
s3-spoolss: Added a sharename arg to winreg_update_printer.
Andreas Schneider
1
-1
/
+3
2010-05-05
s3-spoolss: Added missing servername option to winreg_{create,get}_printer.
Andreas Schneider
1
-6
/
+20
2010-05-05
s3-spoolss: Added missing Printer Driver in winreg_{update,get}_printer.
Andreas Schneider
1
-0
/
+17
2010-05-04
s3-spoolss: Remove duplicate macro.
Simo Sorce
1
-5
/
+0
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
1
-0
/
+259
2010-04-23
s3-spoolss: Added a winreg_create_printer function.
Andreas Schneider
1
-0
/
+337
2010-04-23
s3-spoolss: Added a winreg_update_printer function.
Andreas Schneider
1
-0
/
+309
2010-04-23
s3-spoolss: Added a winreg_get_driver_list function.
Simo Sorce
1
-0
/
+67
2010-04-23
s3-spoolss: Added a winreg_del_driver function.
Simo Sorce
1
-0
/
+85
2010-04-23
s3-spoolss: Added a winreg_get_driver function.
Simo Sorce
1
-0
/
+255
2010-04-23
s3-spoolss: Added a winreg_add_driver function.
Simo Sorce
1
-0
/
+224
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
1
-0
/
+71
2010-04-23
s3-spoolss: Added a function to update the ChangeID of a printer.
Andreas Schneider
1
-0
/
+98
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-20
s3-spoolss: avoid passing down full "struct pipes_struct".
Günther Deschner
1
-40
/
+51
2010-04-09
s3-spoolss: Fix two uninitialized vars in spoolss util code.
Günther Deschner
1
-1
/
+2
2010-04-07
s3-spoolss: Added a winreg_getform1 function.
Andreas Schneider
1
-0
/
+131
2010-04-07
s3-spoolss: Added a winreg_setform1 function.
Andreas Schneider
1
-0
/
+100
2010-04-07
s3-spoolss: Added a winreg_deleteform1 function.
Andreas Schneider
1
-0
/
+76
2010-04-07
s3-spoolss: Added a winreg_addform1 function.
Andreas Schneider
1
-0
/
+106
2010-04-07
s3-spoolss: Added a winreg_enumforms1 function.
Andreas Schneider
1
-0
/
+235
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
1
-0
/
+177
2010-04-07
s3-spoolss: Added a enum_printer_key function using the winreg pipe.
Andreas Schneider
1
-0
/
+225
2010-04-07
s3-spoolss: Added a delete_printer_dataex function using the winreg pipe.
Andreas Schneider
1
-3
/
+69
2010-04-07
s3-spoolss: Added a enum_printer_dataex function using the winreg pipe.
Andreas Schneider
1
-0
/
+240
[next]