1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

10 Commits

Author SHA1 Message Date
Tim Potter
dbea592877 Merge of cleanups and srvsvc implementation from HEAD. -
Tim Potter
d3998307ad Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0.

 - Mostly reformatting
 - Removal of unecessary #include "smb.h"
 - Merge of dyn_DRIVERFILE removal
 - Silly bug fix for python code
-
Tim Potter
80e61a7546 Merge of compiler warning fixes from HEAD. -
Tim Potter
92c76e16fa Sync up python stuff from HEAD. -
Tim Potter
a938863914 Added char *, uid_t and gid_t types to generic conversion routines. -
Tim Potter
793f1042f1 Check types of dictionary elements in to_struct() -
Tim Potter
96ccb2beb1 When converting from a dictionary to a Samba structure, check for any
additional keys that may have been added and return False if so.
-
Tim Potter
b26d9d7939 to_struct() now returns a boolean which is false if not all the elements of
the structure were present in the dictionary.
-
Tim Potter
7da054d814 rpcstr_pull() src_len fix. -
Tim Potter
6c8a2ad167 Samba structure <-> Python dictionary helper functions. -