summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-12-13merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-88/+8
2002-11-23[merge from APP_HEAD]Gerald Carter1-2/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+7
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
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-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-10/+23
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+4