summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_domain.c
Commit message (Expand)AuthorAgeFilesLines
...
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21642: Fix bug 4365. Please note that this was only tested with Vista so far...Volker Lendecke2007-10-101-1/+1
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-2/+2
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-101-0/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+11
* r16076: Fix for machine password timeout overflow from Shlomi YaakobovichJeremy Allison2007-10-101-1/+1
* r15476: Transfer the was_mapped flag from user_info to server_info also in au...Volker Lendecke2007-10-101-0/+4
* r15472: Remove an unused function parameterVolker Lendecke2007-10-101-1/+0
* r13382: added server affinity cache stores for 'net rpc join' and trusted dom...Gerald Carter2007-10-101-0/+4
* r13316: Let the carnage begin....Gerald Carter2007-10-101-19/+22
* r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter2007-10-101-1/+1
* r11652: Reinstate the netsamlogon_cache in order to workGerald Carter2007-10-101-0/+2
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-9/+10
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2007-10-101-3/+4
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-96/+108
* r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter2007-10-101-1/+0
* r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter2007-10-101-1/+1
* Remove bogus check. No functional change, just cosmetics.Volker Lendecke2004-02-021-5/+0
* BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter2004-01-151-4/+9
* Doxygen comment fix.Rafal Szczesniak2004-01-071-2/+5
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-2/+5
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-3/+0
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-3/+3
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-209/+51
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-1/+2
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-281-14/+27
* 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
* 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
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-041-2/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-2/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+4
* Merge auth changes from HEAD:Andrew Bartlett2003-04-241-1/+6
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+8
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-1/+8
* (merge from HEAD)Andrew Bartlett2003-03-241-7/+0
* Mege from HEAD - doxygen.Andrew Bartlett2003-03-171-1/+1
* Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-141-1/+2
* Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett2003-01-041-3/+3
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-131-88/+8
* [merge from APP_HEAD]Gerald Carter2002-11-231-2/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+7
* Fix bug found by tpot with given password server.Jeremy Allison2002-11-091-1/+1
* Don't set global_machine_password_needs_changing ifTim Potter2002-11-081-4/+6
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-2/+17
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-10/+23