summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett1-9/+5
2007-10-10r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett3-37/+41
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-0/+24
2007-10-10r2856: fixed a minor memory leak in the auth codeAndrew Tridgell1-50/+61
2007-10-10r2798: get rid of a unnecessary staticAndrew Tridgell1-3/+5
2007-10-10r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell1-2/+12
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-1/+1
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-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-3/+15
2007-10-10r2650: fixed a memory leak in make_server_info()Andrew Tridgell5-8/+9
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell3-19/+15