1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Andrew Tridgell
5e54558c6d r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
(This used to be commit b0132e94fc)
2007-10-10 12:28:22 -05:00
Jeremy Allison
d824b98f80 r23779: Change from v2 or later to v3 or later.
Jeremy.
(This used to be commit 407e6e695b)
2007-10-10 12:28:20 -05:00
Tim Potter
5ef421f1d8 Merge of cleanups and srvsvc implementation from HEAD.
(This used to be commit dbea592877)
2003-02-19 22:47:49 +00:00
Tim Potter
f3e3a56ea9 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
(This used to be commit d3998307ad)
2002-11-29 02:58:59 +00:00
Tim Potter
602635d484 Merge of compiler warning fixes from HEAD.
(This used to be commit 80e61a7546)
2002-11-29 01:10:10 +00:00
Tim Potter
3955716f90 Sync up python stuff from HEAD.
(This used to be commit 92c76e16fa)
2002-11-07 01:12:24 +00:00
Tim Potter
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
Tim Potter
24def691ef Check types of dictionary elements in to_struct()
(This used to be commit 793f1042f1)
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 96ccb2beb1)
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 b26d9d7939)
2002-05-17 02:24:06 +00:00
Tim Potter
2b34442922 rpcstr_pull() src_len fix.
(This used to be commit 7da054d814)
2002-05-07 07:00:14 +00:00
Tim Potter
577637b0f9 Samba structure <-> Python dictionary helper functions.
(This used to be commit 6c8a2ad167)
2002-03-26 11:07:45 +00:00