summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-42/+76
* need to be able to connect to a domain member as a local account; don't alway...Gerald Carter2003-08-081-3/+3
* Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison2003-07-261-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-3/+3
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-3/+3
* Fix a small typo in a comment and pretty it up a bit.Richard Sharpe2003-07-111-1/+1
* moving more code around.Gerald Carter2003-07-111-1/+5
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-3/+10
* standlone servers don't have any trusted domainsGerald Carter2003-07-081-0/+5
* fix bone head mistake when setting the uid in the server_info struct.Gerald Carter2003-07-081-11/+3
* Initialise the uid and gid values to a safe default in make_server_info()Tim Potter2003-07-081-0/+8
* fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter2003-07-081-1/+2
* temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter2003-07-071-1/+3
* 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