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 e153a8099e r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
- VERSION: should contain the current version. Will be made part of the filename.
 - SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.

Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
(This used to be commit 7871b07e21)
2007-10-10 13:57:12 -05:00
..
config.mk r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: 2007-10-10 13:57:12 -05:00
group.c r13924: Split more prototypes out of include/proto.h + initial work on header 2007-10-10 13:52:24 -05:00
idmap.c r13924: Split more prototypes out of include/proto.h + initial work on header 2007-10-10 13:52:24 -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 r9827: Convert 'passdb backend' rather then 'passdb backends' 2007-10-10 13:36:16 -05:00
samba3.h r12696: Reduce the size of include/structs.h 2007-10-10 13:49:40 -05:00
secrets.c r13767: fix compiler warnings 2007-10-10 13:52:10 -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 r12608: Remove some unused #include lines. 2007-10-10 13:49:03 -05:00
STATUS r9919: Remove debug statement from samba3sam 2007-10-10 13:36:22 -05:00
tdbsam.c r13767: fix compiler warnings 2007-10-10 13:52:10 -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.