Add extra parm to cli_full_connection call. Tim, you should probably look at this.
[kai/samba.git] / source / python /
2002-10-18 Jim McDonoughAdd extra parm to cli_full_connection call. Tim, you...
2002-10-17 Tim Pottermake proto
2002-10-17 Tim Potteropen_pipe_creds() now takes a pipe index instead of...
2002-10-17 Tim PotterFix for new arguments of cli_nt_session_open()
2002-09-25 Tim PotterThe security descriptor in a PRINTER_INFO_2 could be...
2002-09-19 Tim PotterRemove hardcoded -I stuff. Hooray!
2002-09-19 Tim PotterBong! The devmode could be NULL. Don't crash if this...
2002-09-19 Tim PotterFixed bug in keyword args for enumprinterdataex
2002-09-19 Tim PotterMoving to subdirectory.
2002-09-19 Tim PotterImplement printerdata_ex as Python dictionary. Read...
2002-09-18 Tim PotterDisplay the repr() of non-string dictionary values.
2002-09-11 Tim PotterImplemented getpw{nam,uid} functions.
2002-09-11 Tim PotterAdded char *, uid_t and gid_t types to generic conversi...
2002-09-11 Tim PotterFix some dodgy stuff that accidentally was committed.
2002-09-11 Tim PotterFix imports for printerdata browser.
2002-09-11 Tim PotterIgnore *.pyc
2002-09-11 Tim PotterChange 'import spoolss' to 'from samba import spoolss'.
2002-09-10 Martin PoolCheck in examples for tdb packer
2002-09-10 Tim PotterUpdated examples for new top level module layout.
2002-09-09 Martin PoolPut all Python modules into the 'samba' subpackage...
2002-09-09 Martin PoolBuild py_tdbpack as well.
2002-09-09 Martin PoolPython's setup.py does not need to be munged by configu...
2002-09-09 Martin PoolImport my code to do reasonably fast tdbpack/unpack...
2002-09-09 Martin PoolUpdate documentation for newly merged modules
2002-09-09 Martin PoolThis patch has now been applied and no longer needs...
2002-09-09 Martin PoolAdd little meta note
2002-09-09 Tim PotterFix crash bugs in getprinter info level code (yay unit...
2002-09-09 Tim PotterPass level keyword down to cli_spoolss_getform()
2002-09-09 Tim PotterFormatting tidyup.
2002-09-09 Tim PotterRemove todo comment.
2002-09-09 Tim PotterCheck no extra fields are present when parsing credentials.
2002-09-08 Tim PotterUpdate patch.
2002-09-06 Tim PotterInitial version of printerdata_ex browsing.
2002-09-06 Tim PotterMove printerdata dictionary object into it's own file.
2002-09-06 Tim PotterDecode list of dependent files in printer driver info3...
2002-09-06 Tim Potterlevel keys are inserted by conv routines.
2002-09-03 Tim PotterConvert to new REGISTRY_VALUE cli_spoolss routines.
2002-09-03 Tim PotterFixed enumjobs command to use new JOB_INFO_CTR structure.
2002-09-03 Tim PotterDisplay printerdata values in hex.
2002-09-03 Tim PotterAdded utility function to convert python strings to...
2002-09-03 Tim PotterA printerdata browser I whipped up in about 5 minutes...
2002-09-03 Tim PotterRewrote to use gtkdictbrowser.
2002-09-03 Tim PotterIgnore *.pyc files.
2002-09-03 Tim PotterImplement deleteprinterdataex
2002-09-03 Tim PotterReturn dictionary of printerdata in enumprinterdataex.
2002-09-02 Tim PotterAdd a 'key' field to printer data dictionary.
2002-09-02 Tim Pottermake proto
2002-09-02 Tim PotterAdded methods for getprinterdataex, setprinterdataex...
2002-09-02 Tim PotterFix transposed args in open_pipe_creds() function.
2002-08-30 Tim PotterForgot to check in some of the libsmb stuff.
2002-08-30 Tim PotterAbstract out the functionality of gtdbtool into a dicti...
2002-08-27 Tim PotterImplemented enum_domain_groups function.
2002-08-27 Tim PotterNew arguments to cli_spoolss_enum_printers()
2002-08-21 Tim PotterAdded README written by Jelmer - thanks!
2002-08-06 Tim PotterCompile fix for new cli_lsa_enum_trust_dom() argument...
2002-08-02 Tim PotterAdded connect, session_request, session_setup and tconx...
2002-08-02 Tim PotterBroke out unpacking of a username/password stored in...
2002-07-29 Tim PotterSkeleton for a libsmb python wrapper.
2002-07-29 Tim PotterUpdated patch.
2002-07-26 Tim PotterPrint out a friendly message on error instead of a...
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.
next