summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_drivers.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-3/+3
rpc client rewrite. (This used to be commit fd5bcecceb518d0683f400a61e11ce37f3d52d42)
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-5/+6
Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-22/+5
(This used to be commit cd961e50a3029898868d21263ccacb7d5f1f07b9)
2007-10-10r5283: Merge -r5279 and-r5280 from trunk.Tim Potter1-1/+1
(This used to be commit 74d872287b5cf5b13512091827a9d065f1fef122)
2007-10-10r1789: compiler warnings from SuSEGerald Carter1-2/+2
(This used to be commit 7e44193be103fad273796218c8f5e5f9a1657c3c)
2003-08-25update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter1-2/+3
(This used to be commit 331a69919c3d4457e4c700b1fd4033f338d0ec98)
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-3/+3
Jeremy. (This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)
2002-11-04Sync with HEAD.Tim Potter1-3/+3
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-10-21Merge.Tim Potter1-1/+2
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-09-09Formatting tidyup.Tim Potter1-1/+1
(This used to be commit 4132d9680a0b6ed829663399bba209a49ca41d56)
2002-09-06level keys are inserted by conv routines.Tim Potter1-14/+0
(This used to be commit b5068bb9fe28cfdd7a00dbc50196eb60e3a46af1)
2002-05-28Raise a ValueError if server names aren't given in UNC format.Tim Potter1-3/+3
(This used to be commit f5a1a3190dc0d4ecdf55b870633a83ee125b816e)
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter1-6/+24
credential as a parameter. (This used to be commit 166aee6cc2abb5f6e91ebf3d4ec37454034b8dcd)
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-11/+25
Server argument to enumprinterdrivers() must be in UNC format. (This used to be commit 3b011eb65a45a2b919e0b759f426581100ac17fd)
2002-05-20Decode info level 3 for getprinterdriver.Tim Potter1-1/+5
Error checking for undecoded info levels. (This used to be commit 841b6cf63c1f22dcb8fa07796a44e20555fe5b59)
2002-05-17Call get_level_value() utility function.Tim Potter1-21/+8
(This used to be commit 2566dad274e0bced9e55cbc3c126c00e70373fbe)
2002-05-16Fix return value for enumprinterdrivers(), getprinterdriverdir().Tim Potter1-16/+18
Set info level key in getprinterdriverdir() return info. (This used to be commit cb4bfd39eb83efddb29b3a3bc70c2a8713f80ef2)
2002-05-16More cleanups.Tim Potter1-19/+31
- removed dodgy fprintf() error handling - return an error string from open_pipe_creds() so the appropriate exception can be raised by the caller - reformatting (This used to be commit d35cad359df3bd53e6bb49f6655d4c7b9993abb0)
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-14/+14
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-1/+1
spoolss_* to spoolss_hnd_* to make things a bit clearer. (This used to be commit 986d868837350e9b107c147e649f139fd7d881f0)
2002-05-15Return a dictionary of printer drivers in enumprinterdrivers() instead of aTim Potter1-8/+138
list. Started addprinterdriver() - doesn't work yet. Added stubs for deleteprinterdriver routines. (This used to be commit e3c27d7d1093743124cad573e781547a9a2f659f)
2002-05-14Fixed bug in enumprinterdrivers.Tim Potter1-3/+27
Added stubs for addprinterdriver and deleteprinterdriver functions. (This used to be commit ca315ef84ff949edfbf0a8df0ae2128a97fc3ac5)
2002-05-03Re-order args for enumprinterdrivers function.Tim Potter1-4/+4
(This used to be commit 5f9f32021300d47dcc068192428ee48b8aa246ea)
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter1-89/+34
and exception throwing. (This used to be commit ed0a6480f75b3eefc52bc3311d8c3816abefcff2)
2002-04-03Start to make argument ordering consistent.Tim Potter1-3/+4
(This used to be commit e84cc7ea84042b2460baef32a39448d620612bbc)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-6/+8
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-27Moved printer driver related calls here.Tim Potter1-0/+295
(This used to be commit d4b8000e1f2780a805a5ddf8e13906b4146d65e7)