Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-10 | test: fixed several tests to use samba.tests | Andrew Tridgell | 1 | -2/+2 | |
this fixes error checking. Test failures were not being detected otherwise Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 1 | -0/+154 | |
This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett |