summaryrefslogtreecommitdiffstats
path: root/source4/cldap_server/cldap_server.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell2011-06-061-2/+7
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-4/+4
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* s4:cldap_server.c - here the counter variable should be "signed"Matthias Dieter Wallnöfer2010-06-181-2/+1
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-211-1/+0
* s4:cldap_server - make it "signed-safe"Matthias Dieter Wallnöfer2010-02-251-1/+1
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-6/+8
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-191-36/+60
* we need to listen on all interfaces in the CLDAP server as the windowsAndrew Tridgell2008-10-021-8/+9
* Rework samdb handling for 'netlogon' packets.Andrew Bartlett2008-06-301-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-10/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-5/+11
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-3/+3
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+1
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-1/+1
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-211-8/+9
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-2/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25938: We don't need the CLDAP server unless we are a DC.Andrew Bartlett2007-12-211-0/+12
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19736: handle rootdse call via CLDAPStefan Metzmacher2007-10-101-6/+32
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+2
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-1/+3
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-5/+15
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-101-0/+3
* r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell2007-10-101-3/+3
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-2/+3
* r7220: Fix commentAndrew Bartlett2007-10-101-1/+1
* r6876: - fixed a memory leak in the cldap serverAndrew Tridgell2007-10-101-0/+1
* r6747: first working version of cldapd server. It is missing 'sites' support,...Andrew Tridgell2007-10-101-5/+15
* r6725: the beginnings of a cldap serverAndrew Tridgell2007-10-101-0/+148