summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
...
* r5940: fix schannel against w2k, it skips the confounder in the signature (24...Stefan Metzmacher2007-10-101-1/+2
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-59/+4
* r5902: A rather large change...Andrew Bartlett2007-10-109-25/+60
* r5877: It is not an error to have a zero-length secret, after decryption.Andrew Bartlett2007-10-101-3/+5
* r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett2007-10-101-0/+8
* r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett2007-10-103-0/+236
* r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi withStefan Metzmacher2007-10-103-0/+598
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-46/+46
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-103-0/+3
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-106-7/+0
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-101-1/+2
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-104-4/+6
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-105-3/+6
* r5199: fix some minor configure bugsStefan Metzmacher2007-10-101-1/+1
* r5136: fix typesStefan Metzmacher2007-10-104-8/+8
* r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2007-10-101-2/+2
* 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