summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-2/+5
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-10/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-1/+1
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21642: Fix bug 4365. Please note that this was only tested with Vista so far...Volker Lendecke1-1/+1
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-2/+2
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce1-0/+11
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+11
2007-10-10r16076: Fix for machine password timeout overflow from Shlomi YaakobovichJeremy Allison1-1/+1
2007-10-10r15476: Transfer the was_mapped flag from user_info to server_info also in au...Volker Lendecke1-0/+4
2007-10-10r15472: Remove an unused function parameterVolker Lendecke1-1/+0
2007-10-10r13382: added server affinity cache stores for 'net rpc join' and trusted dom...Gerald Carter1-0/+4
2007-10-10r13316: Let the carnage begin....Gerald Carter1-19/+22
2007-10-10r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter1-1/+1
2007-10-10r11652: Reinstate the netsamlogon_cache in order to workGerald Carter1-0/+2
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-9/+10
2007-10-10r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison1-3/+4
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-96/+108
2007-10-10r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter1-1/+0
2007-10-10r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter1-1/+1
2004-02-02Remove bogus check. No functional change, just cosmetics.Volker Lendecke1-5/+0
2004-01-15BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter1-4/+9
2004-01-07Doxygen comment fix.Rafal Szczesniak1-2/+5
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-2/+5
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-3/+0
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-3/+3
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-209/+51
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-1/+2
2003-06-28add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter1-14/+27
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-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-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-2/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+4
2003-04-24Merge auth changes from HEAD:Andrew Bartlett1-1/+6
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-2/+8
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-1/+8
2003-03-24(merge from HEAD)Andrew Bartlett1-7/+0
2003-03-17Mege from HEAD - doxygen.Andrew Bartlett1-1/+1
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett1-1/+2
2003-01-04Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett1-3/+3