Günther Deschner
d077ef64cd
Fix client authentication with -P switch in client tools (Bug 5435).
...
Guenther
2008-05-05 16:59:53 +02:00
Jeremy Allison
757653966f
Add general '-e' option to enable smb encryption
...
on tools.
Jeremy.
2008-01-05 00:23:35 -08:00
Stefan Metzmacher
af3392cc20
add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)
...
metze
2007-12-14 19:36:14 +01:00
Jeremy Allison
420195dd3e
Make cmdline_auth_info private to lib/popt_common.c. Provide
...
accessor functions.
Jeremy.
2007-12-06 17:22:57 -08:00
Jeremy Allison
c87f3eba9a
Remove pstrings from client/client.c by doing a large rewrite.
...
Mostly compiles....
Jeremy.
2007-12-06 17:16:33 -08:00
Jeremy Allison
f35a266b3c
RIP BOOL. Convert BOOL -> bool. I found a few interesting
...
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Gerald (Jerry) Carter
5c6c8e1fe9
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
2007-10-10 15:34:30 -05:00
Andrew Tridgell
b0132e94fc
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
2007-10-10 12:28:20 -05:00
James Peach
19c929c633
r22417: Refactor the various daemon run-mode options to make the semantics
...
of the various flags explicit.
2007-10-10 12:19:33 -05:00
James Peach
bf3b71c845
r15848: Introduce commandline options to set the remainder of the parameters in
...
dynconfig.c. This is mainly useful for test harness scripts, hence the
lack of short options.
2007-10-10 11:17:11 -05:00
Tim Potter
ab79612ac6
r5786: Bugzilla #2443 . Fix gcc4 compile found by Mark Loeser.
2007-10-10 10:56:00 -05:00
Jeremy Allison
879309671d
Add a command line option (-S on|off|required) to enable signing on client
...
connections. Overrides smb.conf parameter if set.
Jeremy.
-
Jelmer Vernooij
d5f9b0275c
Revoke some of the popt patch from metze I applied earlier today. It added
...
some double options and broke some parameters.
-
Jelmer Vernooij
de4bdf42d8
Define POPT_TABLEEND if current popt.h doesn't contain it already
-
Jelmer Vernooij
2ddfed298d
Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes
-
Jelmer Vernooij
5a88d78f67
Add -U, -N, -i, -A, -W to popt.
-