summaryrefslogtreecommitdiff
path: root/source3/python
AgeCommit message (Expand)AuthorFilesLines
2002-05-16More cleanups.Tim Potter11-109/+137
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter8-46/+38
2002-05-16Added addjob command.Tim Potter3-2/+13
2002-05-16Cleaned up help docstrings.Tim Potter1-54/+67
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter7-64/+64
2002-05-15make protoTim Potter1-0/+1
2002-05-15Method entry for addprinterex()Tim Potter1-0/+3
2002-05-15Fixed a memory leak in enumprinters.Tim Potter1-4/+57
2002-05-15Comment that deleteprinterdataex isn't supported by a samba server.Tim Potter1-0/+4
2002-05-15Return a dictionary of printer drivers in enumprinterdrivers() instead of aTim Potter1-8/+138
2002-05-15Implement py_to_DRIVER_INFO_3()Tim Potter1-1/+5
2002-05-14Added lots of new functions to the method tables.Tim Potter1-0/+22
2002-05-14make protoTim Potter1-0/+10
2002-05-14Added deleteprinterdata function.Tim Potter1-0/+30
2002-05-14Fixed bug in enumprinterdrivers.Tim Potter1-3/+27
2002-05-14Moved PyDict_SetItemString for printer info level structures into conv functi...Tim Potter2-2/+6
2002-05-14Added writeprinter command.Tim Potter3-0/+36
2002-05-14Added enumprinterdata.Tim Potter1-1/+41
2002-05-14General cleanup of compiler warnings etc.Tim Potter7-58/+139
2002-05-13Added entry for winreg extension.Tim Potter1-1/+11
2002-05-13Updated patch.Tim Potter1-13/+14
2002-05-13Removed irritating CR at end of file.Tim Potter1-1/+0
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter3-0/+180
2002-05-13Registry module. Only contains REG_xxx constants used by the spoolssTim Potter1-0/+83
2002-05-13Added startdocprinter and enddocprinter.Tim Potter4-0/+168
2002-05-08Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter3-2/+115
2002-05-08Added setjob() command.Tim Potter3-0/+42
2002-05-08Changed some error returns to return a werror tuple (status code and textTim Potter1-4/+2
2002-05-08Remove unused variable.Tim Potter1-3/+13
2002-05-07Added enumjobs command.Tim Potter6-10/+199
2002-05-07rpcstr_pull() src_len fix.Tim Potter1-1/+1
2002-05-06Allow lookup_sids() and lookup_names() to take either a list of strings orTim Potter1-16/+50
2002-05-06Removed unused arg to deleteform.Tim Potter1-2/+1
2002-05-03Re-order args for enumprinterdrivers function.Tim Potter2-9/+9
2002-05-02Some examples using the spoolss python module.Tim Potter3-0/+141
2002-05-01Got setprinter level 3 working!Tim Potter1-9/+23
2002-05-01make protoTim Potter1-1/+2
2002-05-01Implemented py_to_PRINTER_INFO_3() helper function.Tim Potter1-3/+14
2002-05-01Implemented routines to convert from a Python dictionary to a SEC_DESCTim Potter1-38/+38
2002-04-20Return exception text if getprinter level not [0..3]Tim Potter1-1/+8
2002-04-18Started working on setprinter code.Tim Potter6-59/+197
2002-04-18make protoTim Potter1-2/+2
2002-04-15Stubs for connect, domain, user, group and alias policy objects.Tim Potter1-39/+202
2002-04-15Skeleton for SAMR module.Tim Potter3-0/+298
2002-04-14Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter2-3/+3
2002-04-14Explicitly return a list in py_ntstatus_tuple() and py_werror_typle(). NotTim Potter1-3/+20
2002-04-14Call PyErr_SetString instead of fprintf to stderr.Tim Potter1-7/+5
2002-04-14Shutdown cli_state in the dealloc function. This happens automaticallyTim Potter1-2/+10
2002-04-14Added enumerate trusted domains.Tim Potter1-1/+44
2002-04-14New file to hold common prototypes.Tim Potter1-0/+30