summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell3-30/+20
2007-10-10r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell1-18/+0
2007-10-10r2543: Catch one more use of sub_get_remote_machine().Andrew Bartlett1-1/+2
2007-10-10r2513: Avoid strupper/strlower when you can. This developers moduleAndrew Bartlett1-3/+1
2007-10-10r2505: Remove unused function. If/when we implement plaintext authenticatonAndrew Bartlett1-56/+0
2007-10-10r2431: got rid of strnequal() in a couple of placesAndrew Tridgell1-1/+1
2007-10-10r2104: fixed typo that causes a segvAndrew Tridgell1-1/+1
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell1-13/+1
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1982: i is not initialised or usedAndrew Tridgell1-2/+1
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher2-50/+50
2007-10-10r1518: check for ldb_search giving -1 (indicating db corruption)Andrew Tridgell1-0/+3
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-1/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-0/+5
2007-10-10r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2-1/+449
2007-10-10r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher1-2/+2
2007-10-10r1334: remove unused stuffStefan Metzmacher1-11/+0
2007-10-10r1294: A nice, large, commit...Andrew Bartlett5-252/+24
2007-10-10r1292: Add const to the subsystem/module registration code.Andrew Bartlett1-2/+9