Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-26 | s4: Fix a -Wunused-value warning | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 21:52:00 CEST 2012 on sn-devel-104 | |||||
2012-08-16 | s4:cldap_server: only return DS_SERVER_*TIMESERV if "ntp_signd" is used | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
2012-08-16 | s4:cldap_server: set DS_SERVER_SELECT_SECRET_DOMAIN_6 if we're a RODC | Stefan Metzmacher | 1 | -5/+9 | |
metze | |||||
2012-06-15 | lib/param: Create a seperate server role for "active directory domain ↵ | Andrew Bartlett | 1 | -1/+1 | |
controller" This will allow us to detect from the smb.conf if this is a Samba4 AD DC which will allow smarter handling of (for example) accidentially starting smbd rather than samba. To cope with upgrades from existing Samba4 installs, 'domain controller' is a synonym of 'active directory domain controller' and new parameters 'classic primary domain controller' and 'classic backup domain controller' are added. Andrew Bartlett | |||||
2012-01-04 | s4:cldap_server/netlogon.c: it is wrong to specify "\\" in front of the hostname | Stefan Metzmacher | 1 | -2/+6 | |
For LOGON_SAM_LOGON_RESPONSE_EX and LOGON_SAM_LOGON_USER_UNKNOWN_EX, pdc name is not in unc path form. [MS-ADTS] 7.3.1.* uses UnicodeLogonServer, which seems to be in unc form, while NetbiosComputerName is not in unc form. Bases on a patch from Matthias Dieter Wallnöfer <mdw@samba.org>. metze | |||||
2011-12-14 | s4-netlogon: Revert patch f02e4ebfafa6e5911e3fe744b1780527ab12c970 | Amitay Isaacs | 1 | -5/+0 | |
DS_DNS_CONTROLLER bit is set if DC's domain name is dns name. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Dec 14 07:31:05 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s4-cldap: Set DS_DNS_CONTROLLER bit if we are running RPC dnsserver | Amitay Isaacs | 1 | -0/+5 | |
Till we have internal DNS server which appears in services, use endpoint services to find out if we are running dns server. | |||||
2011-11-27 | s4:netlogon RPC server - DsRGetDcNameEx - set the DNS name flags correctly | Matthias Dieter Wallnöfer | 1 | -12/+0 | |
The rules are explained in MS-NRPC 2.2.1.2.1. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4:cldap_server/netlogon.c - DS_SERVER_CLOSEST handling | Matthias Dieter Wallnöfer | 1 | -2/+5 | |
DS_SERVER_CLOSEST is only set when the client and server site coincide. MS-NRPC 2.2.1.2.1 Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-10 | libcli/cldap: don't pass tevent_context to cldap_socket_init() | Stefan Metzmacher | 1 | -1/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 10 23:23:07 CEST 2011 on sn-devel-104 | |||||
2011-10-10 | libcli/cldap: pass tevent_context to cldap_set_incoming_handler() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-09-05 | s4-cldap: fixed cldap search based on dom_sid | Andrew Tridgell | 1 | -15/+4 | |
we were not filling in the sid pointer correctly for the ldb_search Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-26 | cli_cldap: Lowercase name. | Jelmer Vernooij | 1 | -1/+1 | |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -1/+1 | |
The two error tables need to be combined, but for now seperate the names. (As the common parts of the tree now use the _common function, errmap_unix.c must be included in the s3 autoconf build). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104 | |||||
2011-06-07 | s4-cldap: fixed the CLDAP response for IPv6 clients | Andrew Tridgell | 1 | -6/+8 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Jun 7 08:57:48 CEST 2011 on sn-devel-104 | |||||
2011-06-07 | s4-netlogon: force an IPv4 address | Andrew Tridgell | 1 | -1/+1 | |
this interface is currently V4 only, don't try and return a V6 address in a V4 structure | |||||
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 2 | -2/+2 | |
2011-06-06 | s4-ipv6: use iface_list_wildcard() to listen on IPv6 | Andrew Tridgell | 1 | -2/+7 | |
when we need to listen on a wildcard address, we now listen on a list of sockets, usually 0.0.0.0 and :: | |||||
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 2 | -7/+7 | |
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett | |||||
2011-03-19 | source4/: Fix prototypes for all functions in various subsystems. | Jelmer Vernooij | 1 | -0/+2 | |
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-24 | build: moved libds/common/flag_mapping.c into a common subsystem | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 3 | -6/+6 | |
thi ensures we are using the header corresponding to the version of ldb we're linking against. Otherwise we could use the system ldb for link and the in-tree one for include Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-15 | cldap: Build as shared module. | Jelmer Vernooij | 1 | -0/+1 | |
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -24/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | cldapd: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | samdb: Add flags argument to samdb_connect(). | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-15 | s4-netlogon: fixed logic for setting DS_SERVER_WRITABLE | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-cldap: don't set the writable bit when we are a RODC | Andrew Tridgell | 1 | -2/+6 | |
when we are a RODC, don't respond with the writable bit in the server type response of netlogon requests Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-13 | s4:cosmetic - the SID attribute is called objectSid - not objectSID | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2 | -15/+15 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-18 | s4:cldap_server/rootdse.c - simplify the code a bit | Matthias Dieter Wallnöfer | 1 | -13/+9 | |
Remove "NULL"-content variables and use "NULL"s directly as arguments. Add some linewraps where needed. | |||||
2010-06-18 | s4:cldap_server.c - here the counter variable should be "signed" | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-05-21 | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 3 | -2/+1 | |
It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -7/+3 | |
2010-04-27 | s4:cldap_server/netlogon.c - handle the domain SID correctly | Matthias Dieter Wallnöfer | 1 | -7/+21 | |
2010-04-27 | nbt: samlogon/netlogon structures - unify denominations | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-04-27 | s4:fill_netlogon_samlogon_response - reorder assign operations (to be ↵ | Matthias Dieter Wallnöfer | 1 | -5/+4 | |
consistent) | |||||
2010-04-27 | s4:fill_netlogon_samlogon_response - use "lp_workgroup" for the short ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
netbios domainname This call is only for the DC mode. | |||||
2010-04-28 | s4-netlogon: fixed getDcNameEx2 for blank inputs | Andrew Tridgell | 2 | -5/+23 | |
w2k8r2 returns the local DC information on no inputs for getDcNameEx2. This is needed for starting dsa.msc (ADUC) on Win7. CDLAP on the same call returns an error. This uses a parameter fill_on_blank_request to distinguish the two cases. | |||||
2010-04-27 | s4:cldap_server: allow src_address = NULL in fill_netlogon_samlogon_response() | Stefan Metzmacher | 1 | -2/+10 | |
If we don't have the client address, we assume it's a local call, maybe ncalrpc. metze | |||||
2010-04-27 | s4:CLDAP server - make use of the new "samdb_client_site_name" call | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-22 | s4-cldap: we should set the w2k8 flags even if not the PDC emulator | Andrew Tridgell | 1 | -3/+4 | |
these two tests are independent Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | s4:"samdb_server_site_name" uses - proof for out of memory | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
2010-04-13 | s4:fill_netlogon_samlogon_reponse - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-04-13 | s4:dcesrv_netr_DsRGetDCNameEx2 - provide a much better implementation | Matthias Dieter Wallnöfer | 1 | -0/+14 | |
On the base of the "fill_netlogon_samlogon_response" call. This removes duplicated code. | |||||
2010-04-13 | s4:fill_netlogon_samlogon_response - some rework of the detection code | Matthias Dieter Wallnöfer | 1 | -16/+26 | |
To make it compatible by the use of the "dcesrv_netr_DsRGetDCName*" calls. Some result checks were redundant so I removed them. In other cases I added debug outputs. Sometimes the debug messages were misleading. |