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
Andrew Bartlett 24186a80eb r9728: A *major* update to the credentials system, to incorporate the
Kerberos CCACHE into the system.

This again allows the use of the system ccache when no username is
specified, and brings more code in common between gensec_krb5 and
gensec_gssapi.

It also has a side-effect that may (or may not) be expected: If there
is a ccache, even if it is not used (perhaps the remote server didn't
want kerberos), it will change the default username.

Andrew Bartlett
(This used to be commit 6202267f6e)
2007-10-10 13:34:54 -05:00
..
config.mk r9685: Add tests for samba3sam mapping module 2007-10-10 13:34:41 -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 r9718: Work a bit on the SWAT interface 2007-10-10 13:34:53 -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 r9712: Bunch of small fixes 2007-10-10 13:34:52 -05:00
samba3.h r9623: samba3dump now generates LDIF for the registry hives from registry.tdb 2007-10-10 13:34:35 -05:00
samba3dump.c r9728: A *major* update to the credentials system, to incorporate the 2007-10-10 13:34:54 -05:00
secrets.c r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif) 2007-10-10 13:34:35 -05:00
share_info.c r9712: Bunch of small fixes 2007-10-10 13:34:52 -05:00
smbpasswd.c r8245: Add const. 2007-10-10 13:19:24 -05:00
tdbsam.c r9712: Bunch of small fixes 2007-10-10 13:34:52 -05:00
upgrade.c r9712: Bunch of small fixes 2007-10-10 13:34:52 -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.