summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...Andrew Bartlett2002-03-131-1/+6
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add a touch of 'const' to some auth components, and move the simple plaintextAndrew Bartlett2002-01-201-10/+10
* Don't do tridge's crazy 'am I a trusted domain' lookup for guests.Andrew Bartlett2002-01-181-9/+12
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-2/+4
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-151-1/+1
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-21/+21
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-13/+50
* Another touch of 'const'Andrew Bartlett2002-01-021-1/+1
* Now that winbind doesn't rely on this, we may as well remove it...Andrew Bartlett2002-01-011-108/+0
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-3/+3
* Removed extra lp_adduser() call.Jeremy Allison2001-12-291-17/+0
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-1/+20
* make sure we pass the lm and nt data in the right order. They were swapped, ...Jim McDonough2001-12-171-2/+2
* added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau2001-12-101-1/+1
* fixed leak in free_user_info()Andrew Tridgell2001-11-271-0/+1
* challange -> challengeTim Potter2001-11-261-1/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-133/+75
* More spelling fixes, comment reformatting.Tim Potter2001-11-211-8/+11
* Spelling fix, reformatted comment.Tim Potter2001-11-211-4/+6
* Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2001-11-201-2/+2
* Fix up some DEBUG()sAndrew Bartlett2001-11-111-17/+37
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-081-2/+51
* Renamed make_user_info_for_winbindd() to be more consistent with theTim Potter2001-11-051-4/+4
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-12/+58
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-20/+27
* Fix up domain logons. Tested with NT4.Andrew Bartlett2001-10-311-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-21/+543
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+1
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-141-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-231-1/+0
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-0/+141