r23779: Change from v2 or later to v3 or later.
[nivanova/samba-autobuild/.git] / source3 / python / py_spoolss_printers.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Deryck Hodger15385: Some work to bring the python code up to date...
2007-10-10 Jeremy Allisonr10802: Janitor for tpot - remember to keep 3.0 in...
2007-10-10 Gerald Carterr8654: merging cli_spoolss_XX() updates from trunk
2007-10-10 Lars Müllerr7960: Replace unknown SMB_XSTRDUP by known SMB_STRDUP...
2007-10-10 Gerald Carterr6678: fix python python after talloc() shakeup
2003-03-20 Tim PotterMerge of compiler warning fixups.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-13 Tim PotterMerge ... some commentary for getprinter info levels...
2003-01-15 Tim PotterSync up compiler warning fixes.
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-07 Tim PotterRename a local variable to avoid a warning.
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-11-04 Tim PotterSync with HEAD.
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-17 Tim Potteropen_pipe_creds() now takes a pipe index instead of...
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-09 Tim PotterFix crash bugs in getprinter info level code (yay unit...
2002-08-27 Tim PotterNew arguments to cli_spoolss_enum_printers()
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-11 Tim PotterAnother compile fix.
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-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-17 Tim PotterUse get_level_value() utility fn.
2002-05-16 Tim PotterFix memory leaks and return values in error returns...
2002-05-16 Tim PotterMore cleanups.
2002-05-16 Tim PotterRefactored open_pipe_creds() function to remove unused...
2002-05-15 Tim PotterRenamed functions that are methods of a printer handle...
2002-05-15 Tim PotterFixed a memory leak in enumprinters.
2002-05-14 Tim PotterMoved PyDict_SetItemString for printer info level struc...
2002-05-08 Tim PotterChanged some error returns to return a werror tuple...
2002-05-01 Tim PotterGot setprinter level 3 working!
2002-04-20 Tim PotterReturn exception text if getprinter level not [0..3]
2002-04-18 Tim PotterStarted working on setprinter code.
2002-04-14 Tim PotterRename new_policy_hnd_object() to new_spoolss_policy_hn...
2002-04-14 Tim PotterCall PyErr_SetString instead of fprintf to stderr.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-05 Tim PotterRemoved unused label.
2002-04-05 Tim PotterThrow a spoolss.werror exception when the rpc client...
2002-03-28 Tim PotterAborted experiment to avoid namespace pollution and...
2002-03-27 Tim PotterMoved general printer related calls here.