1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/lib/samba3
Jelmer Vernooij 9f4b32996c r9800: Add EJS interface to param. tridge, sorry this overlaps a bit
with your loadparm interface. :-/
(This used to be commit bb0cef581a)
2007-10-10 13:35:03 -05:00
..
config.mk r9756: One-way upgrade from Samba3->Samba4 basically works now 2007-10-10 13:34:56 -05:00
group.c r9712: Bunch of small fixes 2007-10-10 13:34:52 -05:00
idmap.c r9712: Bunch of small fixes 2007-10-10 13:34:52 -05:00
PLAN r9786: Move ldb_map into ldb/modules/ 2007-10-10 13:35:01 -05:00
policy.c r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif) 2007-10-10 13:34:35 -05:00
README r9718: Work a bit on the SWAT interface 2007-10-10 13:34:53 -05:00
registry.c r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif) 2007-10-10 13:34:35 -05:00
samba3.c r9800: Add EJS interface to param. tridge, sorry this overlaps a bit 2007-10-10 13:35:03 -05:00
samba3.h r9798: Add generic functions for handling smb.conf files (the parameters don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once. 2007-10-10 13:35:02 -05:00
secrets.c r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking 2007-10-10 13:35:01 -05:00
share_info.c r9798: Add generic functions for handling smb.conf files (the parameters don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once. 2007-10-10 13:35:02 -05:00
smbpasswd.c r9762: Add support for reading good old smbpasswd files 2007-10-10 13:34:57 -05:00
tdbsam.c r9770: Couple other bugfixes 2007-10-10 13:34:58 -05:00
winsdb.c r9623: samba3dump now generates LDIF for the registry hives from registry.tdb 2007-10-10 13:34:35 -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.