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

6 Commits

Author SHA1 Message Date
Tim Potter
735eb8fdd2 Added char *, uid_t and gid_t types to generic conversion routines.
(This used to be commit a938863914cbfec247586c92fd06203fec7febde)
2002-09-11 04:54:20 +00:00
Tim Potter
24def691ef Check types of dictionary elements in to_struct()
(This used to be commit 793f1042f153bd6ca3f75bebf719d47744ffecde)
2002-05-27 06:33:33 +00:00
Tim Potter
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 96ccb2beb1d45f8122ff03fc2f7727bf065adbf6)
2002-05-20 08:04:02 +00:00
Tim Potter
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 b26d9d793914b66050c374ec2c0e94fa37c7e0e4)
2002-05-17 02:24:06 +00:00
Tim Potter
2b34442922 rpcstr_pull() src_len fix.
(This used to be commit 7da054d814d16deeea954e2559fdeb97dc323bbb)
2002-05-07 07:00:14 +00:00
Tim Potter
577637b0f9 Samba structure <-> Python dictionary helper functions.
(This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)
2002-03-26 11:07:45 +00:00