summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2008-01-03r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij1-2/+3
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij1-1/+2
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-6/+7
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-6/+6
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij3-39/+39
2007-10-10r23816: A little more static, but leave the dead code testjoin.c as documenta...Andrew Bartlett1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell6-18/+12
2007-10-10r21072: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r19676: Fix some more dependencies.Jelmer Vernooij1-2/+2
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+1
2007-10-10r19464: Reject passwords that cannot be converted into UCS2.Andrew Bartlett1-2/+8
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell1-3/+8
2007-10-10r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bugAndrew Tridgell1-0/+6
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-1/+1
2007-10-10r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+0
2007-10-10r16569: - use push_string()Stefan Metzmacher1-3/+3
2007-10-10r15834: fixed a memory leak in the session codeAndrew Tridgell1-1/+1
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14724: Rearrange some source files, install more headers.Jelmer Vernooij4-1/+385
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij2-2/+26
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2-1/+2
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-1/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-0/+2
2007-10-10r13466: Make it easier to understand what this function actually does.Andrew Bartlett1-5/+5
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12670: Make a couple of dependencies stricterJelmer Vernooij1-1/+1
2007-10-10r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij1-1/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-1/+1
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-3/+3
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-0/+0
2007-10-10r11198: The recent changes to netlogon changed this from a RID to a SID.Andrew Bartlett1-1/+1
2007-10-10r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher1-3/+0
2007-10-10r11037:Stefan Metzmacher1-0/+3
2007-10-10r10847: Fix up new 'decrypt samlogon reply' routine to be more robust, and useAndrew Bartlett1-4/+18
2007-10-10r10845: Add new function to decrypt the session keys in samlogon responses.Andrew Bartlett1-0/+44
2007-10-10r10712: Use data_blob_talloc, thanks to valgrind for finding the errors.Andrew Bartlett1-5/+5
2007-10-10r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij1-3/+0
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett1-13/+22
2007-10-10r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher1-1/+1
2007-10-10r6851: Typo in comment.Tim Potter1-1/+1
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett1-1/+1
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett24-9464/+0
2007-10-10r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixesAndrew Bartlett3-31/+53