summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* some more idmapping :)Simo Sorce2003-04-051-5/+7
* Fix compile.Andrew Bartlett2003-03-231-2/+2
* NTLM Authentication:Andrew Bartlett2003-03-231-0/+3
* Now that mimir has done the grunt work, I'll fix up the commentAndrew Bartlett2003-03-151-4/+1
* Fresh meat in trusted domains code:Rafal Szczesniak2003-03-141-20/+6
* First check if the user is in the passdb, then check Get_Pwnam().Andrew Bartlett2003-02-221-0/+30
* For a number of months now, support for being a domain member without alsoAndrew Bartlett2003-02-201-25/+14
* If we didn't make the server_info correctly, then don't segfault trying toAndrew Bartlett2003-02-171-1/+3
* Some cleanups:Andrew Bartlett2003-02-101-2/+10
* Missing indirect in final free.Jeremy Allison2003-01-131-2/+2
* Fix to debian bug #171071 - we had the wrong dereference on the pointer to beAndrew Bartlett2003-01-131-4/+4
* Use size_t for the counter vars, to match the type they are assigned fromAndrew Bartlett2003-01-111-3/+3
* We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett2003-01-021-5/+5
* Small auth updates:Andrew Bartlett2002-11-151-0/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+0
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-9/+9
* Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-251-6/+24
* Don't display debugs of the nt user token twice.Tim Potter2002-09-151-4/+0
* Merge of 'other_sids' patch from appliance.Tim Potter2002-09-151-4/+19
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-53/+69
* off by one in writing to malloced array. this fixes smbd crash I saw atHerb Lewis2002-08-301-2/+2
* Try to support non-root-mode systems without getgrouplist().Andrew Bartlett2002-08-261-7/+9
* Cope with non-unix accounts - we just won't get the groups for those users.Andrew Bartlett2002-08-211-2/+4
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-93/+401
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-3/+2
* Try to get security=domain at least slightly working.Andrew Bartlett2002-06-241-7/+11
* This patch does 2 things:Andrew Bartlett2002-06-151-4/+177
* Spelling.Tim Potter2002-06-121-1/+1
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-28/+0
* typo, sorrySimo Sorce2002-05-211-1/+1
* debug classizedSimo Sorce2002-05-211-0/+3
* 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