loadparm.c:
authorJeremy Allison <jra@samba.org>
Tue, 14 Jul 1998 21:23:59 +0000 (21:23 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 14 Jul 1998 21:23:59 +0000 (21:23 +0000)
commit4eccb47cfb3c8907a6558b6ea9a02b0184458e34
tree754b3808204e727f8ba46ad34d7497e7f8edd3ce
parentd64ca4250ff0df4ceffe49b7d462df699a6981b4
loadparm.c:

    With apologies to Charlton Heston and Pierre Boule.

    "You damn fools, you finally did it".

    Changed default security mode to be security=user.
    Yes this is a big (although small in code) change.
    It's something we've been discussing for a while, to
    finally wean people off the legacy security=share mode
    which is *never* what you want.

    Jeremy.

nmbd_incomingrequests.c: Bug fix for nmbd core dumps caused by overrun.
                         Found by <samuel@public.szonline.net>.
nttrans.c: More NT smb stuff.
reply.c: Unlink will overwrite an existing file. Well you learn
         something new about POSIX every day. :-).
server.c: Tidyup unreadable code.
smbpasswd.c: Code to allow -U remote_username to allow ordinary
             users to change remote passwords if their NT username
             is different from their UNIX username.
             Patch from <torbjorn.lindh@allgon.se>.

Jeremy.
source/nmbd/nmbd_incomingrequests.c
source/param/loadparm.c
source/smbd/nttrans.c
source/smbd/reply.c
source/smbd/server.c
source/utils/smbpasswd.c