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
/
python
/
py_spoolss_printers_conv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-21
More cleanups of validation functions.
Tim Potter
1
-19
/
+61
2002-09-25
The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)
Tim Potter
1
-2
/
+6
2002-09-19
Bong! The devmode could be NULL. Don't crash if this is the case.
Tim Potter
1
-2
/
+8
2002-05-27
Honour return value of to_struct() when converting to Samba structures.
Tim Potter
1
-4
/
+14
2002-05-16
Renamed 'printer_name' field in python printer info to 'name' to be
Tim Potter
1
-3
/
+3
2002-05-14
Moved PyDict_SetItemString for printer info level structures into conv functi...
Tim Potter
1
-0
/
+6
2002-05-01
Implemented py_to_PRINTER_INFO_3() helper function.
Tim Potter
1
-3
/
+14
2002-04-18
Started working on setprinter code.
Tim Potter
1
-5
/
+22
2002-04-14
Moved security descriptor routines into their own file.
Tim Potter
1
-115
/
+0
2002-04-14
Made a comment clearer.
Tim Potter
1
-1
/
+1
2002-04-05
Fixed dodgy looking prototypes for py_to_* functions.
Tim Potter
1
-11
/
+11
2002-04-05
New routines to convert between structures and python dictionaries. We now
Tim Potter
1
-0
/
+367