Age | Commit message (Expand) | Author | Files | Lines |
2003-04-22 | Setting the credentials for the netsec netlogon pipe connect upon each | Volker Lendecke | 1 | -8/+0 |
2003-04-04 | This is a merge of the NETLOGON schannel server code from Samba | Volker Lendecke | 1 | -1/+33 |
2003-02-02 | Send the user's session key in the SAMLOGON reply, so that a member server can | Andrew Bartlett | 1 | -2/+11 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -3/+3 |
2002-11-25 | Instead of walking the entire group database, grabbing all members of each | Andrew Bartlett | 1 | -10/+8 |
2002-11-20 | more %U fixes for head | Andrew Tridgell | 1 | -0/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -4/+1 |
2002-10-12 | Nice *big* patch from metze. | Andrew Bartlett | 1 | -2/+2 |
2002-09-23 | Ok, what's this? Samba as a PDC wants to authenticate a user coming in | Volker Lendecke | 1 | -2/+2 |
2002-07-21 | Name get and set dir drive functions consistently. | Tim Potter | 1 | -1/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 1 | -2/+2 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-06-15 | Update the netlogon code to better cope with trusted domains, where things | Andrew Bartlett | 1 | -10/+29 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -2/+3 |
2002-05-18 | Passdb: | Andrew Bartlett | 1 | -4/+4 |
2002-03-27 | merge from SAMBA_2_2 | Gerald Carter | 1 | -6/+6 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -1/+1 |
2002-03-05 | Spelling fixes. | Tim Potter | 1 | -3/+3 |
2002-03-03 | Some more fixes to enusre we execute the same code pathes as before this | Andrew Bartlett | 1 | -8/+8 |
2002-03-03 | This patch allows NT4 domains to trust Samba. | Andrew Bartlett | 1 | -84/+81 |
2002-03-01 | SECURITY FIXES: | Andrew Bartlett | 1 | -1/+7 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Try to move towards slightly sane linking for Samba by removing some pdb_...() | Andrew Bartlett | 1 | -12/+30 |
2002-01-20 | Fix the negation of the extra parinoia check on machine password changes. | Andrew Bartlett | 1 | -1/+1 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -1/+6 |
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 |