summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_ports.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-1/+1
rpc client rewrite. (This used to be commit fd5bcecceb518d0683f400a61e11ce37f3d52d42)
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-1/+2
Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-7/+1
(This used to be commit cd961e50a3029898868d21263ccacb7d5f1f07b9)
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
Jeremy. (This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)
2002-11-04Sync with HEAD.Tim Potter1-1/+1
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-10-21Merge of validiation cleanups from head.Tim Potter1-1/+1
(This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
2002-05-28Raise a ValueError if server names aren't given in UNC format.Tim Potter1-2/+6
(This used to be commit f5a1a3190dc0d4ecdf55b870633a83ee125b816e)
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter1-2/+7
credential as a parameter. (This used to be commit 166aee6cc2abb5f6e91ebf3d4ec37454034b8dcd)
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-2/+1
(This used to be commit e4aff324c28bfc08e73b627a5c7941109a3c2c2f)
2002-05-16Fix memory leaks and return values in error returns for enumports().Tim Potter1-16/+40
Return enumerated ports as a hash of hashes instead of a list of hashes. (This used to be commit c469ada3d3b12b6a6e243d004faaae5f96cd3d96)
2002-05-16More cleanups.Tim Potter1-6/+16
- 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-1/+1
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter1-18/+2
and exception throwing. (This used to be commit ed0a6480f75b3eefc52bc3311d8c3816abefcff2)
2002-04-03Start to make argument ordering consistent.Tim Potter1-2/+2
(This used to be commit e84cc7ea84042b2460baef32a39448d620612bbc)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-6/+1
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-27Moved pyconv definitions across.Tim Potter1-4/+19
Fixed misc compile problems. (This used to be commit 723bfa1a857b4c3e114b7e510c8f991ba73c1ba1)
2002-03-26Port related functions.Tim Potter1-0/+101
(This used to be commit 5dc7e350ec784996f7c8bc824624cd0b8347a3b0)