Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-01 | s4:remove many invocations of "samdb_msg_add_string" | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
This call can be substituted by "ldb_msg_add_string". We only need to be careful on local objects or talloc'ed ones which live shorter than the message. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4-dsdb: cleanups to the backupkey RPC server | Andrew Tridgell | 1 | -15/+15 | |
- fixed some warnings - change the debug levels to something more reasonable Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4: Add server side implementation of backup key remote protocol | Matthieu Patou | 1 | -0/+1306 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> |