summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-251-39/+43
* And finally IDMAP in 3_0Simo Sorce2003-05-121-21/+22
* Merge auth changes from HEAD:Andrew Bartlett2003-04-241-24/+7
* (merge from HEAD)Andrew Bartlett2003-03-241-0/+3
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-26/+47
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-2/+10
* Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-141-4/+4
* Merge of indirection fixes from HEAD.Jeremy Allison2003-01-131-5/+5
* Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-041-5/+5
* Updates from HEAD:Andrew Bartlett2002-11-151-0/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+0
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-9/+9
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-145/+502
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-33/+185
* Spelling fixes.Tim Potter2002-03-241-1/+1
* Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett2002-03-231-4/+18
* 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