Volker Lendecke
23a6af46c8
s3: Add a 10-second timeout for the 445 or netbios connection to a DC
2011-04-25 09:50:32 +02:00
Stefan Metzmacher
f7bc84409a
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
...
Most fault codes have a NTSTATUS representation, so use that.
This brings the fault handling in common with the source4/librpc/rpc code,
which make it possible to share more highlevel code, between source3 and
source4 as the error checking can be the same now.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Apr 24 10:44:53 CEST 2011 on sn-devel-104
2011-04-24 10:44:53 +02:00
Stefan Metzmacher
e7cf7204e6
s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functions
...
metze
2011-04-24 09:53:54 +02:00
Stefan Metzmacher
7309daa532
s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functions
...
metze
2011-04-24 09:53:52 +02:00
Stefan Metzmacher
c0441b17e6
lib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macros
...
They pull and push [u]int64_t values in big endian.
metze
2011-04-24 09:48:51 +02:00
Stefan Metzmacher
5b32708577
s3:includes: simplify INO_T_VAL macros
...
metze
2011-04-24 09:48:50 +02:00
Stefan Metzmacher
d7aa2eb7b6
s3:includes: simplify BIG_UINT macros
...
metze
2011-04-24 09:48:50 +02:00
Stefan Metzmacher
9127e555ab
s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
...
We rely on uint64_t for a long time now...
metze
2011-04-24 09:48:49 +02:00
Jelmer Vernooij
fb05e82c99
Fix license info for talloc in manpage.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Apr 24 03:27:54 CEST 2011 on sn-devel-104
2011-04-24 03:27:54 +02:00
Jelmer Vernooij
febc4a730a
Fix release script to cope with moved Samba 4 build tools.
2011-04-24 02:14:17 +02:00
Jelmer Vernooij
0645c01b85
Fix case of libUTIL_LDB.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Apr 23 18:52:06 CEST 2011 on sn-devel-104
2011-04-23 18:52:06 +02:00
Jelmer Vernooij
93179239eb
Add missing dependency on com_err.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Apr 23 16:53:03 CEST 2011 on sn-devel-104
2011-04-23 16:53:03 +02:00
Jelmer Vernooij
67fd0cd62e
Add check for krb5_free_unparsed_name, when using external heimdal.
2011-04-23 15:46:18 +02:00
Volker Lendecke
123e5c1a75
s3: Fix Coverity ID 2478, UNINIT
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Apr 23 14:11:22 CEST 2011 on sn-devel-104
2011-04-23 14:11:22 +02:00
Stefan Metzmacher
64e7fba1be
s3:include/vfs.h: remove very old hints for vfs modules with interface version < 8
...
The interface version is at 28 now, and this defines cause problem
on some systems, e.g. Tru64 defines vfs_init in the system headers.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Apr 23 12:07:35 CEST 2011 on sn-devel-104
2011-04-23 12:07:35 +02:00
Stefan Metzmacher
1cf715ed21
Revert "s3-vfs: another attempt to fix the Tru64 build."
...
This reverts commit 5290927187
.
A better fix will follow.
metze
2011-04-23 11:17:47 +02:00
Stefan Metzmacher
4a4a774e61
s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
...
We rely on uint64_t for a long time now...
metze
2011-04-23 11:17:46 +02:00
Stefan Metzmacher
5186209277
s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef's
...
We rely on uint64_t for a long time now...
metze
2011-04-23 10:44:16 +02:00
Stefan Metzmacher
75ad180379
s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
...
We rely on uint64_t for a long time now...
metze
2011-04-23 10:37:49 +02:00
Jelmer Vernooij
bf3b2e2aee
Support the 'PYTHON' environment variable.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Apr 23 04:19:05 CEST 2011 on sn-devel-104
2011-04-23 04:19:04 +02:00
Stefan Metzmacher
317e40d46b
script/librelease: display the permission on the server
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Apr 22 11:40:13 CEST 2011 on sn-devel-104
2011-04-22 11:40:13 +02:00
Stefan Metzmacher
74458b53ed
script/librelease: add more error checking
...
metze
2011-04-22 10:54:21 +02:00
Stefan Metzmacher
bacc019dab
script/librelease: set umask 0022
...
Releases should be readable by everyone.
metze
2011-04-22 10:54:21 +02:00
Stefan Metzmacher
40792f8bc4
script/librelease: use a GPG_KEYID variable to hold the signing key
...
metze
2011-04-22 10:54:20 +02:00
Volker Lendecke
b48e22347d
s3: Fix Coverity ID 2047, UNUSED_VALUE
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Apr 22 10:53:24 CEST 2011 on sn-devel-104
2011-04-22 10:53:24 +02:00
Volker Lendecke
726fa732fa
s3: Fix Coverity ID 2325, RESOURCE_LEAK
2011-04-22 10:06:36 +02:00
Volker Lendecke
f9e3af71d3
s3: Fix Coverity ID 2336, NULL_RETURNS
2011-04-22 10:06:36 +02:00
Volker Lendecke
018595e258
s3: Fix Coverity ID 2335, CHECKED_RETURN
2011-04-22 10:06:36 +02:00
Volker Lendecke
4981adcca3
asn1: Fix Coverity ID 2299, CHECKED_RETURN
2011-04-22 10:06:36 +02:00
Volker Lendecke
3e8a8fad59
s3: Fix Coverity ID 2307, NULL_RETURNS
2011-04-22 10:06:35 +02:00
Volker Lendecke
9a0676d5c9
s3: Fix Coverity ID 986, BUFFER_SIZE_WARNING
...
strncpy can leave the destination unterminated
2011-04-22 10:06:34 +02:00
Volker Lendecke
7e7ad53cbd
s3: Fix Coverity ID 1340, NULL_RETURNS
2011-04-22 10:06:33 +02:00
Jeremy Allison
e919e767fb
Cosmetic. Fix bad indentation.
...
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Apr 22 03:16:43 CEST 2011 on sn-devel-104
2011-04-22 03:16:43 +02:00
Jeremy Allison
644046f064
Fix compiler warning in debug message.
2011-04-21 17:22:44 -07:00
Jeremy Allison
20baa11f33
Remove duplicate code - move to parent_dirname() as a common function.
2011-04-21 17:09:50 -07:00
Günther Deschner
5290927187
s3-vfs: another attempt to fix the Tru64 build.
...
vfsops struct on Tru64 has a vfs_init function pointer.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Apr 22 01:49:59 CEST 2011 on sn-devel-104
2011-04-22 01:49:59 +02:00
Günther Deschner
0e00351570
s3-waf: try to fix the build on sunos5.
...
Guenther
2011-04-22 00:49:54 +02:00
Günther Deschner
a505806aa0
s3-waf: fix typo in comment.
...
Guenther
2011-04-22 00:49:28 +02:00
Günther Deschner
3a725862cc
Revert "s3-vfs: try to fix the Tru64 build."
...
This reverts commit 1b7cd33291
.
2011-04-22 00:15:47 +02:00
Günther Deschner
1b7cd33291
s3-vfs: try to fix the Tru64 build.
...
Volker, Jeremy please check.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Apr 21 19:14:00 CEST 2011 on sn-devel-104
2011-04-21 19:13:59 +02:00
Günther Deschner
bb65187b89
s3-proto: move more rpc client prototypes to cli_pipe.h.
...
Guenther
2011-04-21 18:28:07 +02:00
Stefan Metzmacher
2b608f3e67
script: add hardcoded library release key id
...
We don't want to use the key that might be configured
in ~/.gitconfig.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Apr 21 18:25:32 CEST 2011 on sn-devel-104
2011-04-21 18:25:32 +02:00
Stefan Metzmacher
ab9d9cfd33
s4:ldb: change version to 1.1.0 after adding new functions:
...
ldb_ldif_parse_modrdn()
ldb_req_set_custom_flags()
ldb_req_get_custom_flags()
Signed-off-by: Simo Sorce <idra@samba.org>
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Apr 21 17:15:16 CEST 2011 on sn-devel-104
2011-04-21 17:15:16 +02:00
Matthieu Patou
93d5e7a018
ldb: add custom flags and functions for the application that wants to manipulate them
...
Signed-off-by: Simo Sorce <idra@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-04-21 14:41:56 +02:00
Stefan Metzmacher
f04689ae63
s4:ldb/tests: add tests for ldbmodify and 'modrdn'
...
Signed-off-by: Simo Sorce <idra@samba.org>
metze
2011-04-21 14:41:47 +02:00
Stefan Metzmacher
e57a23d23f
s4:ldb/tools: add support for "modrdn" to ldbmodify
...
Signed-off-by: Simo Sorce <idra@samba.org>
metze
2011-04-21 14:41:36 +02:00
Stefan Metzmacher
a3b9522889
s4:ldb/ldif: add support for "modrdn"
...
This add a ldb_ldif_parse_modrdn() helper function to parse
the information out of a ldb_message structure.
Signed-off-by: Simo Sorce <idra@samba.org>
metze
2011-04-21 14:41:12 +02:00
Günther Deschner
c7073f8b54
s3-vfs: rename open function to open_fn.
...
This should finally fix the AIX build and allow to remove AIX specific ifdefs.
Guenther
Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104
2011-04-21 02:01:20 +02:00
Günther Deschner
0b89ce6712
s3-build: move MAP_FILE define to the only place used.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Apr 20 19:16:47 CEST 2011 on sn-devel-104
2011-04-20 19:16:47 +02:00
Günther Deschner
ae61a5c3d0
s3-smbd: fix the AIX 5.3 build.
...
(AIX defines open to be open64)
Guenther
2011-04-20 18:16:28 +02:00