summaryrefslogtreecommitdiff
path: root/source4/auth/auth_util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett1-2/+123
2007-10-10r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett1-9/+5
2007-10-10r2798: get rid of a unnecessary staticAndrew Tridgell1-3/+5
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell1-2/+2
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell1-50/+59
2007-10-10r2650: fixed a memory leak in make_server_info()Andrew Tridgell1-4/+5
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-1/+1
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-14/+8
2007-10-10r2543: Catch one more use of sub_get_remote_machine().Andrew Bartlett1-1/+2
2007-10-10r2505: Remove unused function. If/when we implement plaintext authenticatonAndrew Bartlett1-56/+0
2007-10-10r2104: fixed typo that causes a segvAndrew Tridgell1-1/+1
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-0/+17
2007-10-10r1146: initially zero server infoAndrew Tridgell1-0/+1
2007-10-10r1142: I think this should fix the interactive logins for tridge - don't takeAndrew Bartlett1-4/+4
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher1-1/+15
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-90/+59
2007-10-10r1027: More rename:Andrew Bartlett1-48/+48
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-37/+46
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-2/+2
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-9/+9
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-6/+6
2007-10-10r924: got rid of the global well-known SIDs, instead using const defines in m...Andrew Tridgell1-14/+10
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett1-3/+11
2007-10-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-15/+0
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett1-173/+62
2007-10-10r619: Remove more code that is no longer called.Andrew Bartlett1-44/+0
2007-10-10r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett1-157/+1
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-133/+105
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell1-223/+0
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-2/+2
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+1222