1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
ab48af6993 source code fix for bug 1095 -- honor the '-l' option -
ae452e51b0 metze's autogenerate patch for version.h -
3547cb3def Change Samba to always use extended security for it's guest logins, (ie,
NTLMSSP with "" username, NULL password), and add --machine-pass (-P) to
all of Samba's clients.

When connecting to an Active Directory DC, you must initiate the CIFS level
session setup with Kerberos, not a guest login.  If you don't, your machine
account is demoted to NT4.

Andrew Bartlett
-
a4d2dd1d40 Fix client autonegotiate signing.
Jeremy.
-
879309671d Add a command line option (-S on|off|required) to enable signing on client
connections. Overrides smb.conf parameter if set.
Jeremy.
-
0744e2dad3 Fix poptOption definition for --no-pass and --kerberos options. The 'value'
field for an option should be set to an identifier to use in a switch
statement or zero if the the arg field is to be updated only.

This fixes smbclient -k always prompting for a password which we don't need.
-
98e84b3e83 Merge Jelmer's popt updates from HEAD. -
f755711df8 Removed global_myworkgroup, global_myname, global_myscope. Added liberal
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
-
1a25dc776d Sync with HEAD -
4ae350671e Sync with HEAD -
65e7b5273b sync'ing up for 3.0alpha20 release -
33bd721473 Our include popt is starting to get a bit old - fixed some compile
problems here.

Also fixed some non-constant initialisers in samsync.
-
b5b64a4e90 A place to store common popt routines. -