Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22387: see if this fixes the build on the aix1 hosts | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22187: Test kerberos logins in the smbclient blackbox tests, including with a | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r22115: I don't like the DOMAIN environment variable. It really isn't a good | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r21736: Fix the smbclient test to do something more interesting with the last | Andrew Bartlett | 3 | -4/+5 |
2007-10-10 | r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. Add | James Peach | 1 | -0/+15 |
2007-10-10 | r21451: if kerberos is requested ( -k yes ), we should use authentificated co... | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r21362: rename: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21314: add more usefull debug output | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r21142: fix compiler warnings | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r21135: Instead of having hooks to update keytabs as an explicit thing, update | Andrew Bartlett | 2 | -75/+18 |
2007-10-10 | r20135: attach default gensec features to the cli_credentials structure, | Stefan Metzmacher | 2 | -0/+14 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19676: Fix some more dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19670: Reduce the number of unresolved symbols when building with shared lib... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 6 | -6/+55 |
2007-10-10 | r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -10/+10 |
2007-10-10 | r16218: If a connection is forced as 'anonymous', don't treat it as | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r15853: started the process of removing the warnings now that | Andrew Tridgell | 1 | -8/+6 |
2007-10-10 | r15702: Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15498: Initialise the callback_running field, and get the flag set/clear the | Andrew Bartlett | 1 | -4/+5 |
2007-10-10 | r15422: Fix issues with functions being called recursively in the credentials | Jelmer Vernooij | 2 | -6/+27 |
2007-10-10 | r15421: Correct function comments. | Andrew Bartlett | 1 | -4/+3 |
2007-10-10 | r15420: Add a new function to print a the 'unparsed' string format for userna... | Andrew Bartlett | 1 | -3/+37 |
2007-10-10 | r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3 | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r15414: Support retrying different username/password combinations | Jelmer Vernooij | 2 | -1/+26 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14977: more IBM checker fixes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14837: fixed build error | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14701: Allow, with non-default options, NTLMSSP to access the LM session key, | Andrew Bartlett | 1 | -1/+10 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 2 | -1/+4 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 3 | -3/+3 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 2 | -3/+2 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 3 | -0/+6 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 5 | -87/+30 |
2007-10-10 | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 2 | -19/+24 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 2 | -2/+0 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 3 | -0/+4 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12411: Add 'net samdump keytab <keytab>'. | Andrew Bartlett | 2 | -22/+9 |
2007-10-10 | r12310: Link simple bind support in our internal LDAP libs to LDB and the | Andrew Bartlett | 2 | -0/+25 |