1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
8f9a17be89 Cleanup of header files for python extensions.
- combine py_foo_proto.h and py_foo.h
 - move #include of Python.h into one place so we can get rid of that
   annoying compiler warning about HAVE_FSTAT being redefined
(This used to be commit 0659351b25)
2003-02-18 05:05:15 +00:00
9c7891e964 Fixed silly bug.
(This used to be commit 191c1596f5)
2002-11-29 02:44:09 +00:00
b7b7ff55cc Fixed some compiler warnings.
(This used to be commit 9e871cc256)
2002-11-22 06:18:03 +00:00
f4766f4900 Moved function to parse a list of unicode strings into util file.
It's now used in parsing printer driver structures and the response
from the enumprinterkey rpc.
(This used to be commit acecee6f2b)
2002-11-06 23:34:12 +00:00
735eb8fdd2 Added char *, uid_t and gid_t types to generic conversion routines.
(This used to be commit a938863914)
2002-09-11 04:54:20 +00:00
24def691ef Check types of dictionary elements in to_struct()
(This used to be commit 793f1042f1)
2002-05-27 06:33:33 +00:00
1aa06209a1 When converting from a dictionary to a Samba structure, check for any
additional keys that may have been added and return False if so.
(This used to be commit 96ccb2beb1)
2002-05-20 08:04:02 +00:00
119716f162 to_struct() now returns a boolean which is false if not all the elements of
the structure were present in the dictionary.
(This used to be commit b26d9d7939)
2002-05-17 02:24:06 +00:00
2b34442922 rpcstr_pull() src_len fix.
(This used to be commit 7da054d814)
2002-05-07 07:00:14 +00:00
577637b0f9 Samba structure <-> Python dictionary helper functions.
(This used to be commit 6c8a2ad167)
2002-03-26 11:07:45 +00:00