index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
credentials
Commit message (
Expand
)
Author
Age
Files
Lines
*
r19832: better prototypes for the linearization functions:
Simo Sorce
2007-10-10
1
-1
/
+1
*
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
2007-10-10
1
-1
/
+1
*
r19676: Fix some more dependencies.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19670: Reduce the number of unresolved symbols when building with shared lib...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
2007-10-10
1
-3
/
+1
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
6
-6
/
+55
*
r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2007-10-10
1
-10
/
+10
*
r16218: If a connection is forced as 'anonymous', don't treat it as
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r15853: started the process of removing the warnings now that
Andrew Tridgell
2007-10-10
1
-8
/
+6
*
r15702: Fix typo
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15498: Initialise the callback_running field, and get the flag set/clear the
Andrew Bartlett
2007-10-10
1
-4
/
+5
*
r15422: Fix issues with functions being called recursively in the credentials
Jelmer Vernooij
2007-10-10
2
-6
/
+27
*
r15421: Correct function comments.
Andrew Bartlett
2007-10-10
1
-4
/
+3
*
r15420: Add a new function to print a the 'unparsed' string format for userna...
Andrew Bartlett
2007-10-10
1
-3
/
+37
*
r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3
Andrew Bartlett
2007-10-10
1
-1
/
+3
*
r15414: Support retrying different username/password combinations
Jelmer Vernooij
2007-10-10
2
-1
/
+26
*
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14977: more IBM checker fixes
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r14837: fixed build error
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14701: Allow, with non-default options, NTLMSSP to access the LM session key,
Andrew Bartlett
2007-10-10
1
-1
/
+10
*
r14484: Install more headers
Jelmer Vernooij
2007-10-10
2
-1
/
+4
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
3
-3
/
+3
*
r14380: Reduce the size of structs.h
Jelmer Vernooij
2007-10-10
2
-3
/
+2
*
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
2007-10-10
3
-0
/
+6
*
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
3
-0
/
+3
*
r13206: This patch finally re-adds a -k option that works reasonably.
Andrew Bartlett
2007-10-10
5
-87
/
+30
*
r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our
Andrew Bartlett
2007-10-10
2
-19
/
+24
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
2
-2
/
+0
*
r12592: Remove some useless dependencies
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
3
-0
/
+4
*
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12411: Add 'net samdump keytab <keytab>'.
Andrew Bartlett
2007-10-10
2
-22
/
+9
*
r12310: Link simple bind support in our internal LDAP libs to LDB and the
Andrew Bartlett
2007-10-10
2
-0
/
+25
*
r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb
Andrew Bartlett
2007-10-10
2
-6
/
+37
*
r12179: Allow our KDC to use LDAP to get to the backend database.
Andrew Bartlett
2007-10-10
1
-1
/
+46
*
r12065: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r12061: Add missing file to previous commit. This provides a hook on which to
Andrew Bartlett
2007-10-10
1
-0
/
+31
*
r12060: Work towards allowing the credentials system to allow/deny certain
Andrew Bartlett
2007-10-10
3
-3
/
+8
*
r11995: A big kerberos-related update.
Andrew Bartlett
2007-10-10
4
-22
/
+314
*
r11452: Update Heimdal to current lorikeet, including removing the ccache side
Andrew Bartlett
2007-10-10
3
-3
/
+113
*
r11440: Actually check the right thing for 'is this a machine account' (thank...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r11401: A simple hack to have our central credentials system deny sending LM
Andrew Bartlett
2007-10-10
4
-0
/
+19
*
r11358: Ensure domains are always upper-case as well. Helps NTLMv2.
Andrew Bartlett
2007-10-10
1
-1
/
+4
*
r11313: Typo
Andrew Bartlett
2007-10-10
1
-1
/
+1
[next]