summaryrefslogtreecommitdiff
path: root/source4/cldap_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16232: Avoid searching on domainDns, as it is not an AD attribute in theAndrew Bartlett1-17/+50
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-1/+3
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14567: Make some more functions public.Jelmer Vernooij1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14439: fix warningsStefan Metzmacher1-4/+4
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+2
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij2-0/+3
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-1/+6
2007-10-10r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij1-1/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2-9/+19
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+2
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-3/+2
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-2/+2
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-2/+0
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-1/+1
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-1/+0
2007-10-10r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij1-0/+3
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-2/+3
2007-10-10r9011: Remove more references to "name" as a netbios name, using theAndrew Bartlett1-7/+18
2007-10-10r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell1-1/+1
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce1-21/+21
2007-10-10r8368: the type filed depends on the user being present or notStefan Metzmacher1-1/+5
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell1-0/+3
2007-10-10r8223: fix the values of nt_version and type we reply in the server code,Stefan Metzmacher1-40/+37
2007-10-10r8211: fix some cldap repliesStefan Metzmacher1-3/+3
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-3/+3
2007-10-10r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher1-1/+1
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2-9/+4
2007-10-10r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and useAndrew Tridgell1-5/+5
2007-10-10r7378: Lowercase netbios name when forming the DNS name of the DC in theAndrew Bartlett1-4/+6
2007-10-10r7220: Fix commentAndrew Bartlett1-1/+1
2007-10-10r6904: use "krb5:kdc=yes" in your smb.conf when you have the lorikeet-heimdal...Stefan Metzmacher1-1/+1
2007-10-10r6876: - fixed a memory leak in the cldap serverAndrew Tridgell3-11/+14
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell1-9/+21
2007-10-10r6815: fill in values in cldap server as wellAndrew Tridgell1-2/+2
2007-10-10r6762: with the zone right we don't need a fully qualified site name at allAndrew Tridgell1-2/+1
2007-10-10r6761: - not everyone is in my domain :-)Andrew Tridgell1-1/+19
2007-10-10r6750: some minor tweaks to the cldapd serverAndrew Tridgell1-6/+20
2007-10-10r6747: first working version of cldapd server. It is missing 'sites' support,...Andrew Tridgell4-5/+251
2007-10-10r6725: the beginnings of a cldap serverAndrew Tridgell3-0/+189