r6508: Fix typo - yay testsuite.
[samba.git] / source / auth /
2007-10-10 Andrew Bartlettr6498: Add comments in line with those I already added...
2007-10-10 Stefan Metzmacherr6484: fix NTLMSSP client against w2k and w2k3
2007-10-10 Tim Potterr6466: Spelling.
2007-10-10 Andrew Bartlettr6465: Use talloc_zero for the gensec_ntlmssp_state...
2007-10-10 Andrew Bartlettr6464: Remove the last of the Samba3 NTLMSSP API. ...
2007-10-10 Andrew Bartlettr6463: Move NTLM2 and NTLM (v1) specific variables...
2007-10-10 Andrew Bartlettr6462: Move the arcfour sbox state into it's own struct...
2007-10-10 Andrew Bartlettr6460: Push the client credentials into NTLMSSP, allowi...
2007-10-10 Andrew Bartlettr6458: Split up NTLMSSP into a new directory, and into...
2007-10-10 Andrew Bartlettr6455: Remove wrapper functions, and ntlmssp_end (which...
2007-10-10 Andrew Bartlettr6454: Start to migrate NTLMSSP away from it's own...
2007-10-10 Andrew Bartlettr6453: Move verbose errors for the schannel 'not in...
2007-10-10 Tim Potterr6359: Fix compiler warning with struct sockaddr. ...
2007-10-10 Andrew Tridgellr6340: - added an easy to use function to initialise...
2007-10-10 Tim Potterr6322: Fix compile warning for struct sockaddr.
2007-10-10 Stefan Metzmacherr6128: fix the build
2007-10-10 Andrew Bartlettr6113: Move GENSEC and the kerberos code out of libcli...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Bartlettr5985: Actually adding auth_domain.c in -r 5983 would...
2007-10-10 Andrew Bartlettr5983: Start support for being a domain member in Samba4.
2007-10-10 Andrew Bartlettr5895: Remove old auth_domain code - to be replaced...
2007-10-10 Andrew Bartlettr5668: Add tests to RPC-SAMLOGON to test for user@REALM...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Andrew Tridgellr4955: fixed a couple of minor memory leaks in the...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Bartlettr4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture...
2007-10-10 Andrew Bartlettr4499: Almost make our Samba4 server pass the RPC-SAMLO...
2007-10-10 Stefan Metzmacherr4419: move security_token stuff to the libcli/security/
2007-10-10 Stefan Metzmacherr4339: - rename auth_guest to auth_anonymous
2007-10-10 Andrew Tridgellr4151: added privilege attribute handling on samdb.
2007-10-10 Andrew Tridgellr4147: converted from NT_USER_TOKEN to struct security_...
2007-10-10 Andrew Tridgellr4072: - changed the names of some of the well known...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Stefan Metzmacherr3970: fix compiler warning
2007-10-10 Jelmer Vernooijr3881: Split up the LIBNDR_GEN subsystem into NDR_...
2007-10-10 Stefan Metzmacherr3876: fix compiler warnings
2007-10-10 Stefan Metzmacherr3810: create a LIB_SECURITY subsystem
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Andrew Tridgellr3599: fixed a couple of memory errors in the rpc netlo...
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3571: rough guesses at what abartlet really wanted...
2007-10-10 Andrew Bartlettr3555: Fix auth_winbind to work with the new auth_util...
2007-10-10 Andrew Bartlettr3554: Use the new talloc_reference changes to simply...
2007-10-10 Andrew Tridgellr3476: fixed some const warnings
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr3361: Allow Samba4 (I'm interested in ntlm_auth in...
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr3269: fixed return value
2007-10-10 Andrew Bartlettr3190: When we don't have a PAC, do a lookup in the...
2007-10-10 Andrew Bartlettr3186: Use the properties of the new talloc() system...
2007-10-10 Andrew Bartlettr3170: Add winbind client support back into Samba4...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Andrew Tridgellr2856: fixed a minor memory leak in the auth code
2007-10-10 Andrew Tridgellr2798: get rid of a unnecessary static
2007-10-10 Andrew Tridgellr2793: fixed the handling of primaryGroupID in auth_sam...
2007-10-10 Andrew Tridgellr2710: continue with the new style of providing a paren...
2007-10-10 Andrew Tridgellr2674: I have realised that talloc() should have its...
2007-10-10 Andrew Tridgellr2669: convert make_user_info() and associated function...
2007-10-10 Andrew Tridgellr2654: fixed some more server memory leaks. We are...
2007-10-10 Andrew Tridgellr2650: fixed a memory leak in make_server_info()
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2643: convert more of the auth subsyystem to the new...
2007-10-10 Andrew Tridgellr2621: - now that the client code is non-blocking,...
2007-10-10 Andrew Bartlettr2543: Catch one more use of sub_get_remote_machine().
2007-10-10 Andrew Bartlettr2513: Avoid strupper/strlower when you can. This...
2007-10-10 Andrew Bartlettr2505: Remove unused function. If/when we implement...
2007-10-10 Andrew Tridgellr2431: got rid of strnequal() in a couple of places
2007-10-10 Andrew Tridgellr2104: fixed typo that causes a segv
2007-10-10 Andrew Tridgellr2051: switched the samdb over to using the new destruc...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1982: i is not initialised or used
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Tridgellr1518: check for ldb_search giving -1 (indicating db...
2007-10-10 Andrew Bartlettr1498: (merge from 3.0)
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Andrew Bartlettr1461: ntlm_check.c is a server-side peice of code...
2007-10-10 Stefan Metzmacherr1335: NT_STATUS_INTERNAL_DB_CORRUPTION
2007-10-10 Stefan Metzmacherr1334: remove unused stuff
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Andrew Bartlettr1292: Add const to the subsystem/module registration...
2007-10-10 Andrew Tridgellr1151: fixed fill-in of force_password_change field...
2007-10-10 Andrew Tridgellr1146: initially zero server info
2007-10-10 Andrew Tridgellr1143: fixed spelling of sAMAccountName
2007-10-10 Andrew Bartlettr1142: I think this should fix the interactive logins...
next