summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4151: added privilege attribute handling on samdb.Andrew Tridgell1-0/+7
2007-10-10r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell1-13/+16
2007-10-10r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher3-24/+41
2007-10-10r4077: don't add wrapping to empty blobsStefan Metzmacher1-1/+5
2007-10-10r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher7-14/+26
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2-3/+3
2007-10-10r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell1-1/+3
2007-10-10r4045: readd krb5 support defaulted to disableStefan Metzmacher6-5/+17
2007-10-10r4044: only send supportedMech when we also send other dataStefan Metzmacher1-5/+8
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-0/+2
2007-10-10r4001: fix segfault fix auth failedStefan Metzmacher1-0/+3
2007-10-10r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher1-1/+1
2007-10-10r3971: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3967: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3960: fix compiler warningsStefan Metzmacher1-4/+4
2007-10-10r3959: fix compiler warningsStefan Metzmacher2-8/+8
2007-10-10r3906: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSAAndrew Bartlett1-0/+77
2007-10-10r3786: send a mechListMIC to make the current samba3 client happyStefan Metzmacher1-1/+9
2007-10-10r3770: - fix endless recursion loop in spnego fallback codeStefan Metzmacher1-7/+11
2007-10-10r3751: Some fixes to using enable and disable for subsystems, ext libs and mo...Jelmer Vernooij1-0/+2
2007-10-10r3739: Remove a bunch of unused m4 macrosJelmer Vernooij1-2/+2
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij3-12/+3
2007-10-10r3735: Allow building subsystems as static libraries (.a files). To enableJelmer Vernooij1-3/+2
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij3-6/+3
2007-10-10r3730: More build system fixes and simplificationsJelmer Vernooij1-2/+1
2007-10-10r3721: We cracked the NTLM2 puzzle long ago, and set the flags elsewhere.Andrew Bartlett1-16/+0
2007-10-10r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett2-7/+0
2007-10-10r3679: We now know a few more of the Netlogon negotiate flags.Andrew Bartlett1-5/+8
2007-10-10r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into aAndrew Bartlett1-0/+21
2007-10-10r3655: As required by the new torture test, add the LM session key outputAndrew Bartlett1-1/+2
2007-10-10r3630: More work on DCOM server sideJelmer Vernooij1-3/+0
2007-10-10r3613: fixed a typoAndrew Tridgell1-2/+2
2007-10-10r3612: This appears to be the 'offical' way to initialise this struct.Andrew Bartlett1-1/+1
2007-10-10r3610: prevent segv with heimdal and password krb5 initAndrew Tridgell1-2/+5
2007-10-10r3609: Lets spew out a few less error messages for tridge, and hope to getAndrew Bartlett2-10/+3
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2-19/+10
2007-10-10r3572: Thanks to tridge for his patience with my build breakage.Andrew Bartlett1-2/+0
2007-10-10r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell1-0/+2
2007-10-10r3565: Move PAC parsing into the session_info generation, and out of theAndrew Bartlett1-16/+41
2007-10-10r3519: Include time headers to fix the build.Andrew Bartlett3-0/+3
2007-10-10r3476: fixed some const warningsAndrew Tridgell1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell6-9/+15
2007-10-10r3462: separate out the crypto includesAndrew Tridgell4-0/+4
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell9-3/+8
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell4-0/+7
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3391: fixed some memory leaks in the schannel codeAndrew Tridgell1-14/+4
2007-10-10r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...Andrew Tridgell3-51/+14