Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | s3:popt: add POPT_COMMON_OPTION to provide only the "--option" feature | Michael Adam | 2011-02-09 | 1 | -0/+2 |
| | |||||
* | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 2010-08-05 | 1 | -0/+2 |
| | |||||
* | s3: Add -C (--use-ccache) to popt_common_credentials | Volker Lendecke | 2010-01-24 | 1 | -0/+1 |
| | |||||
* | s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct. | Günther Deschner | 2009-09-11 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 2009-03-17 | 1 | -0/+1 |
| | | | | | | | | | callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy. | ||||
* | popt: add a popt_common_debuglevel set of options providing -d|--debuglevel | Michael Adam | 2008-07-15 | 1 | -0/+2 |
| | | | | | Michael (This used to be commit e7d08b673066a63aaa7ab54ac59566ae8a975672) | ||||
* | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 2008-05-05 | 1 | -0/+1 |
| | | | | | Guenther (This used to be commit d077ef64cd1d9bbaeb936566c2c70da508de829f) | ||||
* | Add general '-e' option to enable smb encryption | Jeremy Allison | 2008-01-05 | 1 | -0/+1 |
| | | | | | | on tools. Jeremy. (This used to be commit 757653966fc1384159bd2d57c5670cd8af0cae96) | ||||
* | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 2007-12-14 | 1 | -0/+2 |
| | | | | | metze (This used to be commit af3392cc20942158ac9e0a533799c5904ff23347) | ||||
* | Make cmdline_auth_info private to lib/popt_common.c. Provide | Jeremy Allison | 2007-12-06 | 1 | -2/+0 |
| | | | | | | accessor functions. Jeremy. (This used to be commit 420195dd3e8b1b6771ab8be8bc974edaafc0cf8f) | ||||
* | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 2007-12-06 | 1 | -2/+2 |
| | | | | | | Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6) | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -2/+2 |
| | | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 2007-10-10 | 1 | -11/+0 |
| | | | | (This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | ||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | ||||
* | r22417: Refactor the various daemon run-mode options to make the semantics | James Peach | 2007-10-10 | 1 | -0/+11 |
| | | | | | of the various flags explicit. (This used to be commit 19c929c6330a50f278ac322ac5fcb83d03734ea2) | ||||
* | r15848: Introduce commandline options to set the remainder of the parameters in | James Peach | 2007-10-10 | 1 | -0/+4 |
| | | | | | | dynconfig.c. This is mainly useful for test harness scripts, hence the lack of short options. (This used to be commit bf3b71c84595608d71e0f15a6158adacb295518e) | ||||
* | r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser. | Tim Potter | 2007-10-10 | 1 | -0/+2 |
| | | | | (This used to be commit ab79612ac661c9764682f109650381350d524ac2) | ||||
* | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 2003-07-30 | 1 | -0/+1 |
| | | | | | | connections. Overrides smb.conf parameter if set. Jeremy. (This used to be commit 879309671df6b530e0bff69559422a417da4a307) | ||||
* | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -1/+5 |
| | | | | | some double options and broke some parameters. (This used to be commit d5f9b0275c91512e1926504f22aaeec2d104430d) | ||||
* | Define POPT_TABLEEND if current popt.h doesn't contain it already | Jelmer Vernooij | 2003-03-24 | 1 | -0/+4 |
| | | | | (This used to be commit de4bdf42d8f27b54260f58ff37d438c67623f446) | ||||
* | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -9/+2 |
| | | | | (This used to be commit 2ddfed298d7f0b6e690275725a39c3ef107077ae) | ||||
* | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 2003-03-22 | 1 | -0/+47 |
(This used to be commit 5a88d78f67fd7853d6f7d5042807afa56091d52c) |