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