summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell4-4/+6
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell5-3/+6
2007-10-10r5199: fix some minor configure bugsStefan Metzmacher1-1/+1
2007-10-10r5136: fix typesStefan Metzmacher4-8/+8
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett1-2/+2
2007-10-10r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell2-1/+506
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell10-15/+15
2007-10-10r4958: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r4893: Move to using secrets.ldb for the Kerberos verify, instead ofAndrew Bartlett1-12/+33
2007-10-10r4890: Try to cope with mechanism mismatch in the client speaks first versionAndrew Bartlett1-7/+98
2007-10-10r4692: Make the client SPNEGO code bail out in a couple more cases.Andrew Bartlett1-1/+4
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett1-21/+22
2007-10-10r4650: - make more use of bitmap and enum'sStefan Metzmacher2-2/+4
2007-10-10r4641: Push a few more details into the schannel ldb, and into theAndrew Bartlett2-2/+9
2007-10-10r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett2-32/+34
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2-132/+83
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-3/+3
2007-10-10r4565: Make the order of the initialisation more sensible.Andrew Bartlett1-1/+1
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4531: Include the OID locally, as it seems to be hard to get the includesAndrew Bartlett1-1/+5
2007-10-10r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...Andrew Bartlett1-3/+23
2007-10-10r4504: SettingAndrew Bartlett6-9/+10
2007-10-10r4500: Allow GENSEC modules to be disabled by setting a flag on their moduleAndrew Bartlett4-3/+8
2007-10-10r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett1-3/+8
2007-10-10r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off byAndrew Bartlett1-7/+44
2007-10-10r4470: Try not to have GSSAPI built unless we detected krb5. We should splitAndrew Bartlett1-0/+2
2007-10-10r4460: Add a new GENSEC module: gensec_gssapiAndrew Bartlett3-6/+368
2007-10-10r4459: GENSEC refinements:Andrew Bartlett5-11/+212
2007-10-10r4446: attempt to fix the build - andrew, can you check I've done this right?Andrew Tridgell1-1/+1
2007-10-10r4441: gensec_krb5 update:Andrew Bartlett1-6/+21
2007-10-10r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...Andrew Tridgell1-1/+1
2007-10-10r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2-33/+16
2007-10-10r4357: Return a more sensible error code if a NULL (as opposed to the validAndrew Bartlett1-2/+3
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett10-211/+891
2007-10-10r4338: reuse netlogon structs in the krb5 PACStefan Metzmacher1-105/+19
2007-10-10r4326: fix memory leakStefan Metzmacher1-1/+1
2007-10-10r4325: add the GENSEC_FEATURE_DCE_STYLE flagStefan Metzmacher2-0/+2
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