summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2003-07-18Fix memleakVolker Lendecke1-1/+1
2003-07-11Fix a small typo in a comment and pretty it up a bit.Richard Sharpe1-1/+1
2003-07-11moving more code around.Gerald Carter1-1/+5
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-3/+10
2003-07-08standlone servers don't have any trusted domainsGerald Carter1-0/+5
2003-07-08fix bone head mistake when setting the uid in the server_info struct.Gerald Carter1-11/+3
2003-07-08Initialise the uid and gid values to a safe default in make_server_info()Tim Potter1-0/+8
2003-07-08fix temporary bug so people can test 3.0 again; make sure to initialize the u...Gerald Carter1-1/+2
2003-07-08Spelling.Tim Potter1-1/+1
2003-07-07temporarily disable a sanity check to prevent winbindd from deadlockingGerald Carter1-1/+3
2003-07-07and so it begins....Gerald Carter2-49/+18
2003-07-06This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett1-6/+2
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-2/+8
2003-07-05PAM should operate on the Unix username, not the NT username (which might notAndrew Bartlett1-6/+6
2003-07-04Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison1-2/+2
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison3-6/+5
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett7-44/+92
2003-07-01* fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter1-1/+44
2003-07-01fix typos in log messages and comments.Gerald Carter1-2/+2
2003-07-01* revert change to get_global_sam_name()Gerald Carter1-9/+5
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-3/+0
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2-212/+59
2003-06-30Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison1-1/+1
2003-06-30* rename samstrict auth method to samGerald Carter2-58/+31
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter3-7/+16
2003-06-28add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter3-36/+50
2003-06-25large change:Gerald Carter1-1/+1
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-1/+1
2003-06-23fix typo (bug #170)Gerald Carter1-1/+1
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2-5/+5
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-1/+1
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison1-1/+1
2003-06-12Andrew's change to make 'security = domain' work again. Leave the user and groupVolker Lendecke1-38/+88
2003-06-12Fix some misleading debug messages.Volker Lendecke1-2/+2
2003-06-12Andrew is right, this is probably the wrong approach.Volker Lendecke1-26/+5
2003-06-11Fix 'security = domain' without winbind. This stores the sid we gotVolker Lendecke1-32/+60
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij6-10/+10
2003-05-27volker's fix for crash when my_private_data == NULLGerald Carter1-2/+8
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-05-26Spelling.Tim Potter1-1/+2
2003-05-26Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett1-0/+46
2003-05-25Get 'add user script' working again for Samba 3.0.Andrew Bartlett3-47/+52
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-1/+1
2003-05-15Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij1-9/+17
2003-05-14spellingTim Potter1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce2-29/+33
2003-05-11When we have a NT4SP0 PDC trust us, we first have to check theVolker Lendecke1-2/+2
2003-05-09Cleanups. My NTLMv2 changes also changed the preference from using an implicitAndrew Bartlett1-42/+42
2003-05-09Make sure we always have some client data, not just the hash. An NTLMv2 orAndrew Bartlett1-2/+3
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2