1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Metzmacher
1516f79749 the subsystem name is 'PASSDB' so name the modules 'passdb_XXX'
metze
-
Stefan Metzmacher
3d50b327ce fix pdb_ldap build if LDAP support was detected
metze
-
Stefan Metzmacher
af89a78123 - port AUTH and PASSDB subsystems to new
SMB_SUBSYSTEM() scheme

- some const fixes in ntvfs

metze
-
Stefan Metzmacher
956d212c83 - move all SMB server stuff to smb_server/*
and create the SMB server subsystem

- remove unused XML and MYSQL configure tests

metze
-
Jelmer Vernooij
369a9c1ac1 Initial step at cleaning and splitting up configure.in. -