mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
better handle the Samba3 backend. I've refactored the password format patch to use the routines in lib/samba3/smbpasswd.c, which has required me to move this into a seperate subsystem, due to recursive dependencies. Andrew Bartlett
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.