summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
...
* r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell2007-10-102-1/+506
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-1010-15/+15
* r4958: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r4893: Move to using secrets.ldb for the Kerberos verify, instead ofAndrew Bartlett2007-10-101-12/+33
* r4890: Try to cope with mechanism mismatch in the client speaks first versionAndrew Bartlett2007-10-101-7/+98
* r4692: Make the client SPNEGO code bail out in a couple more cases.Andrew Bartlett2007-10-101-1/+4
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-101-21/+22
* r4650: - make more use of bitmap and enum'sStefan Metzmacher2007-10-102-2/+4
* r4641: Push a few more details into the schannel ldb, and into theAndrew Bartlett2007-10-102-2/+9
* r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett2007-10-102-32/+34
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-102-132/+83
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-3/+3
* r4565: Make the order of the initialisation more sensible.Andrew Bartlett2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4531: Include the OID locally, as it seems to be hard to get the includesAndrew Bartlett2007-10-101-1/+5
* r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...Andrew Bartlett2007-10-101-3/+23
* r4504: SettingAndrew Bartlett2007-10-106-9/+10
* r4500: Allow GENSEC modules to be disabled by setting a flag on their moduleAndrew Bartlett2007-10-104-3/+8
* r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett2007-10-101-3/+8
* r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off byAndrew Bartlett2007-10-101-7/+44
* r4470: Try not to have GSSAPI built unless we detected krb5. We should splitAndrew Bartlett2007-10-101-0/+2
* r4460: Add a new GENSEC module: gensec_gssapiAndrew Bartlett2007-10-103-6/+368
* r4459: GENSEC refinements:Andrew Bartlett2007-10-105-11/+212
* r4446: attempt to fix the build - andrew, can you check I've done this right?Andrew Tridgell2007-10-101-1/+1
* r4441: gensec_krb5 update:Andrew Bartlett2007-10-101-6/+21
* r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...Andrew Tridgell2007-10-101-1/+1
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-102-33/+16
* r4357: Return a more sensible error code if a NULL (as opposed to the validAndrew Bartlett2007-10-101-2/+3
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-1010-211/+891
* r4338: reuse netlogon structs in the krb5 PACStefan Metzmacher2007-10-101-105/+19
* r4326: fix memory leakStefan Metzmacher2007-10-101-1/+1
* r4325: add the GENSEC_FEATURE_DCE_STYLE flagStefan Metzmacher2007-10-102-0/+2
* r4151: added privilege attribute handling on samdb.Andrew Tridgell2007-10-101-0/+7
* r4147: converted from NT_USER_TOKEN to struct security_tokenAndrew Tridgell2007-10-101-13/+16
* r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher2007-10-103-24/+41
* r4077: don't add wrapping to empty blobsStefan Metzmacher2007-10-101-1/+5
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-107-14/+26
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-102-3/+3
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-1/+3
* r4045: readd krb5 support defaulted to disableStefan Metzmacher2007-10-106-5/+17
* r4044: only send supportedMech when we also send other dataStefan Metzmacher2007-10-101-5/+8
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-0/+2
* r4001: fix segfault fix auth failedStefan Metzmacher2007-10-101-0/+3
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2007-10-101-1/+1
* r3971: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3967: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3960: fix compiler warningsStefan Metzmacher2007-10-101-4/+4
* r3959: fix compiler warningsStefan Metzmacher2007-10-102-8/+8
* r3906: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSAAndrew Bartlett2007-10-101-0/+77