Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Use new samba_getpass() function. | Andreas Schneider | 2012-12-03 | 1 | -4/+5 |
| | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s3: Add user_auth_info->use_pw_nt_hash | Volker Lendecke | 2012-06-12 | 1 | -0/+12 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-lib: Fix util_cmdline which doesn't use popt. | Andreas Schneider | 2012-02-01 | 1 | -1/+1 |
| | | | | | | This creates its own header file for util_cmdline so it doesn't need to link against popt. This should fix linking on FreeBSD. | ||||
* | s3:lib: make use of SMB_SIGNING_* constants | Stefan Metzmacher | 2011-11-03 | 1 | -4/+5 |
| | | | | metze | ||||
* | s3:lib: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 2011-11-03 | 1 | -1/+1 |
| | | | | metze | ||||
* | s3-lib Remove unused get_cmdline_auth_info_copy | Andrew Bartlett | 2011-07-14 | 1 | -24/+0 |
| | |||||
* | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2011-06-09 | 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 | ||||
* | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | ||||
* | s3-util: separate out cmdline helpers. | Günther Deschner | 2011-04-12 | 1 | -0/+277 |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 12 13:06:27 CEST 2011 on sn-devel-104 |