summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6128: fix the buildStefan Metzmacher1-2/+2
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett27-3/+9962
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-1/+9
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2-56/+7
2007-10-10r5985: Actually adding auth_domain.c in -r 5983 would probably have been aAndrew Bartlett1-0/+199
2007-10-10r5983: Start support for being a domain member in Samba4.Andrew Bartlett1-0/+12
2007-10-10r5895: Remove old auth_domain code - to be replaced with entirely new impleme...Andrew Bartlett1-552/+0
2007-10-10r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett1-4/+23
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell3-0/+3
2007-10-10r5137: fix typesStefan Metzmacher2-4/+4
2007-10-10r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell1-1/+11
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-1/+1
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher9-1361/+1038
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett1-26/+141
2007-10-10r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett1-42/+63
2007-10-10r4419: move security_token stuff to the libcli/security/Stefan Metzmacher1-116/+16
2007-10-10r4339: - rename auth_guest to auth_anonymousStefan Metzmacher3-62/+68
2007-10-10r4151: added privilege attribute handling on samdb.Andrew Tridgell1-0/+8
2007-10-10r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2-79/+58
2007-10-10r4072: - changed the names of some of the well known sids to be more consistentAndrew Tridgell1-3/+3
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-5/+5
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+3
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-16/+18
2007-10-10r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher1-1/+1
2007-10-10r3970: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij1-1/+2
2007-10-10r3876: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-1/+2
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+1
2007-10-10r3744: Support building subsystems as a shared library. Modules don't work yet,Jelmer Vernooij1-0/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij5-26/+7
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij2-7/+3
2007-10-10r3599: fixed a couple of memory errors in the rpc netlogon serverAndrew Tridgell1-0/+7
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2-14/+9
2007-10-10r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell1-0/+1
2007-10-10r3555: Fix auth_winbind to work with the new auth_util conversion code.Andrew Bartlett1-8/+10
2007-10-10r3554: Use the new talloc_reference changes to simply the conversion ofAndrew Bartlett1-61/+80
2007-10-10r3476: fixed some const warningsAndrew Tridgell1-1/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell6-0/+10
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell2-0/+2
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell2-7/+7
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell3-0/+4
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett4-10/+163
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-1/+1
2007-10-10r3269: fixed return valueAndrew Tridgell1-1/+1
2007-10-10r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett1-118/+245