Age | Commit message (Expand) | Author | Files | Lines |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -10/+10 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21642: Fix bug 4365. Please note that this was only tested with Vista so far... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20824: Send access to the trusted domain passwords through the pdb backend, ... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r19980: Implement pam account stack checks when obey pam restrictions is true. | Simo Sorce | 1 | -0/+11 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -0/+11 |
2007-10-10 | r16076: Fix for machine password timeout overflow from Shlomi Yaakobovich | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15476: Transfer the was_mapped flag from user_info to server_info also in au... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r15472: Remove an unused function parameter | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r13382: added server affinity cache stores for 'net rpc join' and trusted dom... | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -19/+22 |
2007-10-10 | r11661: Store the INFO3 in the PAC data into the netsamlogon_cache. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r11652: Reinstate the netsamlogon_cache in order to work | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r11573: Adding Andrew Bartlett's patch to make machine account | Jeremy Allison | 1 | -9/+10 |
2007-10-10 | r11492: Fix bug #3224 (I hope). Correctly use machine_account_name | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -96/+108 |
2007-10-10 | r9588: remove netsamlogon_cache interface...everything seems to work fine. W... | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ... | Gerald Carter | 1 | -1/+1 |
2004-02-02 | Remove bogus check. No functional change, just cosmetics. | Volker Lendecke | 1 | -5/+0 |
2004-01-15 | BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t... | Gerald Carter | 1 | -4/+9 |
2004-01-07 | Doxygen comment fix. | Rafal Szczesniak | 1 | -2/+5 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 1 | -2/+5 |
2003-08-28 | Fix bug found by tridge in 2.2.x. Ensure that %U substitution is | Jeremy Allison | 1 | -3/+0 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -1/+1 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -1/+1 |
2003-07-03 | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 1 | -3/+3 |
2003-06-30 | * cleanup more DC name resolution issues in check_*domain_security() | Gerald Carter | 1 | -209/+51 |
2003-06-29 | Here's the code to make winbindd work on a Samba DC | Gerald Carter | 1 | -1/+2 |
2003-06-28 | add check for NT_STATUS_NOT_IMPLEMENTED in auth check so that | Gerald Carter | 1 | -14/+27 |
2003-06-25 | large change: | Gerald Carter | 1 | -1/+1 |
2003-06-23 | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 1 | -1/+1 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 1 | -1/+1 |
2003-06-13 | Forward port the app-head changes for dc name cache into 3.0. | Jeremy Allison | 1 | -1/+1 |
2003-06-04 | Add some static. Patch by Stefan Metzmacher <metze@metzemix.de> | Jelmer Vernooij | 1 | -2/+2 |
2003-05-08 | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 1 | -2/+2 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -4/+4 |
2003-04-24 | Merge auth changes from HEAD: | Andrew Bartlett | 1 | -1/+6 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -2/+8 |
2003-04-16 | Add support for the new modules system to auth/ (merge from HEAD) | Jelmer Vernooij | 1 | -1/+8 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -7/+0 |
2003-03-17 | Mege from HEAD - doxygen. | Andrew Bartlett | 1 | -1/+1 |
2003-01-14 | Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD. | Andrew Bartlett | 1 | -1/+2 |
2003-01-04 | Make it clear that the credentials are being setup on the NETLOGON channel, and | Andrew Bartlett | 1 | -3/+3 |
2002-12-13 | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 1 | -88/+8 |
2002-11-23 | [merge from APP_HEAD] | Gerald Carter | 1 | -2/+3 |