index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
auth
/
auth_domain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3: Remove the make_auth_methods routine
Volker Lendecke
2010-04-11
1
-6
/
+14
*
s3: Fix some nonempty lines
Volker Lendecke
2010-04-11
1
-11
/
+11
*
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
2010-01-10
1
-3
/
+3
*
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
2010-01-10
1
-3
/
+3
*
s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().
Günther Deschner
2009-11-03
1
-3
/
+1
*
s3: use enum netr_SchannelType all over the place.
Günther Deschner
2009-10-13
1
-1
/
+1
*
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
2009-09-15
1
-1
/
+1
*
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Günther Deschner
2009-09-11
1
-1
/
+1
*
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-0
/
+1
*
Simply our main loop processing. A lot :-). Correctly use events for all the ...
Jeremy Allison
2008-10-03
1
-0
/
+65
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Rename server_info->was_mapped to server_info->nss_token
Volker Lendecke
2008-05-07
1
-3
/
+1
*
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
2008-04-02
1
-1
/
+1
*
Fix bug 5317
Volker Lendecke
2008-03-14
1
-1
/
+1
*
Use a separate tdb for mutexes
Volker Lendecke
2008-03-10
1
-7
/
+9
*
Use netr_SamInfo3 in remaining places.
Günther Deschner
2008-02-17
1
-5
/
+5
*
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
2008-01-23
1
-1
/
+1
*
More logical operations on booleans. IBM checker.
Jeremy Allison
2008-01-04
1
-1
/
+3
*
Rename get_trust_pw() to get_trust_pw_hash().
Michael Adam
2007-12-13
1
-2
/
+2
*
Let get_trust_pw() determine the machine_account_name to use.
Michael Adam
2007-12-13
1
-2
/
+5
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-10
/
+10
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
1
-1
/
+1
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21642: Fix bug 4365. Please note that this was only tested with Vista so far...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20824: Send access to the trusted domain passwords through the pdb backend, ...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r19980: Implement pam account stack checks when obey pam restrictions is true.
Simo Sorce
2007-10-10
1
-0
/
+11
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-0
/
+11
*
r16076: Fix for machine password timeout overflow from Shlomi Yaakobovich
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15476: Transfer the was_mapped flag from user_info to server_info also in au...
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r15472: Remove an unused function parameter
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r13382: added server affinity cache stores for 'net rpc join' and trusted dom...
Gerald Carter
2007-10-10
1
-0
/
+4
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-19
/
+22
*
r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.
Gerald Carter
2007-10-10
1
-1
/
+1
*
r11652: Reinstate the netsamlogon_cache in order to work
Gerald Carter
2007-10-10
1
-0
/
+2
*
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
2007-10-10
1
-9
/
+10
*
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
2007-10-10
1
-3
/
+4
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-96
/
+108
*
r9588: remove netsamlogon_cache interface...everything seems to work fine. W...
Gerald Carter
2007-10-10
1
-1
/
+0
*
r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...
Gerald Carter
2007-10-10
1
-1
/
+1
*
Remove bogus check. No functional change, just cosmetics.
Volker Lendecke
2004-02-02
1
-5
/
+0
*
BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...
Gerald Carter
2004-01-15
1
-4
/
+9
*
Doxygen comment fix.
Rafal Szczesniak
2004-01-07
1
-2
/
+5
*
Change our Domain controller lookup routines to more carefully seperate
Andrew Bartlett
2004-01-05
1
-2
/
+5
*
Fix bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
2003-08-28
1
-3
/
+0
[next]