Age | Commit message (Expand) | Author | Files | Lines |
2002-01-15 | Change the passdb interface to use allocated strings. | Andrew Bartlett | 1 | -1/+1 |
2002-01-09 | Better explanation message for dmalloc. | Martin Pool | 1 | -2/+2 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -27/+35 |
2001-12-21 | Add an output parameter to message_send_all that says how many | Martin Pool | 1 | -1/+1 |
2001-12-08 | Fix domain logon that I broke 3 days ago. | Jean-François Micouleau | 1 | -1/+4 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -19/+3 |
2001-11-26 | challange -> challenge | Tim Potter | 1 | -5/+6 |
2001-11-25 | Unless the error is exactly NT_STATUS_OK, we might not have a server info, so | Andrew Bartlett | 1 | -1/+1 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -4/+22 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 1 | -1/+8 |
2001-11-07 | Initilising these variables before appending the domain groups to them | Andrew Bartlett | 1 | -1/+3 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 1 | -5/+5 |
2001-10-31 | Fix up domain logons. Tested with NT4. | Andrew Bartlett | 1 | -5/+4 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -144/+53 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -0/+2 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-29 | This commit is number 1 of 4. | Andrew Bartlett | 1 | -0/+6 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 1 | -10/+22 |
2001-09-26 | More updates to prevent account-guessing. | Andrew Bartlett | 1 | -12/+10 |
2001-09-16 | Minor tidy-up. | Andrew Bartlett | 1 | -1/+1 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 1 | -35/+5 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -1/+1 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-09-06 | Logon workstation checks from Toomas Soome <tsoome@ut.ee> | Tim Potter | 1 | -9/+42 |
2001-08-28 | Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received. | Tim Potter | 1 | -6/+35 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -25/+25 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2001-08-12 | Kill of idra's extra become_root()/unbecome_root() now I have fixed the actual | Andrew Bartlett | 1 | -2/+0 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -20/+5 |
2001-08-11 | Without this become_root()/unbecome_root() pair I was not able to login | Simo Sorce | 1 | -3/+3 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -98/+127 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -5/+4 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 1 | -2/+2 |
2001-05-24 | Added server side reponse to net_logon_ctrl rpc. We can now respond | Tim Potter | 1 | -3/+27 |
2001-05-07 | Patch from Simo: | Gerald Carter | 1 | -10/+10 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -32/+58 |
2001-04-23 | Fix "proc num out of range" error. Missing rpc call. | Jeremy Allison | 1 | -12/+56 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -5/+5 |
2001-03-13 | rpc_parse/parse_samr.c: Removed unneeded deubg. | Jeremy Allison | 1 | -15/+10 |
2001-03-13 | Fixed reading of strings from big-endian RPC clients. | Jeremy Allison | 1 | -5/+5 |
2001-03-11 | Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct | Jeremy Allison | 1 | -38/+48 |
2001-03-11 | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -123/+61 |
2001-02-27 | Implementation module for netlog pipe. Can't be easily integrated into | Jeremy Allison | 1 | -0/+663 |