index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
kdc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22762: Some ldb_map changes:
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r22403: this dependencies should be private
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21441: create a union for the PrimaryKerberosBlob content
Stefan Metzmacher
1
-13
/
+23
2007-10-10
r21434: - get rid of "krb5Key"
Stefan Metzmacher
1
-49
/
+132
2007-10-10
r21390: move fetching the key version number into the function
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21363: fallback to fetch the KEYTYPE_ARCFOUR out of the "unicodePwd" attribute
Stefan Metzmacher
1
-38
/
+86
2007-10-10
r21330: move fetching of krb5 keys into its own function
Stefan Metzmacher
1
-47
/
+66
2007-10-10
r20988: Call out to Heimdal's krb5.conf processing to configure many aspects
Andrew Bartlett
1
-22
/
+19
2007-10-10
r20661: the golden rule: "make things private if possible!"
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20639: Commit part 1 of 2.
Andrew Bartlett
6
-265
/
+153
2007-10-10
r20406: Metze's change in -r 19662 broke Kerberos logins from Win2k3.
Andrew Bartlett
1
-0
/
+25
2007-10-10
r20152: Commit missing files from last night's commit. We no longer maintain
Andrew Bartlett
1
-2
/
+1
2007-10-10
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
1
-12
/
+6
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
2
-3
/
+3
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-10
/
+14
2007-10-10
r19664: fix compiler warnings...
Stefan Metzmacher
2
-19
/
+19
2007-10-10
r19662: windows 2003 kdc's only rewrite the realm to the full form,
Stefan Metzmacher
1
-27
/
+1
2007-10-10
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
5
-12
/
+26
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2
-0
/
+5
2007-10-10
r19299: Fix possible memleaks
Simo Sorce
1
-4
/
+1
2007-10-10
r18827: I forgot to commit this:
Andrew Bartlett
1
-1
/
+2
2007-10-10
r18636: Excessive testing with pam_winbind within Samba3 revealed a new samr
Günther Deschner
1
-0
/
+3
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
4
-4
/
+4
2007-10-10
r17824: add a wrapper for the common partitions_basedn calculation
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2
-10
/
+10
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r16964: Remove extra debugs no longer required in a working KDC
Andrew Bartlett
1
-26
/
+21
2007-10-10
r16237: Use an appropriate basedn for these searches, so they occour into the
Andrew Bartlett
1
-2
/
+4
2007-10-10
r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...
Andrew Bartlett
1
-4
/
+1
2007-10-10
r15883: Make sure timegm() prototype is available (on systems where we've had to
Jim McDonough
1
-0
/
+1
2007-10-10
r15853: started the process of removing the warnings now that
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15830: fixed two kdc memory leaks
Andrew Tridgell
2
-14
/
+8
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15497: I'm not really sure this is correct in terms of how we should be resp...
Andrew Bartlett
1
-0
/
+4
2007-10-10
r15481: Update heimdal/ to match current lorikeet-heimdal.
Andrew Bartlett
1
-161
/
+199
2007-10-10
r15480: Patch from lha, to ensure we don't leave a free()'ed element in the
Andrew Bartlett
1
-3
/
+1
2007-10-10
r15379: Fix shared library build's unresolved dependencies
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r15338: Fix build of most things with shared libs enabled.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
1
-1
/
+3
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
r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15223: Move heimdal's -I parameters from the global list of includes to
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r14856: fix bugs noticed by the ibm code checker
Stefan Metzmacher
1
-8
/
+10
2007-10-10
r14571: More improvements on shared library support in Samba. Only ldb is lef...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14567: Make some more functions public.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
1
-0
/
+1
[next]