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