Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-21 | libcli/smb: move some common defines to smb_constants.h | Stefan Metzmacher | 3 | -55/+27 | |
metze | |||||
2011-10-21 | build: compile (but do not install) netapi examples | Andrew Bartlett | 2 | -0/+65 | |
The only example not yet built is the GTK domain join gui. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Oct 21 01:31:55 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | s3:Makefile: make DSO_EXPORTS_CMD more portable (#8531) | Björn Jacke | 1 | -1/+1 | |
It sems like every not completely trivial sed expression should be tested with Solaris' sed. Its regexp engine is way more limited than the one of GNU sed. Thanks to Michael Pelletier for finding this! This fixes bug #8531 Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Thu Oct 20 23:15:05 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | Refactor to create check_parent_access() which can be called for file ↵ | Jeremy Allison | 1 | -23/+64 | |
creation too. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 20 20:29:22 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights. | Jeremy Allison | 1 | -2/+33 | |
2011-10-20 | build: compile (but do not install) all the libsmbclient tests | Andrew Bartlett | 2 | -0/+40 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Oct 20 13:49:39 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | s3-netapi Compile (but do not install) netapi tests | Andrew Bartlett | 2 | -1/+7 | |
2011-10-20 | examples: compile libsmbclient tests using just SAMBA_BINARY | Andrew Bartlett | 1 | -17/+17 | |
This ensures that these compile without the extra includes that SAMBA3_BINARY adds. Andrew Bartlett | |||||
2011-10-20 | s3:libsmb/async_smb: in cli_state_notify_pending() we always disconnect | Stefan Metzmacher | 1 | -7/+5 | |
So we should always set state->mid = 0. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 20 11:34:23 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | Revert "selftest: Avoid being run over by armies of the undead" | Andrew Bartlett | 1 | -2/+0 | |
This reverts commit 2b47aface434000b29aa29f4ff6348cc147ae757 because it had a typo in $SIG{CHILD} (it needed to be $SIG{CHLD}), which when fixed simply broke the whole selftest system. Andrew Bartlett | |||||
2011-10-20 | build: explain the passing of make options to waf | Andrew Tridgell | 1 | -0/+7 | |
add a comment explaining how we pass make command line options into waf Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 20 07:24:02 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | ldb: ldb_errstring() takes ldb_contxt as an argument | Amitay Isaacs | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-dns: Update serial number for zone on dns updates | Amitay Isaacs | 1 | -3/+83 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-selftest: Add tests for RPC dnsserver | Amitay Isaacs | 3 | -0/+183 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | samba-tool: Added dns command for DNS management | Amitay Isaacs | 2 | -0/+861 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-dns: Added DCERPC dns server for DNS management | Amitay Isaacs | 7 | -1/+3771 | |
dnsserver.h - typedefs and prototypes dnsserver.c - RPC API and implementation methods dnsdb.c - samdb operations dnsdata.c - functions to manipulate dns structures dnsutils.c - function for serverinfo and zoneinfo structures Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-provision: Provision DNS records with correct rank | Amitay Isaacs | 1 | -18/+23 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | werror: Added missing DNS error codes | Amitay Isaacs | 1 | -0/+36 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-dns: Added support for multiple DNS_RPC_RECORDS structures | Amitay Isaacs | 4 | -3/+93 | |
Windows returns multiple DNS_RPC_RECORDS structures, but there is no well defined structure in [MS-DNSP] doc. Added hand-written code to parse ndr. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-dns: Added more data types for dnsserver implementation | Amitay Isaacs | 1 | -376/+547 | |
Windows uses WERROR on dnsserver pipe. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | ldb-samba: Added handler to decode dnsProperty attribute | Amitay Isaacs | 2 | -0/+22 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | dnsp: Added typedefs to interpret dnsProperty attribute for dnsZone objectclass | Amitay Isaacs | 1 | -3/+123 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-20 | s4-test: added test suite for common.py code | Andrew Tridgell | 1 | -0/+42 | |
this tests the dsdb_Dn() class Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 20 05:51:28 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | s4-dsdb: moved dsdb_Dn() into common.py | Andrew Tridgell | 2 | -26/+43 | |
this gives a method for dealing with binary DNs from python Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-10-20 | subunitrun: give more useful help | Andrew Tridgell | 1 | -2/+25 | |
give some examples and more useful description for subunitrun command Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-10-20 | Fix a boatload of warnings in the examples. | Jeremy Allison | 15 | -163/+48 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 20 02:29:52 CEST 2011 on sn-devel-104 | |||||
2011-10-20 | Fix error return to be NT_STATUS_NOT_A_DIRECTORY. | Jeremy Allison | 1 | -2/+2 | |
2011-10-20 | Make use of the "dir_exists" we already have on directory open. | Jeremy Allison | 1 | -8/+28 | |
2011-10-20 | dsdb: improve debug message | Andrew Tridgell | 6 | -11/+10 | |
show the reply type in "Invalid reply type" messages Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 20 00:57:05 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s3-waf: make sure we always compile (not install) our libsmbclient testcode. | Günther Deschner | 3 | -0/+88 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 19 20:42:52 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static there | Stefan Metzmacher | 3 | -14/+13 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 19 19:06:35 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s3:libsmb/smb_seal: s/uint16/uint16_t | Stefan Metzmacher | 2 | -5/+5 | |
metze | |||||
2011-10-19 | s3:include: move smb_seal.c prototypes to smb_crypt.h | Stefan Metzmacher | 3 | -9/+10 | |
metze | |||||
2011-10-19 | s3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffer static | Stefan Metzmacher | 2 | -7/+2 | |
metze | |||||
2011-10-19 | s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros | Stefan Metzmacher | 1 | -6/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 19 17:15:23 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s4:smb_server/smb2: make use of _smb_setlen_tcp() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-19 | s4:smb_server/smb: make use of _smb_setlen_nbt() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-19 | s4:libcli/smb2: make use of _smb_setlen_tcp() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-10-19 | s4:libcli/raw: make use of _smb_setlen_nbt() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-10-19 | s4:lib/stream: make use of smb_len_tcp() | Stefan Metzmacher | 1 | -1/+7 | |
metze | |||||
2011-10-19 | s3:include: use smb_[set]len_[nbt|tcp]() macros | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2011-10-19 | libcli/smb: add smb_[set]len_[nbt|tcp]() macros | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2011-10-19 | s3: remove duplicate fsctl fn definitions | David Disseldorp | 2 | -13/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-19 | libcli: Move smb2 fsctl fn defs into common code | David Disseldorp | 1 | -1/+14 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-19 | s3: Remove duplicate fsctl function definitions | David Disseldorp | 5 | -52/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 10 | -67/+46 | |
Currently there are a lot of duplicate ioctl function field definitions between source3 and source4. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-19 | s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ↵ | Andrew Bartlett | 3 | -18/+18 | |
clarity The things pointed at are not typically in a directory called lib, so avoid confusing our administrators. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 19 15:43:04 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s4-s3-upgrade fix format string for secrets.tdb exception | Andrew Bartlett | 1 | -1/+1 | |
2011-10-19 | s4-s3-upgrade test upgrade without a wins.dat | Andrew Bartlett | 1 | -0/+3 | |
2011-10-19 | s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.dat | Andrew Bartlett | 1 | -1/+10 | |