1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
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. -