index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
cldap_server
/
netlogon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r26681: Use fewer magic numbers.
Andrew Bartlett
2008-01-06
1
-2
/
+2
*
r26680: Don't always advertise GC functionality.
Andrew Bartlett
2008-01-06
1
-1
/
+4
*
r26649: Only claim to be a PDC if we are a PDC.
Andrew Bartlett
2008-01-03
1
-1
/
+5
*
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
2007-12-21
1
-1
/
+3
*
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26319: Split encoding functions out of libcli_ldap.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26271: Remove some more uses of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26222: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
2007-12-21
1
-9
/
+10
*
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25939: Rework the CLDAP server not to use gendb_search but to call ldb_search
Andrew Bartlett
2007-12-21
1
-28
/
+65
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-9
/
+11
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19832: better prototypes for the linearization functions:
Simo Sorce
2007-10-10
1
-4
/
+4
*
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
2007-10-10
1
-2
/
+2
*
r19736: handle rootdse call via CLDAP
Stefan Metzmacher
2007-10-10
1
-8
/
+0
*
r19699: - use better names for the site strings
Stefan Metzmacher
2007-10-10
1
-8
/
+8
*
r17824: add a wrapper for the common partitions_basedn calculation
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r17823: get rid of most of the samdb_base_dn() calls, as they are no longer
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17609: Kill one more use of the fake dnsDomain attribute.
Andrew Bartlett
2007-10-10
1
-4
/
+5
*
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r16232: Avoid searching on domainDns, as it is not an AD attribute in the
Andrew Bartlett
2007-10-10
1
-17
/
+50
*
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14439: fix warnings
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
2007-10-10
1
-4
/
+4
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r10810: This adds the hooks required to communicate the current user from the
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
2007-10-10
1
-2
/
+3
*
r9011: Remove more references to "name" as a netbios name, using the
Andrew Bartlett
2007-10-10
1
-7
/
+18
*
r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8585: add to ldb and ldap comparison functionality
Simo Sorce
2007-10-10
1
-21
/
+21
*
r8368: the type filed depends on the user being present or not
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r8223: fix the values of nt_version and type we reply in the server code,
Stefan Metzmacher
2007-10-10
1
-40
/
+37
*
r8211: fix some cldap replies
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r7731: change debug level to not spam the build-farm smbd log
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
2007-10-10
1
-7
/
+1
*
r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r7378: Lowercase netbios name when forming the DNS name of the DC in the
Andrew Bartlett
2007-10-10
1
-4
/
+6
*
r6904: use "krb5:kdc=yes" in your smb.conf when you have the lorikeet-heimdal...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r6876: - fixed a memory leak in the cldap server
Andrew Tridgell
2007-10-10
1
-10
/
+12
*
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
2007-10-10
1
-9
/
+21
*
r6815: fill in values in cldap server as well
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r6762: with the zone right we don't need a fully qualified site name at all
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r6761: - not everyone is in my domain :-)
Andrew Tridgell
2007-10-10
1
-1
/
+19
*
r6750: some minor tweaks to the cldapd server
Andrew Tridgell
2007-10-10
1
-6
/
+20
*
r6747: first working version of cldapd server. It is missing 'sites' support,...
Andrew Tridgell
2007-10-10
1
-0
/
+233