summaryrefslogtreecommitdiff
path: root/source/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-50/+84
* starting to sync up for beta3Gerald Carter2003-07-161-67/+92
* syncing up latest changesGerald Carter2003-07-011-1/+44
* starting to sync for 3.0beta2Gerald Carter2003-07-011-104/+150
* working on creating the 3.0 release treeGerald Carter2003-06-061-39/+43
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-11/+13
* This is a nice rewrite:Simo Sorce2003-04-291-10/+7
* 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