summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spelling.Tim Potter2003-07-081-1/+1
* temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter2003-07-071-1/+3
* and so it begins....Gerald Carter2003-07-072-49/+18
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-061-6/+2
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-2/+8
* PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett2003-07-051-6/+6
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-041-2/+2
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-033-6/+5
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-037-44/+92
* * fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter2003-07-011-1/+44
* fix typos in log messages and comments.Gerald Carter2003-07-011-2/+2
* * 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-302-212/+59
* Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison2003-06-301-1/+1
* * rename samstrict auth method to samGerald Carter2003-06-302-58/+31
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-293-7/+16
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-283-36/+50
* large change:Gerald Carter2003-06-251-1/+1
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-1/+1
* fix typo (bug #170)Gerald Carter2003-06-231-1/+1
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-222-5/+5
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-1/+1
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-1/+1
* 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
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-046-10/+10
* volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
* Correctly initialize winbind auth method.Volker Lendecke2003-05-261-0/+3
* Spelling.Tim Potter2003-05-261-1/+2
* Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett2003-05-261-0/+46
* Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-253-47/+52
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-1/+1
* Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
* spellingTim Potter2003-05-141-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-122-29/+33
* When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke2003-05-111-2/+2
* Cleanups. My NTLMv2 changes also changed the preference from using an implicitAndrew Bartlett2003-05-091-42/+42
* Make sure we always have some client data, not just the hash. An NTLMv2 orAndrew Bartlett2003-05-091-2/+3
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-2/+2
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-288-35/+42
* Add cast for compilerAndrew Bartlett2003-04-281-1/+1