1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
b403e16e09 Fixed dodgy arguments to PyArg_ParseTupleAndKeywords()
(This used to be commit 45562b8603)
2002-05-27 06:28:18 +00:00
281ded3f7f addform(), setform():
- call get_level_value() utility function
  - removed unused keyword args
  - clean up handling of name arg to cli call

deleteform():

  - removed unused keyword args
(This used to be commit c9c2aac903)
2002-05-17 02:32:02 +00:00
535af3c3fe Return enumerated forms as a hash of hashes instead of a list of hashes.
(This used to be commit 2f86f01b88)
2002-05-16 07:32:55 +00:00
286d3a80fd More cleanups.
- 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 d35cad359d)
2002-05-16 04:00:31 +00:00
5951e762d5 Renamed functions that are methods of a printer handle object from
spoolss_* to spoolss_hnd_* to make things a bit clearer.
(This used to be commit 986d868837)
2002-05-15 06:22:53 +00:00
0a01e23e2b Removed unused arg to deleteform.
(This used to be commit 5071fd8fe0)
2002-05-06 04:52:45 +00:00
07a65b3f07 Fixed setform and addform functions.
(This used to be commit ecba275cf7)
2002-04-09 04:23:52 +00:00
f9b571811d Converted drivers, forms and ports functions to use new conversion routines
and exception throwing.
(This used to be commit ed0a6480f7)
2002-04-05 05:48:01 +00:00
230e36ccde Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
(This used to be commit 1e48f872a4)
2002-03-28 04:14:43 +00:00
2624a47cb4 Converted to #include *.c format.
(This used to be commit 992cbfe98b)
2002-03-27 05:36:13 +00:00
64172f5863 #include "py_conv.h"
(This used to be commit 2c935bc1ea)
2002-03-26 11:09:35 +00:00
7cf6b169a3 Moved form related functions as methods in the policy handle object.
(This used to be commit 7c4bcc48aa)
2002-03-26 06:25:47 +00:00
d07cc9d8a1 Initial version.
(This used to be commit d35770d06f)
2002-03-20 03:29:03 +00:00