summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
...
* and so it begins....Gerald Carter2003-07-071-48/+17
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-061-6/+2
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-19/+60
* * fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter2003-07-011-1/+44
* * revert change to get_global_sam_name()Gerald Carter2003-07-011-9/+5
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-011-3/+0
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-3/+8
* * rename samstrict auth method to samGerald Carter2003-06-301-2/+2
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-3/+5
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-281-21/+10
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-4/+4
* Andrew's change to make 'security = domain' work again. Leave the user and groupVolker Lendecke2003-06-121-38/+88
* Fix some misleading debug messages.Volker Lendecke2003-06-121-2/+2
* Andrew is right, this is probably the wrong approach.Volker Lendecke2003-06-121-26/+5
* Fix 'security = domain' without winbind. This stores the sid we gotVolker Lendecke2003-06-111-32/+60
* 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