Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-09 | ldb:ldb_msg.c - move away from "errno" | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
Reviewed-by: Tridge | |||||
2011-06-09 | samba-tool: added --local option to drs replicate command | Andrew Tridgell | 1 | -1/+39 | |
this allows replication directly to the local SAM, which means it can run without the samba daemon running. It also bypasses all usnChanged checks, which is useful for forcing replication of a set of objects which are not marked as replication being needed Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Jun 9 08:15:10 CEST 2011 on sn-devel-104 | |||||
2011-06-09 | s4-ipv6: don't default to 127.0.0.1 in provision | Andrew Tridgell | 1 | -5/+8 | |
it is better to just leave the IPv4 address out of the zone file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-08 | s4-ipv6: fill in pdc_ip in DsRGetDCNameEx2 | Andrew Tridgell | 1 | -3/+12 | |
this may be different from the CLDAP response, as it can be IPv6 Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jun 8 06:07:29 CEST 2011 on sn-devel-104 | |||||
2011-06-08 | s4-wins: ensure we only use IPv4 for WINS owner | Andrew Tridgell | 2 | -2/+2 | |
2011-06-08 | s4-interface: raise the debug level for interface discovery | Andrew Tridgell | 1 | -3/+3 | |
2011-06-08 | s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handler | Andrew Bartlett | 1 | -0/+59 | |
This allows us to print much more debugging in this critical situation. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Jun 8 04:19:58 CEST 2011 on sn-devel-104 | |||||
2011-06-08 | s4-credentials Don't use expired Kerberos or GSSAPI credentials | Andrew Bartlett | 1 | -4/+57 | |
In a long-lived credentials cache situation, we may need to refetch the ticket after (say) 10 hours. This code should help that happen, by checking the lifetime before returning any credentials cache or GSSAPI credentials. Andrew Bartlett | |||||
2011-06-08 | s4-credentials Allow use of file-based credentials caches for debugging. | Andrew Bartlett | 1 | -3/+9 | |
This means that we will leave a slew of file based credentials caches in /tmp, which should give some clues to the administrator or developer via klist as to what has gone wrong. Andrew Bartlett | |||||
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-ipv6: fixed a crash in the IPv6 DNS code | Andrew Tridgell | 1 | -1/+1 | |
2011-06-07 | s4-dns: fixed samba_tool -> samba-tool | Andrew Tridgell | 1 | -1/+1 | |
2011-06-07 | s4-build: install a build link bin/provision | Andrew Tridgell | 1 | -0/+2 | |
2011-06-07 | selftest: Fix 'make quicktest' on systems without LDAP development support | Andrew Bartlett | 1 | -6/+17 | |
This should ensure that we don't run the Samba3/Samba4 integration tests on machines without ADS support. (Some samba3 tests in the full 'make test' may still fail however) Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 7 07:17:32 CEST 2011 on sn-devel-104 | |||||
2011-06-07 | s4-provision: fixed detection of V4/V6 addresses | Andrew Tridgell | 1 | -2/+29 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Jun 7 06:07:24 CEST 2011 on sn-devel-104 | |||||
2011-06-07 | s4-ipv6: fixed iface_list_same_net() for IPv6 | Andrew Tridgell | 1 | -3/+15 | |
2011-06-07 | s4-ipv6: fixed DNS handling with new IPv6 code | Andrew Tridgell | 1 | -1/+16 | |
2011-06-07 | s4-dsdb: cope with missing backlinks in rpmd handling | Andrew Tridgell | 1 | -1/+10 | |
if backlinks have not propogated correctly in a previous replication this allows us to recover | |||||
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-07 | s4-ipv6: fix iface_list_best_ip() for IPv6 | Andrew Tridgell | 1 | -1/+23 | |
return an interface with the same address family as the target | |||||
2011-06-07 | s4-auth Move default auth methods back into auth.c | Andrew Bartlett | 2 | -7/+6 | |
This changes auth_methods_from_lp to no longer use the parametric options, and to cope with ROLE_DOMAIN_BDC and ROLE_DOMAIN_PDC. This will assist in calling the source4 auth subsystem with a source3 derived lp_ctx. Andrew Bartlett | |||||
2011-06-06 | s4/server: simplify and replace bad portable gettimeofday by time | Björn Jacke | 1 | -15/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Mon Jun 6 12:58:26 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s3-s4-param: Add hooks for parametric options in the s3/s4 glue layer | Andrew Bartlett | 2 | -0/+6 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jun 6 10:48:53 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 29 | -36/+36 | |
Now that we don't allow the smb.conf to change the modules dir, many functions that simply load modules or initialise a subsytem that may load modules no longer need an lp_ctx. Andrew Bartlett | |||||
2011-06-06 | s4-param Remove 'modules dir' | Andrew Bartlett | 3 | -6/+10 | |
The Samba waf build ensures that dyn_MODULESDIR is always correct (even for in-tree binaries), so we don't need to allow the user to configure this at run time. Andrew Bartlett | |||||
2011-06-06 | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 5 | -22/+5 | |
This brings these helpful utility functions in common, as they are not based on either loadparm system. (The 'modules dir' parameter from Samba4 will shortly be removed, so there is no loss in functionality) Andrew Bartlett | |||||
2011-06-06 | s4-param Add hook between Samba3 and Samba4 loadparm systems. | Andrew Bartlett | 4 | -12/+256 | |
In the top level build, this allows calls to code that requires a lpcfg_ style loadparm_context, while using the global parameters loaded from the source3 loadparm code. Andrew Bartlett | |||||
2011-06-06 | s4-param make lpcfg_sam_name() cope with PDC and BDC roles | Andrew Bartlett | 1 | -1/+2 | |
These roles (ROLE_DOMAIN_CONTROLLER is ROLE_DOMAIN_BDC) will come in from the s3 loadparm. Andrew Bartlett | |||||
2011-06-06 | s4-param Remove 'sid generator' | Andrew Bartlett | 8 | -34/+10 | |
This was only used by the Fedora DS backend for Samba4. We agreed to no longer support external LDAP backends. Andrew Bartlett | |||||
2011-06-06 | s4-param Remove 'idmap database' | Andrew Bartlett | 4 | -8/+3 | |
This is now just idmap.ldb in the private dir, which remains. | |||||
2011-06-06 | s4-param Remove 'secrets database' parameter | Andrew Bartlett | 4 | -8/+3 | |
This is now just secrets.ldb in the private dir, which remains. | |||||
2011-06-06 | s4-param Remove 'sam database' parameter | Andrew Bartlett | 10 | -26/+23 | |
This now just relies on the private dir parameter, which remains. Andrew Bartlett | |||||
2011-06-06 | s4-ipv6: fill in family when initialising from sockaddr | Andrew Tridgell | 1 | -1/+13 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Jun 6 05:35:36 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s4-ipv6: removed the old unused ipv6 code in dcerpc_sock.c | Andrew Tridgell | 1 | -43/+6 | |
the code is now generic to both V4 and V6 | |||||
2011-06-06 | s4-ipv6: fix the address family for IPv6 string addresses | Andrew Tridgell | 1 | -0/+5 | |
2011-06-06 | s4-ipv6: allow for IPv6 in dcerpc socket calls | Andrew Tridgell | 1 | -2/+2 | |
2011-06-06 | s4-ipv6: allow for IPv6 in resolver top level calls | Andrew Tridgell | 1 | -4/+2 | |
2011-06-06 | s4-ipv6: use the server address family | Andrew Tridgell | 1 | -1/+1 | |
don't force v4 in connect_multi | |||||
2011-06-06 | s4-ipv6: cope with IPv6 in our async DNS client code | Andrew Tridgell | 1 | -28/+28 | |
2011-06-06 | s4-script: install some of the samba scripts in bin/ during build | Andrew Tridgell | 2 | -0/+7 | |
2011-06-06 | s4-testparm: testparm is now part of samba_tool | Andrew Tridgell | 3 | -222/+1 | |
2011-06-06 | s4-ipv6: enable IPv6 by default | Andrew Tridgell | 1 | -2/+2 | |
it now passes all tests | |||||
2011-06-06 | s4-ipv6: fixed binding to ipv4 addresses | Andrew Tridgell | 1 | -1/+1 | |
2011-06-06 | s4-ipv6: removed an old comment | Andrew Tridgell | 1 | -1/+0 | |
the comment is not correct any more | |||||
2011-06-06 | s4-ipv6: don't add link local addresses to DNS | Andrew Tridgell | 1 | -1/+3 | |
these make no sense as DNS addresses | |||||
2011-06-06 | s4-ipv6: ensure wrepl server does not use ipv6 | Andrew Tridgell | 2 | -1/+4 | |
WINS only does IPv4 | |||||
2011-06-06 | s4-ipv6: added IPv6 support to samba_dnsupdate | Andrew Tridgell | 2 | -7/+33 | |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 26 | -30/+30 | |
2011-06-06 | s4-ipv6: allow ipv6 to be enabled/disabled in smb.conf | Andrew Tridgell | 1 | -11/+20 | |
this adds the parametric option ipv6:enable=true/false It defaults to false for now, until the remaining issues with testing of ipv6 are resolved | |||||
2011-06-06 | s4-gpo: fixed display of GPO version numbers | Andrew Tridgell | 1 | -1/+1 | |