Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-20 | lib/param: add "SMB2_22" to enum_protocol | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-17 | lib/param simplify server role values specified in smb.conf | Andrew Bartlett | 1 | -5/+1 | |
The pdc/bdc split is only in smb.conf for Samba3 DCs, and so is too confusing to document in this paramter. It will be clearer to sort out "domain master" into a "pdc emulator" paramter to conver this distinction. Andrew Bartlett | |||||
2011-11-17 | param: Move enum values into a common (included) .c file | Andrew Bartlett | 1 | -0/+112 | |
This #include hack is required as it is not possible to declare a compile-time sized array in a header file. Andrew Bartlett Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> |