Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -1/+4 | |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 | |
This is in preperation for the parameter table being made common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2012-01-20 | s3-gse: implement fill_mem_keytab_from_[system|dedicated]_keytab | Stefan Metzmacher | 1 | -6/+234 | |
metze | |||||
2012-01-20 | s3-gse: create memory keytab in gse_krb5_get_server_keytab() | Stefan Metzmacher | 1 | -27/+25 | |
The other functions just add entries to it. metze | |||||
2012-01-20 | s3-gse: fix SECRETS_AND_KEYTAB fallback in gse_krb5_get_server_keytab() | Stefan Metzmacher | 1 | -6/+13 | |
metze | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -1/+1 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-04-06 | s3-librpc Fix creation of in-memory keytab for previous password | Andrew Bartlett | 1 | -1/+1 | |
We set the current password twice, rather than the current and old password. Andrew Bartlett | |||||
2010-09-23 | s3-dcerpc: move crypto stuff in /librpc/crypto | Simo Sorce | 1 | -0/+388 | |
Signed-off-by: Günther Deschner <gd@samba.org> |