summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-08Merge from HEAD:Andrew Bartlett1-8/+9
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-2/+17
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-2/+17
2002-11-04Move to the use of the 'initialised' flag, rather than the fact the pointer isAndrew Bartlett1-8/+9
2002-11-03make_server_info_guest() can need root for the ldapsam backendAndrew Tridgell1-1/+4
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett2-10/+10
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-10/+23
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-10/+23
2002-10-12Nice *big* patch from metze.Andrew Bartlett2-10/+10
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-4/+4
2002-09-28Second stab at Volker's 'make shadow passwords work' patch.Andrew Bartlett1-4/+4
2002-09-27Back our volker's patch as was breaking the build.Andrew Bartlett1-7/+2
2002-09-27Sorry to touch such an internal function. But I was quite surprised thatVolker Lendecke1-2/+7
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter6-169/+523
2002-09-25Move to common user token debugging, and ensure we always print both theAndrew Bartlett1-6/+24
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
2002-09-15Don't display debugs of the nt user token twice.Tim Potter1-4/+0
2002-09-15Merge of 'other_sids' patch from appliance.Tim Potter1-4/+19
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2-54/+70
2002-08-30off by one in writing to malloced array. this fixes smbd crash I saw atHerb Lewis1-2/+2
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-1/+2
2002-08-29We don't need the RTLD_GLOBAL.Andrew Bartlett1-1/+1
2002-08-26Updates!Andrew Bartlett1-1/+4
2002-08-26Try to support non-root-mode systems without getgrouplist().Andrew Bartlett2-8/+10
2002-08-22Spelling fixes.Tim Potter1-4/+4
2002-08-21Cope with non-unix accounts - we just won't get the groups for those users.Andrew Bartlett1-2/+4
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett5-107/+408
2002-08-19fix typo auth/auth_server.cJelmer Vernooij1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij5-69/+178
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett1-3/+2
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-2/+4
2002-07-31Let everybody enjoy my new toy - make it the default!Andrew Bartlett1-2/+2
2002-07-31Winbind updates!Andrew Bartlett1-21/+49
2002-07-31the ads_connect() here doesn't need to actually succeed, as its onlyAndrew Tridgell1-3/+1
2002-07-30Fix the build for now..Jim McDonough1-1/+1
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell1-4/+6
2002-07-30a couple more minor tweaks. This now allows us to operate in ADS modeAndrew Tridgell1-4/+3
2002-07-302nd try at a fix for netbiosless connections to a ADS DC. This alsoAndrew Tridgell1-31/+90
2002-07-30removed a gratuitous standard_sub_basic() on the 'password server'Andrew Tridgell1-2/+0
2002-07-30- if we are in ADS mode then avoid an expensive netbios lookup to findAndrew Tridgell1-7/+16
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-7/+7
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-1/+1
2002-07-20Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett1-2/+17