Give an idea what service didn't have the directory.
[kai/samba.git] / source3 / python /
2002-07-11 Tim PotterRegenerated.
2002-07-11 Tim PotterAnother compile fix.
2002-07-11 Tim PotterCompile fix for flags field to cli_full_connection()
2002-06-20 Tim PotterRenamed policy handle field in object containers to...
2002-06-20 Tim PotterAdded samr_open_domain() call.
2002-06-20 Tim PotterCompile fix for new arguments to cli_full_connection()
2002-06-04 Tim PotterFix long list scrolling bug.
2002-05-28 Tim PotterSeparate error handling for cli_full_connection() and...
2002-05-28 Tim PotterRaise a ValueError if server name isn't given in UNC...
2002-05-28 Tim PotterRaise a ValueError if server names aren't given in...
2002-05-28 Tim PotterAllow None to be used as a valid credential for functio...
2002-05-28 Tim PotterAllow None to be used as a valid credential in open_policy.
2002-05-27 Tim PotterUse a fixed size font for displaying tdb values.
2002-05-27 Tim PotterMore automatically generated prototype madness.
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-27 Tim PotterCheck types of dictionary elements in to_struct()
2002-05-27 Tim PotterConvert open_pipe_creds() to use new cli_full_connectio...
2002-05-27 Tim PotterHonour return value of to_struct() when converting...
2002-05-27 Tim PotterFixed compiler warning.
2002-05-27 Tim PotterFixed dodgy arguments to PyArg_ParseTupleAndKeywords()
2002-05-27 Tim PotterSome rearrangement of header files.
2002-05-23 Tim PotterCompile fix for enum trust dom wrapper.
2002-05-23 Tim PotterA graphical tdb browser using the gnome-python bindings.
2002-05-23 Tim PotterAnother change to the GPL "abandon hope all who enter...
2002-05-22 Tim PotterGot gdb and gpl confused. (-:
2002-05-22 Tim PotterAdded a reminder about programs using the tdb bindings...
2002-05-21 Tim PotterA tdb module based on some tips from Mike Noriega....
2002-05-20 Tim PotterRemove level and name fields from dictionary copy in...
2002-05-20 Tim Potterpy_to_DRIVER_INFO_3: remove level key on copy of dictio...
2002-05-20 Tim PotterDecode info level 3 for getprinterdriver.
2002-05-20 Tim PotterWhen converting from a dictionary to a Samba structure...
2002-05-20 Tim PotterSet level key in driver info structures.
2002-05-17 Tim PotterUse get_level_value() utility fn.
2002-05-17 Tim PotterAdd level field when converting FORM_1 to dict.
2002-05-17 Tim Potteraddform(), setform():
2002-05-17 Tim PotterCall get_level_value() utility function.
2002-05-17 Tim PotterAdded a utility function to extract the info key from...
2002-05-17 Tim Potterto_struct() now returns a boolean which is false if...
2002-05-16 Tim PotterReturn enumerated forms as a hash of hashes instead...
2002-05-16 Tim PotterRemoved unused variable.
2002-05-16 Tim PotterRenamed 'printer_name' field in python printer info...
2002-05-16 Tim PotterFix memory leaks and return values in error returns...
2002-05-16 Tim PotterFix memory leaks and return values in error returns...
2002-05-16 Tim PotterSet exception object when enumjobs returns non-zero...
2002-05-16 Tim PotterFix return value for enumprinterdrivers(), getprinterdr...
2002-05-16 Tim PotterShorten some debug messages.
2002-05-16 Tim PotterMore cleanups.
2002-05-16 Tim PotterRefactored open_pipe_creds() function to remove unused...
2002-05-16 Tim PotterAdded addjob command.
2002-05-16 Tim PotterCleaned up help docstrings.
2002-05-15 Tim PotterRenamed functions that are methods of a printer handle...
2002-05-15 Tim Pottermake proto
2002-05-15 Tim PotterMethod entry for addprinterex()
2002-05-15 Tim PotterFixed a memory leak in enumprinters.
2002-05-15 Tim PotterComment that deleteprinterdataex isn't supported by...
2002-05-15 Tim PotterReturn a dictionary of printer drivers in enumprinterdr...
2002-05-15 Tim PotterImplement py_to_DRIVER_INFO_3()
2002-05-14 Tim PotterAdded lots of new functions to the method tables.
2002-05-14 Tim Pottermake proto
2002-05-14 Tim PotterAdded deleteprinterdata function.
2002-05-14 Tim PotterFixed bug in enumprinterdrivers.
2002-05-14 Tim PotterMoved PyDict_SetItemString for printer info level struc...
2002-05-14 Tim PotterAdded writeprinter command.
2002-05-14 Tim PotterAdded enumprinterdata.
2002-05-14 Tim PotterGeneral cleanup of compiler warnings etc.
2002-05-13 Tim PotterAdded entry for winreg extension.
2002-05-13 Tim PotterUpdated patch.
2002-05-13 Tim PotterRemoved irritating CR at end of file.
2002-05-13 Tim PotterAdded getprinterdata and setprinterdata functions.
2002-05-13 Tim PotterRegistry module. Only contains REG_xxx constants used...
2002-05-13 Tim PotterAdded startdocprinter and enddocprinter.
2002-05-08 Tim PotterAdded commands for startpageprinter, endpageprinter...
2002-05-08 Tim PotterAdded setjob() command.
2002-05-08 Tim PotterChanged some error returns to return a werror tuple...
2002-05-08 Tim PotterRemove unused variable.
2002-05-07 Tim PotterAdded enumjobs command.
2002-05-07 Tim Potterrpcstr_pull() src_len fix.
2002-05-06 Tim PotterAllow lookup_sids() and lookup_names() to take either...
2002-05-06 Tim PotterRemoved unused arg to deleteform.
2002-05-03 Tim PotterRe-order args for enumprinterdrivers function.
2002-05-02 Tim PotterSome examples using the spoolss python module.
2002-05-01 Tim PotterGot setprinter level 3 working!
2002-05-01 Tim Pottermake proto
2002-05-01 Tim PotterImplemented py_to_PRINTER_INFO_3() helper function.
2002-05-01 Tim PotterImplemented routines to convert from a Python dictionar...
2002-04-20 Tim PotterReturn exception text if getprinter level not [0..3]
2002-04-18 Tim PotterStarted working on setprinter code.
2002-04-18 Tim Pottermake proto
2002-04-15 Tim PotterStubs for connect, domain, user, group and alias policy...
2002-04-15 Tim PotterSkeleton for SAMR module.
2002-04-14 Tim PotterRename new_policy_hnd_object() to new_spoolss_policy_hn...
2002-04-14 Tim PotterExplicitly return a list in py_ntstatus_tuple() and...
2002-04-14 Tim PotterCall PyErr_SetString instead of fprintf to stderr.
2002-04-14 Tim PotterShutdown cli_state in the dealloc function. This happe...
2002-04-14 Tim PotterAdded enumerate trusted domains.
2002-04-14 Tim PotterNew file to hold common prototypes.
next