index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
auth.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-26
s4-auth: fixed the SID list for DCs in the PAC
Andrew Tridgell
1
-1
/
+0
2010-08-14
s4:auth Move struct auth_usersupplied_info to a common location
Andrew Bartlett
1
-42
/
+1
2010-05-20
s4:auth Change auth_generate_session_info to take flags
Andrew Bartlett
1
-0
/
+5
2010-05-20
s4:auth Add dependency from the operational module onto auth
Andrew Bartlett
1
-0
/
+1
2010-05-20
s4:auth Allow the operational module to get a user's tokenGroups from auth
Andrew Bartlett
1
-4
/
+9
2010-05-20
s4:auth Move BUILTIN group addition into session.c
Andrew Bartlett
1
-5
/
+3
2010-04-14
s4:auth Change auth_generate_session_info to take an auth context
Andrew Bartlett
1
-0
/
+8
2010-03-04
s4:sam.c - make "authsam_expand_nested_groups" public
Matthias Dieter Wallnöfer
1
-0
/
+6
2010-02-22
Spelling fixes for source4/auth.
Brad Hards
1
-2
/
+2
2010-01-12
Strip trailing spaces
Simo Sorce
1
-20
/
+20
2009-12-29
s4:auth: add auth_get_server_info_principal() prototype to auth.h
Stefan Metzmacher
1
-0
/
+5
2009-12-29
s4:auth: make auth_challenge_may_be_modified() public
Stefan Metzmacher
1
-1
/
+1
2009-12-24
s4:auth: change auth_check_password_send/recv to tevent_req
Stefan Metzmacher
1
-5
/
+7
2009-12-22
s4:auth Change 'get_challenge' API to be more like Samba3
Andrew Bartlett
1
-3
/
+3
2009-12-16
s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.
Andreas Schneider
1
-1
/
+1
2009-10-23
s4-dsdb: create a static system_session context
Andrew Tridgell
1
-1
/
+1
2009-07-17
s4:kdc Rework KDC to pull in less attributes for krbtgt lookups
Andrew Bartlett
1
-0
/
+2
2009-06-18
s4:kdc Allow a password change when the password is expired
Andrew Bartlett
1
-1
/
+2
2009-05-26
Don't use crossRef records to find our own domain
Andrew Bartlett
1
-3
/
+5
2009-02-13
Push sam_get_server_info_principal into the auth subsystem
Andrew Bartlett
1
-1
/
+11
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
1
-0
/
+24
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-4
/
+4
2008-12-04
s4:kdc: allow a trusted domain to get kerberos tickets
Stefan Metzmacher
1
-1
/
+2
2008-08-28
Heimdal provides Kerberos PAC parsing routines. Use them.
Andrew Bartlett
1
-0
/
+4
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+58
2007-12-21
r26228: Store loadparm context in auth context, move more loadparm_contexts u...
Jelmer Vernooij
1
-0
/
+3
2007-12-21
r26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26127: Move session code out of auth_util.c. No longer making it part of aut...
Jelmer Vernooij
1
-7
/
+2
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse
Andrew Bartlett
1
-0
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r19614: fix compiler warnings
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-4
/
+1
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r17273: add an async version of auth_check_password() on the public
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r17270: split the logic of saying this auth backend wants to handle this
Stefan Metzmacher
1
-1
/
+7
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11452: Update Heimdal to current lorikeet, including removing the ccache side
Andrew Bartlett
1
-0
/
+1
2007-10-10
r11370: Samba4 now passes it's own RPC-SAMLOGON test again.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r11366: Pass around the flags which indicate if we should support plaintext
Andrew Bartlett
1
-0
/
+2
2007-10-10
r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensure
Andrew Bartlett
1
-0
/
+1
2007-10-10
r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
Andrew Bartlett
1
-13
/
+29
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7224: add some more usefull data to the auth_usersupplied_info struct
Simo Sorce
1
-0
/
+7
2007-10-10
r6498: Add comments in line with those I already added to 3.0.
Andrew Bartlett
1
-0
/
+7
2007-10-10
r6458: Split up NTLMSSP into a new directory, and into seperate files for the
Andrew Bartlett
1
-1
/
+0
2007-10-10
r6113: Move GENSEC and the kerberos code out of libcli/auth, and into
Andrew Bartlett
1
-3
/
+3
2007-10-10
r5137: fix types
Stefan Metzmacher
1
-3
/
+3
[next]