summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* r2104: fixed typo that causes a segvAndrew Tridgell2007-10-101-1/+1
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2007-10-101-13/+1
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1982: i is not initialised or usedAndrew Tridgell2007-10-101-2/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-102-50/+50
* r1518: check for ldb_search giving -1 (indicating db corruption)Andrew Tridgell2007-10-101-0/+3
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-1/+1
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-0/+5
* r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2007-10-102-1/+449
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-101-2/+2
* r1334: remove unused stuffStefan Metzmacher2007-10-101-11/+0
* r1294: A nice, large, commit...Andrew Bartlett2007-10-105-252/+24