mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
e153a8099e
- 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
|
||
---|---|---|
.. | ||
config.mk | ||
group.c | ||
idmap.c | ||
policy.c | ||
README | ||
registry.c | ||
samba3.c | ||
samba3.h | ||
secrets.c | ||
share_info.c | ||
smbpasswd.c | ||
STATUS | ||
tdbsam.c | ||
winsdb.c |
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.