| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to get security=domain at least slightly working. | Andrew Bartlett | 2002-06-24 | 1 | -7/+11 |
* | This patch does 2 things: | Andrew Bartlett | 2002-06-15 | 1 | -4/+177 |
* | Spelling. | Tim Potter | 2002-06-12 | 1 | -1/+1 |
* | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 2002-05-25 | 1 | -28/+0 |
* | typo, sorry | Simo Sorce | 2002-05-21 | 1 | -1/+1 |
* | debug classized | Simo Sorce | 2002-05-21 | 1 | -0/+3 |
* | Spelling fixes. | Tim Potter | 2002-03-24 | 1 | -1/+1 |
* | Extra parinoa and DEBUG()s for the make_user_info_map() code. | Andrew Bartlett | 2002-03-23 | 1 | -4/+18 |
* | Ensure we never use "" as a domain name (Win9X apparently does this for 'net ... | Andrew Bartlett | 2002-03-13 | 1 | -1/+6 |
* | Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> | Andrew Bartlett | 2002-03-01 | 1 | -1/+1 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Add a touch of 'const' to some auth components, and move the simple plaintext | Andrew Bartlett | 2002-01-20 | 1 | -10/+10 |
* | Don't do tridge's crazy 'am I a trusted domain' lookup for guests. | Andrew Bartlett | 2002-01-18 | 1 | -9/+12 |
* | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 2002-01-17 | 1 | -2/+4 |
* | Commit the auth associated changes I missed from the last commit. | Andrew Bartlett | 2002-01-15 | 1 | -1/+1 |
* | Back out the crazy notion that the NTLMSSP flags actually mean anything... | Andrew Bartlett | 2002-01-11 | 1 | -21/+21 |
* | I've decided to move the auth code around a bit more... | Andrew Bartlett | 2002-01-05 | 1 | -13/+50 |
* | Another touch of 'const' | Andrew Bartlett | 2002-01-02 | 1 | -1/+1 |
* | Now that winbind doesn't rely on this, we may as well remove it... | Andrew Bartlett | 2002-01-01 | 1 | -108/+0 |
* | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 2001-12-31 | 1 | -3/+3 |
* | Removed extra lp_adduser() call. | Jeremy Allison | 2001-12-29 | 1 | -17/+0 |
* | added trusted realm support to ADS authentication | Andrew Tridgell | 2001-12-19 | 1 | -1/+20 |
* | make sure we pass the lm and nt data in the right order. They were swapped, ... | Jim McDonough | 2001-12-17 | 1 | -2/+2 |
* | added info level 3 to samrgetgroupinfo. I don't know what the value is. | Jean-François Micouleau | 2001-12-10 | 1 | -1/+1 |
* | fixed leak in free_user_info() | Andrew Tridgell | 2001-11-27 | 1 | -0/+1 |
* | challange -> challenge | Tim Potter | 2001-11-26 | 1 | -1/+1 |
* | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2001-11-24 | 1 | -133/+75 |
* | More spelling fixes, comment reformatting. | Tim Potter | 2001-11-21 | 1 | -8/+11 |
* | Spelling fix, reformatted comment. | Tim Potter | 2001-11-21 | 1 | -4/+6 |
* | Fixed sizeof vs array length bug in make_user_info_winbind_crap() | Tim Potter | 2001-11-20 | 1 | -2/+2 |
* | Fix up some DEBUG()s | Andrew Bartlett | 2001-11-11 | 1 | -17/+37 |
* | Minor updates. A small dose of const. | Andrew Bartlett | 2001-11-11 | 1 | -1/+1 |
* | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 2001-11-09 | 1 | -1/+1 |
* | Change to guest logon code. | Andrew Bartlett | 2001-11-08 | 1 | -2/+51 |
* | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 2001-11-05 | 1 | -4/+4 |
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -12/+58 |
* | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 2001-11-01 | 1 | -20/+27 |
* | Fix up domain logons. Tested with NT4. | Andrew Bartlett | 2001-10-31 | 1 | -1/+1 |
* | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 1 | -21/+543 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+1 |
* | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 2001-09-14 | 1 | -1/+1 |
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -3/+3 |
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -1/+1 |
* | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 2001-08-23 | 1 | -1/+0 |
* | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 1 | -0/+141 |