summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2005-02-103-0/+3
* r5137: fix typesStefan Metzmacher2005-01-312-4/+4
* r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell2005-01-241-1/+11
* r4758: - added async support to the session request codeAndrew Tridgell2005-01-151-1/+1
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2005-01-099-1361/+1038
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2005-01-071-1/+1
* r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett2005-01-061-26/+141
* r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett2005-01-031-42/+63
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2004-12-301-116/+16
* r4339: - rename auth_guest to auth_anonymousStefan Metzmacher2004-12-233-62/+68
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2004-12-111-0/+8
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2004-12-112-79/+58
* r4072: - changed the names of some of the well known sids to be more consistentAndrew Tridgell2004-12-061-3/+3
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2004-12-031-5/+5
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2004-12-031-2/+3
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2004-12-021-16/+18
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2004-11-291-1/+1
* r3970: fix compiler warningStefan Metzmacher2004-11-251-1/+1
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2004-11-191-1/+2
* r3876: fix compiler warningsStefan Metzmacher2004-11-191-2/+2
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2004-11-171-1/+2
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2004-11-161-0/+1
* r3744: Support building subsystems as a shared library. Modules don't work yet, Jelmer Vernooij2004-11-151-0/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions. Jelmer Vernooij2004-11-145-26/+7
* r3733: More build system fixes/features:Jelmer Vernooij2004-11-142-7/+3
* r3599: fixed a couple of memory errors in the rpc netlogon serverAndrew Tridgell2004-11-071-0/+7
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2004-11-062-14/+9
* r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell2004-11-061-0/+1
* r3555: Fix auth_winbind to work with the new auth_util conversion code.Andrew Bartlett2004-11-051-8/+10
* r3554: Use the new talloc_reference changes to simply the conversion ofAndrew Bartlett2004-11-051-61/+80
* r3476: fixed some const warningsAndrew Tridgell2004-11-021-1/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2004-11-021-0/+1
* r3462: separate out the crypto includesAndrew Tridgell2004-11-021-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2004-11-026-0/+10
* r3449: more include file reductionAndrew Tridgell2004-11-021-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2004-11-022-0/+2
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2004-11-012-7/+7
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2004-11-013-0/+4
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2004-10-294-10/+163
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2004-10-271-1/+1
* r3269: fixed return valueAndrew Tridgell2004-10-261-1/+1
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2004-10-251-118/+245
* r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett2004-10-251-9/+5
* r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett2004-10-243-37/+41
|\
| * r3140: * try to ensure consistent usage of the username map.Gerald Carter2004-10-221-11/+23
| * r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2004-10-111-1/+1
| * r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>Jeremy Allison2004-09-281-1/+1
| * r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter2004-08-271-1/+1
| * r1780: Remove the UTC comment as it isn't.Jeremy Allison2004-08-121-2/+2
| * r1778: Fix based on code from Richard Renard <rrenard@idealx.com> toJeremy Allison2004-08-121-0/+42