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
Jelmer Vernooij 172a83d724 r15573: Fix build of systems that have iconv headers in non-standard locations
Split of system/locale.h header from system/iconv.h

Previously, iconv wasn't being used on these systems
(This used to be commit aa6d66fda6)
2007-10-10 14:05:58 -05:00
..
config.mk r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. 2007-10-10 13:57:32 -05:00
group.c r15573: Fix build of systems that have iconv headers in non-standard locations 2007-10-10 14:05:58 -05:00
idmap.c r14860: create libcli/security/security.h 2007-10-10 13:59:44 -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 r15326: Fix compiler warnings. 2007-10-10 14:05:16 -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 r14464: Don't include ndr_BASENAME.h files unless strictly required, instead 2007-10-10 13:57:27 -05:00
share_info.c r15328: Move some functions around, remove dependencies. 2007-10-10 14:05:17 -05:00
smbpasswd.c r15573: Fix build of systems that have iconv headers in non-standard locations 2007-10-10 14:05:58 -05:00
STATUS r9919: Remove debug statement from samba3sam 2007-10-10 13:36:22 -05:00
tdbsam.c r15573: Fix build of systems that have iconv headers in non-standard locations 2007-10-10 14:05:58 -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.