summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-3/+3
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-0/+0
* r11198: The recent changes to netlogon changed this from a RID to a SID.Andrew Bartlett2007-10-101-1/+1
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-3/+0
* r11037:Stefan Metzmacher2007-10-101-0/+3
* r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and useAndrew Bartlett2007-10-101-4/+18
* r10845: Add new function to decrypt the session keys in samlogon responses.Andrew Bartlett2007-10-101-0/+44
* r10712: Use data_blob_talloc, thanks to valgrind for finding the errors.Andrew Bartlett2007-10-101-5/+5
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-3/+0
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-101-13/+22
* r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher2007-10-101-1/+1
* r6851: Typo in comment.Tim Potter2007-10-101-1/+1
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-101-1/+1
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-1024-9464/+0
* r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett2007-10-103-31/+53
* r6030: Missing from previous commit, a small header file to linkAndrew Bartlett2007-10-101-0/+35
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-1012-308/+361
* r6027: Add copyright, and add a useful debug message.Andrew Bartlett2007-10-101-2/+3
* r6026: Update the kerberos keytab code to match Samba3 again.Andrew Bartlett2007-10-101-80/+122
* r6025: Remove unused variables. This code will be modified again for the newAndrew Bartlett2007-10-101-6/+2
* r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel codeAndrew Bartlett2007-10-102-1/+1
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2007-10-101-2/+2
* 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