| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Add support to auth/ for the new modules system | Jelmer Vernooij | 2003-03-24 | 1 | -0/+8 |
| * | Add the 'session key' output of the NTLMSSP exchange to the cli struct, so | Andrew Bartlett | 2003-02-16 | 1 | -2/+22 |
| * | Actually checking both the account and password tests would be a good idea... | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 |
| * | Patch from metze to add what he feels is the correct semantics for a Domain | Andrew Bartlett | 2003-01-13 | 1 | -0/+43 |
| * | Clear up the auth_sam password checking code (the core of our password checking | Andrew Bartlett | 2003-01-05 | 1 | -33/+58 |
| * | Small auth updates: | Andrew Bartlett | 2002-11-15 | 1 | -2/+2 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -2/+2 |
| * | Move to the use of the 'initialised' flag, rather than the fact the pointer is | Andrew Bartlett | 2002-11-04 | 1 | -8/+9 |
| * | Updates! | Andrew Bartlett | 2002-08-26 | 1 | -1/+4 |
| * | Try to support non-root-mode systems without getgrouplist(). | Andrew Bartlett | 2002-08-26 | 1 | -1/+1 |
| * | Spelling fixes. | Tim Potter | 2002-08-22 | 1 | -4/+4 |
| * | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 2002-08-20 | 1 | -3/+3 |
| * | Add support for a weird behaviour apparently used by Win9X pass-through | Andrew Bartlett | 2002-07-20 | 1 | -2/+17 |
| * | Move the authenticaion subsystem over to the same 'module:options' syntax | Andrew Bartlett | 2002-05-24 | 1 | -7/+9 |
| * | typo, sorry | Simo Sorce | 2002-05-21 | 1 | -1/+1 |
| * | debug classized | Simo Sorce | 2002-05-21 | 1 | -0/+3 |
| * | "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3. | Andrew Bartlett | 2002-02-27 | 1 | -1/+1 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | Commit the auth associated changes I missed from the last commit. | Andrew Bartlett | 2002-01-15 | 1 | -2/+4 |
| * | Back out the crazy notion that the NTLMSSP flags actually mean anything... | Andrew Bartlett | 2002-01-11 | 1 | -7/+7 |
| * | I've decided to move the auth code around a bit more... | Andrew Bartlett | 2002-01-05 | 1 | -28/+30 |
| * | debug statement fixups. | Jeremy Allison | 2002-01-02 | 1 | -16/+16 |
| * | A farily large commit: | Andrew Bartlett | 2002-01-01 | 1 | -15/+17 |
| * | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 2001-11-26 | 1 | -1/+36 |
| * | challange -> challenge | Tim Potter | 2001-11-26 | 1 | -4/+4 |
| * | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2001-11-24 | 1 | -31/+44 |
| * | Add back the not null checks in a better place. | Andrew Bartlett | 2001-11-11 | 1 | -1/+7 |
| * | make sam_account_ok static. | Andrew Bartlett | 2001-11-11 | 1 | -32/+29 |
| * | Minor cleanups/fixes in the NTLMv2 code | Andrew Bartlett | 2001-11-03 | 1 | -6/+2 |
| * | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 1 | -75/+153 |
| * | Fix up auth_smbpasswd.c to use the password interface, rather than the | Andrew Bartlett | 2001-10-29 | 1 | -8/+8 |
| * | This commit is number 4 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -3/+3 |
| * | more compiler warnings | Herb Lewis | 2001-10-23 | 1 | -1/+1 |
| * | print in a human readable format when the password expired. | Jean-François Micouleau | 2001-10-19 | 1 | -1/+1 |
| * | Fix up indenting in out SAM password check code. | Andrew Bartlett | 2001-10-06 | 1 | -46/+49 |
| * | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -5/+0 |
| * | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 2001-10-01 | 1 | -2/+1 |
| * | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 2001-10-01 | 1 | -31/+32 |
| * | Fix up a number of intertwined issues: | Andrew Bartlett | 2001-09-29 | 1 | -2/+2 |
| * | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 2001-09-26 | 1 | -5/+20 |
| * | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 2001-09-26 | 1 | -73/+111 |
| * | Revert this one: The NTLMv2 checks need the original username as found | Andrew Bartlett | 2001-09-20 | 1 | -1/+1 |
| * | - Fix up to use sampass->username insted of user_info->smb_username | Andrew Bartlett | 2001-09-19 | 1 | -7/+7 |
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -2/+2 |
| * | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 2001-09-16 | 1 | -3/+42 |
| * | Some patches to authentication: | Tim Potter | 2001-09-12 | 1 | -1/+1 |
| * | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -4/+4 |
| * | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -4/+4 |
| * | get rid of compiler warnings | Herb Lewis | 2001-08-24 | 1 | -3/+3 |
| * | Style cleanup for the last vuid change. | Andrew Bartlett | 2001-08-17 | 1 | -5/+8 |