Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-13 | s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointers | Stefan Metzmacher | 12 | -439/+439 | |
This hopefully fixes the build on systems where _LARGE_FILES triggers defines of syscalls e.g. '#define lseek lseek64' on AIX. metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Jun 13 11:03:15 CEST 2012 on sn-devel-104 | |||||
2012-06-12 | s4:smbd: fix typos | Michael Adam | 2 | -3/+3 | |
Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Jun 12 09:21:15 CEST 2012 on sn-devel-104 | |||||
2012-06-12 | s4:kerberos: fix typos in kerberos-notes.txt | Michael Adam | 1 | -2/+2 | |
2012-06-12 | s4:gensec: fix a comment typo | Michael Adam | 1 | -1/+1 | |
2012-06-12 | s4:torture: fix use of non-existent word (existant) | Michael Adam | 8 | -15/+15 | |
2012-06-12 | s4:tests: fix use of a non-existent word (existant) | Michael Adam | 3 | -4/+4 | |
2012-06-12 | s4:provision: fix use of non-existent word (existant) | Michael Adam | 1 | -1/+1 | |
2012-06-12 | s4:registry:testsuite: fix use of non-existent word (existant) | Michael Adam | 1 | -3/+3 | |
2012-06-12 | s4:heimdal: fix use of a non-existent word (existant) | Michael Adam | 1 | -1/+1 | |
2012-06-11 | s4-selftest: Test samba-tool drs replicate --local --full-sync | Andrew Bartlett | 3 | -2/+12 | |
2012-06-10 | s4/pvfs: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on ↵ | Björn Jacke | 1 | -1/+22 | |
O_NOFOLLOW symlink open calls see also f75f1d62339f0accb4e574645b1d265c75a01b5b | |||||
2012-06-10 | heimdal:lib/asn1: try to fix the build on IRIX | Stefan Metzmacher | 1 | -2/+6 | |
cc-1028 cc: ERROR File = ../source4/heimdal/lib/asn1/gen_template.c, Line = 548 The expression used must have a constant value. struct templatehead template = { 0L, &(template). tqh_first }; ^ If this really fixes the IRIX build, we'll propose this for heimdal upstream. metze | |||||
2012-06-08 | s4-torture: fsrvp test suite | David Disseldorp | 3 | -2/+574 | |
Covers most operations defined by the File Server Remote VSS Protocol. | |||||
2012-06-07 | waf: support --without-ad-dc for Heimdal (embedded and system) as well | Alexander Bokovoy | 3 | -3/+3 | |
--without-ad-dc was hardwired to mean --with-system-mitkrb5. With this change it also possible to build source3/ code and source4/ client side without building AD DC functionality using Heimdal (embedded or system). | |||||
2012-06-07 | s4-libcli: Remove unused finddcs_nbt | Andrew Bartlett | 2 | -314/+3 | |
This would only do the NBT getdc lookup for a single DC (but would find multiple DCs at first stage), but more particular it of course uses Netbios rather than DNS names. In any case it was also unused, as we use CLDAP for reliable DC location these days. Found by callcatcher Andrew Bartlett | |||||
2012-06-07 | build: Add missing deps and make MESSAGING a private library | Andrew Bartlett | 6 | -9/+10 | |
To remove finddcs_nbt these missing deps need to be added. These subsystems linked to to implicit dependencies provided by finddcs. Due to the new arrangmenet of subsystems, MESSAGING needs to be a private library to avoid being a source of duplicate symbols. Andrew Bartlett | |||||
2012-06-06 | s4:dns-server: remove an extra blank line from handle_question() | Michael Adam | 1 | -1/+0 | |
2012-06-06 | s4 dns: Correctly handle A questions for CNAMEs | Kai Blin | 2 | -5/+132 | |
When an A/AAAA lookup is made for a name that actually is a CNAME record, we need to return the CNAME record, and then do the A/AAAA lookup for the name the CNAME points at. This still fails for CNAMEs pointing at records for domains we need to ask our forwarders for. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Jun 6 15:23:55 CEST 2012 on sn-devel-104 | |||||
2012-06-06 | s4 dns: Structure tests a bit better | Kai Blin | 1 | -0/+3 | |
2012-06-05 | s4:torture/locktest: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-06-05 | s4-provision: Test for posix ACLs in the actual sysvol path | Andrew Bartlett | 1 | -12/+16 | |
This avoids issues in the previous location where lp may not be initialised at this point and instead simply waits until we have a known sysvol path, and test for ACL support there. Andrew Bartlett | |||||
2012-06-05 | s4-provision: Place xattr.tdb in the actual state directory | Andrew Bartlett | 1 | -13/+14 | |
This patch does two things: it fixes up the spelling of "state dir" to "state directory" so that we actually find the smb.conf parameter, and we move it to after we process the global settings in case this is changed in the future. Andrew Bartlett | |||||
2012-06-05 | Add '--use-ntvfs' option to 'samba-tool domain join' | Andriy Syrovenko | 2 | -13/+17 | |
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 5 | -15/+12 | |
2012-06-01 | Revert "waf-mitkrb5: enable dcerpc_server library to support OpenChange ↵ | Alexander Bokovoy | 3 | -41/+23 | |
client code" This reverts commit f8c447b1a48eaf12dcf70b92fd7525c4ad26c246. After discussing with Julien (Openchange) and Metze, I decided to revert this code. Instead I made a patch to Openchange which allows to build client side only. Openchange server code requires working s4 member DC and --without-ad-dc build does not provide working provisioning even if we enable dcerpc_server and end point mapper. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Fri Jun 1 16:46:08 CEST 2012 on sn-devel-104 | |||||
2012-06-01 | waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ↵ | Alexander Bokovoy | 1 | -0/+1 | |
versions Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Jun 1 11:23:21 CEST 2012 on sn-devel-104 | |||||
2012-06-01 | waf-mitkrb5: enable dcerpc_server library to support OpenChange client code | Alexander Bokovoy | 3 | -23/+41 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-05-31 | build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104 | |||||
2012-05-31 | s4:selftest: change the blackbox.samba_tool_demote test to use a binary ↵ | Michael Adam | 2 | -3/+3 | |
mapping for smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.passwords test to use a binary mapping for ↵ | Michael Adam | 1 | -1/+1 | |
smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.pkinit test to use a binary mapping for ↵ | Michael Adam | 1 | -1/+1 | |
smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.kinit test to use a binary mapping for ↵ | Michael Adam | 1 | -3/+3 | |
smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.export.keytab test to use a binary mapping ↵ | Michael Adam | 1 | -1/+1 | |
for smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.chgdcpass test to use a binary mapping for ↵ | Michael Adam | 1 | -1/+1 | |
smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.samba_tool test to use a binary mapping for ↵ | Michael Adam | 2 | -3/+3 | |
smbclient | |||||
2012-05-31 | s4:selftets: change the blackbox.bogusdomain test to use binary mapping for ↵ | Michael Adam | 1 | -1/+1 | |
smbclient | |||||
2012-05-31 | s4:selftest: change the blackbox.smbclient test to use binary mapping for ↵ | Michael Adam | 2 | -6/+5 | |
smbclient | |||||
2012-05-31 | s4:selftest: determine nmblookup via binary mapping for blackbox test in ↵ | Michael Adam | 2 | -5/+5 | |
tests.py | |||||
2012-05-30 | dsdb: Fix error checking conditions in partition_metadata module | Amitay Isaacs | 1 | -7/+7 | |
Thanks to Matthieu Patou <mat@matws.net> for pointing it out. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed May 30 17:00:01 CEST 2012 on sn-devel-104 | |||||
2012-05-30 | s4-provision: Use the s3fs file server by default in migrations | Andrew Bartlett | 1 | -1/+1 | |
This covers both migrations from s3 and joining a domain as a new DC. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed May 30 14:57:22 CEST 2012 on sn-devel-104 | |||||
2012-05-30 | lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used there | Andrew Bartlett | 2 | -1/+9 | |
This is also where the related krb5_princ_component is declared. Also fix the configure check to use the correct name This helps the autoconf build on Heimdal. Andrew Bartlett | |||||
2012-05-30 | s4-dns: Use W_ERROR_HAVE_NO_MEMORY in create_response_rr | Kai Blin | 1 | -24/+8 | |
2012-05-30 | s4-dns: Use proper talloc hierarchy for NS records in create_response_rr | Kai Blin | 1 | -1/+2 | |
2012-05-30 | s4-dns: Use proper talloc hierarchy for AAAA records in create_response_rr | Kai Blin | 1 | -1/+2 | |
2012-05-30 | s4-dns: Remove sync dns_process | Volker Lendecke | 1 | -24/+0 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Make the TCP dns server async | Volker Lendecke | 1 | -21/+39 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Make the UDP dns server async | Volker Lendecke | 1 | -18/+38 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Remove sync dns_server_process_query | Volker Lendecke | 2 | -39/+0 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Make dns_process_send asyn | Volker Lendecke | 3 | -80/+148 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Remove unused sync ask_forwarder wrapper | Volker Lendecke | 1 | -30/+0 | |
Signed-off-by: Kai Blin <kai@samba.org> |