summaryrefslogtreecommitdiffstats
path: root/source/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2006-04-271-1/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-1/+1
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2006-03-254-1/+385
* r14484: Install more headersJelmer Vernooij2006-03-161-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-161-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-142-2/+26
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2006-03-141-0/+1
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2006-03-092-1/+2
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2006-03-071-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-072-0/+2
* r13466: Make it easier to understand what this function actually does.Andrew Bartlett2006-02-121-5/+5
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2006-01-031-0/+1
* r12670: Make a couple of dependencies stricterJelmer Vernooij2006-01-021-1/+1
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2005-12-261-1/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-261-1/+1
* r11244: Relative path names in .mk filesJelmer Vernooij2005-10-211-3/+3
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2005-10-201-0/+0
* r11198: The recent changes to netlogon changed this from a RID to a SID.Andrew Bartlett2005-10-201-1/+1
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2005-10-141-3/+0
* r11037: Stefan Metzmacher2005-10-141-0/+3
* r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and useAndrew Bartlett2005-10-091-4/+18
* r10845: Add new function to decrypt the session keys in samlogon responses.Andrew Bartlett2005-10-091-0/+44
* r10712: Use data_blob_talloc, thanks to valgrind for finding the errors.Andrew Bartlett2005-10-041-5/+5
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2005-09-241-3/+0
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now, Jelmer Vernooij2005-09-201-0/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2005-07-171-1/+1
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2005-06-191-13/+22
* r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher2005-06-181-1/+1
* r6851: Typo in comment.Tim Potter2005-05-171-1/+1
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2005-04-251-1/+1
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2005-03-2924-9464/+0
* r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett2005-03-283-31/+53
* r6030: Missing from previous commit, a small header file to linkAndrew Bartlett2005-03-241-0/+35
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2005-03-2412-308/+361
* r6027: Add copyright, and add a useful debug message.Andrew Bartlett2005-03-241-2/+3
* r6026: Update the kerberos keytab code to match Samba3 again.Andrew Bartlett2005-03-241-80/+122
* r6025: Remove unused variables. This code will be modified again for the newAndrew Bartlett2005-03-241-6/+2
* r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel codeAndrew Bartlett2005-03-232-1/+1
* r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2005-03-231-2/+2
* r5940: fix schannel against w2k, it skips the confounder in the signature (24...Stefan Metzmacher2005-03-221-1/+2
* r5928: Use cli_credentials in: Jelmer Vernooij2005-03-211-59/+4
* r5902: A rather large change...Andrew Bartlett2005-03-199-25/+60
* r5877: It is not an error to have a zero-length secret, after decryption.Andrew Bartlett2005-03-181-3/+5
* r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett2005-03-061-0/+8
* r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett2005-03-063-0/+236
* r5601: add a gsskrb5 backend that uses lorikeet-heimdal's new gssapi withStefan Metzmacher2005-03-013-0/+598
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2005-02-171-46/+46
* r5330: Remove #include <sys/time.h> from includes.h. Andrew Bartlett2005-02-113-0/+3
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2005-02-116-7/+0
* r5309: removed ads.h from includes.hAndrew Tridgell2005-02-101-1/+2