Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+1 | |
(This used to be commit 2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e) | |||||
2001-09-14 | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 1 | -1/+1 | |
auth subsytem. Also kill off the (unneeded) wrapper fuction. Andrew Bartlett (This used to be commit 96f06b490ac5e9fd86debccf8d41675fa41f7726) | |||||
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵ | Andrew Tridgell | 1 | -3/+3 | |
the client code still needs some work (This used to be commit dcd6e735f709a9231860ceb9682db40ff26c9a66) | |||||
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 1d36250e338ae0ff9fbbf86019809205dd97d05e) | |||||
2001-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 1 | -1/+0 | |
(This used to be commit bfce4ba7b6db261d981a60a7e262f2f690355f5c) | |||||
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -0/+141 | |
samba-technical a few weeks ago. The idea here is to standardize the checking of user names and passwords, thereby ensuring that all authtentications pass the same standards. The interface currently implemented in as nt_status = check_password(user_info, server_info) where user_info contains (mostly) the authentication data, and server_info contains things like the user-id they got, and their resolved user name. The current ugliness with the way the structures are created will be killed the next revision, when they will be created and malloced by creator functions. This patch also includes the first implementation of NTLMv2 in HEAD, but which needs some more testing. We also add a hack to allow plaintext passwords to be compared with smbpasswd, not the system password database. Finally, this patch probably reintroduces the PAM accounts bug we had in 2.2.0, I'll fix that once this hits the tree. (I've just finished testing it on a wide variety of platforms, so I want to get this patch in). (This used to be commit b30b6202f31d339b48d51c0d38174cafd1cfcd42) |