| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doxygen janitor: check_domain_match parameter is spelled | Martin Pool | 2003-02-28 | 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/+1 |
| * | Updates to our NTLMSSP code: | Andrew Bartlett | 2003-01-13 | 1 | -1/+9 |
| * | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -2/+2 |
| * | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 1 | -4/+4 |
| * | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 2002-12-11 | 1 | -55/+44 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -1/+1 |
| * | Let everybody enjoy my new toy - make it the default! | Andrew Bartlett | 2002-07-31 | 1 | -2/+2 |
| * | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 2002-07-28 | 1 | -7/+7 |
| * | It appears that to match NT we should not use the 'samstrict' behaviour, | Andrew Bartlett | 2002-06-15 | 1 | -3/+5 |
| * | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 2002-06-14 | 1 | -10/+10 |
| * | Spelling fixes. | Tim Potter | 2002-05-28 | 1 | -7/+7 |
| * | Move the authenticaion subsystem over to the same 'module:options' syntax | Andrew Bartlett | 2002-05-24 | 1 | -3/+20 |
| * | Nobody uses this function, and there really doesn't seem much point to | Andrew Bartlett | 2002-05-22 | 1 | -20/+0 |
| * | typo, sorry | Simo Sorce | 2002-05-21 | 1 | -1/+1 |
| * | debug classized | Simo Sorce | 2002-05-21 | 1 | -0/+3 |
| * | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 1 | -3/+3 |
| * | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 2002-03-02 | 1 | -0/+1 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | Spelling fixes. | Tim Potter | 2002-01-20 | 1 | -6/+6 |
| * | I've decided to move the auth code around a bit more... | Andrew Bartlett | 2002-01-05 | 1 | -107/+258 |
| * | A farily large commit: | Andrew Bartlett | 2002-01-01 | 1 | -4/+10 |
| * | Add a pile of doxygen style comments to various parts of Samba. Many of these | Andrew Bartlett | 2001-12-30 | 1 | -29/+56 |
| * | added trusted realm support to ADS authentication | Andrew Tridgell | 2001-12-19 | 1 | -13/+15 |
| * | fixed the panics on basicsmb-sharelist on sun1 | Andrew Tridgell | 2001-11-27 | 1 | -1/+3 |
| * | fix sense of lp_allow_trusted_domains() | Andrew Tridgell | 2001-11-27 | 1 | -1/+1 |
| * | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 2001-11-26 | 1 | -1/+1 |
| * | 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 | -79/+86 |
| * | Minor updates. A small dose of const. | Andrew Bartlett | 2001-11-11 | 1 | -1/+1 |
| * | Change to guest logon code. | Andrew Bartlett | 2001-11-08 | 1 | -24/+43 |
| * | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 1 | -145/+118 |
| * | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 2001-10-31 | 1 | -1/+13 |
| * | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -3/+0 |
| * | Fix up a number of intertwined issues: | Andrew Bartlett | 2001-09-29 | 1 | -0/+4 |
| * | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 2001-09-16 | 1 | -10/+13 |
| * | Some patches to authentication: | Tim Potter | 2001-09-12 | 1 | -13/+20 |
| * | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -8/+8 |
| * | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -8/+8 |
| * | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 2001-08-27 | 1 | -8/+9 |
| * | get rid of compiler warnings | Herb Lewis | 2001-08-24 | 1 | -3/+3 |
| * | Add comment to clarify why we call this twice. | Andrew Bartlett | 2001-08-20 | 1 | -0/+2 |
| * | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 2001-08-20 | 1 | -1/+2 |
| * | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 2001-08-12 | 1 | -60/+23 |
| * | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 2001-08-09 | 1 | -1/+1 |
| * | Record the NT_STATUS constant rather than its number in the logfiles | Andrew Bartlett | 2001-08-06 | 1 | -1/+2 |
| * | This is the fix for the PAM bug I probably introduced in the previous commit, | Andrew Bartlett | 2001-08-03 | 1 | -0/+3 |
| * | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 1 | -0/+275 |