summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-0/+24
* r2856: fixed a minor memory leak in the auth codeAndrew Tridgell2007-10-101-50/+61
* r2798: get rid of a unnecessary staticAndrew Tridgell2007-10-101-3/+5
* r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell2007-10-101-2/+12
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-1/+1
* 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
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-3/+15
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2007-10-105-8/+9
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-103-19/+15
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-103-30/+20
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-18/+0
* r2543: Catch one more use of sub_get_remote_machine().Andrew Bartlett2007-10-101-1/+2
* r2513: Avoid strupper/strlower when you can. This developers moduleAndrew Bartlett2007-10-101-3/+1
* r2505: Remove unused function. If/when we implement plaintext authenticatonAndrew Bartlett2007-10-101-56/+0
* r2431: got rid of strnequal() in a couple of placesAndrew Tridgell2007-10-101-1/+1