summaryrefslogtreecommitdiffstats
path: root/source4/cldap_server
Commit message (Expand)AuthorAgeFilesLines
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* s4-cldap: fixed the CLDAP response for IPv6 clientsAndrew Tridgell2011-06-071-6/+8
* s4-netlogon: force an IPv4 addressAndrew Tridgell2011-06-071-1/+1
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-062-2/+2
* 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-082-7/+7
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-103-6/+6
* cldap: Build as shared module.Jelmer Vernooij2010-11-151-0/+1
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-24/+0
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBNETIF to libnetif.Jelmer Vernooij2010-10-231-1/+1
* cldapd: Add missing dependency on ldbsamba.Jelmer Vernooij2010-10-101-1/+1
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* s4-netlogon: fixed logic for setting DS_SERVER_WRITABLEAndrew Tridgell2010-09-151-1/+1
* s4-cldap: don't set the writable bit when we are a RODCAndrew Tridgell2010-09-151-2/+6
* s4:cosmetic - the SID attribute is called objectSid - not objectSIDMatthias Dieter Wallnöfer2010-09-131-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-162-15/+15
* s4:cldap_server/rootdse.c - simplify the code a bitMatthias Dieter Wallnöfer2010-06-181-13/+9
* 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-213-2/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-7/+3
* s4:cldap_server/netlogon.c - handle the domain SID correctlyMatthias Dieter Wallnöfer2010-04-271-7/+21
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-271-3/+3
* s4:fill_netlogon_samlogon_response - reorder assign operations (to be consist...Matthias Dieter Wallnöfer2010-04-271-5/+4
* s4:fill_netlogon_samlogon_response - use "lp_workgroup" for the short netbios...Matthias Dieter Wallnöfer2010-04-271-1/+1
* s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell2010-04-282-5/+23
* s4:cldap_server: allow src_address = NULL in fill_netlogon_samlogon_response()Stefan Metzmacher2010-04-271-2/+10
* s4:CLDAP server - make use of the new "samdb_client_site_name" callMatthias Dieter Wallnöfer2010-04-271-2/+3
* s4-cldap: we should set the w2k8 flags even if not the PDC emulatorAndrew Tridgell2010-04-221-3/+4
* s4:"samdb_server_site_name" uses - proof for out of memoryMatthias Dieter Wallnöfer2010-04-131-1/+3
* s4:fill_netlogon_samlogon_reponse - fix a typoMatthias Dieter Wallnöfer2010-04-131-1/+1
* s4:dcesrv_netr_DsRGetDCNameEx2 - provide a much better implementationMatthias Dieter Wallnöfer2010-04-131-0/+14
* s4:fill_netlogon_samlogon_response - some rework of the detection codeMatthias Dieter Wallnöfer2010-04-131-16/+26
* s4:CLDAP - "fill_netlogon_samlogon_reponse" - check for out of memoryMatthias Dieter Wallnöfer2010-04-131-1/+4
* s4:use "samdb_forest_name" for the forest DNS domainname lookupMatthias Dieter Wallnöfer2010-04-131-2/+4
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-1/+1
* s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functionsMatthias Dieter Wallnöfer2010-04-121-1/+1
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+18
* s4:cldap_server - make it "signed-safe"Matthias Dieter Wallnöfer2010-02-252-2/+2
* s4-server: use GUID_to_ndr_blob() in cldap and smb serversAndrew Tridgell2009-12-101-5/+3
* s4-dsdb: added dsdb_functional_level() helper functionAndrew Tridgell2009-12-091-3/+1
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4:sites - get the server site (name) from DSDBMatthias Dieter Wallnöfer2009-10-181-2/+2
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-7/+5