1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/samba3
Andrew Bartlett 6f73359133 r20134: The IBM Checker correctly notes that *p cannot be \0 and still satisfy
the loop entry condition.

Andrew Bartlett
(This used to be commit c118275131)
2007-10-10 14:29:12 -05:00
..
config.mk r19676: Fix some more dependencies. 2007-10-10 14:25:29 -05:00
group.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
idmap.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
policy.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
README r9718: Work a bit on the SWAT interface 2007-10-10 13:34:53 -05:00
registry.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
samba3.c r9827: Convert 'passdb backend' rather then 'passdb backends' 2007-10-10 13:36:16 -05:00
samba3.h r14554: Write out header dependencies. This means all C files affected will be 2007-10-10 13:58:45 -05:00
secrets.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
share_info.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
smbpasswd.c r20134: The IBM Checker correctly notes that *p cannot be \0 and still satisfy 2007-10-10 14:29:12 -05:00
STATUS r9919: Remove debug statement from samba3sam 2007-10-10 13:36:22 -05:00
tdbsam.c r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c 2007-10-10 14:21:30 -05:00
winsdb.c r14067: give more usefull errors 2007-10-10 13:52:40 -05:00

This directory contains various files and functions for the purpose of
Samba3 import, migration and compatibility.

For example, the first file in this directory (smbpasswd.c) handles
portions of the smbpasswd file format.

The other files in this directory support reading the various 
TDB databases from Samba3.