Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-07 | s3:lib: use includes.h with cbuf and srprs | Gregor Beck | 3 | -12/+1 | |
hopefully fixes build on hpux Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify durable-open.file-position test to only use one ↵ | Michael Adam | 1 | -27/+27 | |
I/O and one handle Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: change the durable-open.file-position test to use one ↵ | Michael Adam | 1 | -17/+27 | |
connection only And do a tcp disconnect followed by a session reconnect instead of immediately using the already opened second connection. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix durable-v2-open.reopen2 to pass against windows | Michael Adam | 1 | -1/+1 | |
The DH2Q response blob is not sent upon successful durable handle v2 reconnect. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2.reopen2 test (using only one i/o ↵ | Michael Adam | 1 | -51/+52 | |
struct) Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2-open.reopen1 test | Michael Adam | 1 | -20/+21 | |
only use one smb2_create i/o struct and store the create GUID centrally Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: in the durable-v2-reopen1 test, use a minimal request | Michael Adam | 1 | -2/+1 | |
don't copy the old request, but only set the necessary fields Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix cut'n'paste error in the durable-v2-open.reopen2 test | Michael Adam | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix name of test file in the durable-open.alloc-size test | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | waf: add tests for NFS quota stuff | Björn Jacke | 1 | -0/+5 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Sep 7 22:21:55 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | waf: add test for HAVE_DQB_FSOFTLIMIT | Björn Jacke | 1 | -0/+3 | |
2012-09-07 | waf: make checks for different XFS flavours | Björn Jacke | 1 | -2/+20 | |
2012-09-07 | s3:autoconf: look for irix xfs only when if we didn't find the Linux one before | Björn Jacke | 1 | -1/+1 | |
2012-09-07 | s3:sysquota_nfs: fix build on Tru64 et alii | Björn Jacke | 2 | -23/+34 | |
the old Unix world put the struct rquota directly into the getquota_rslt struct, the new Unix world puts a getquota_rslt_u union in between and they decided to rename the status struct member. | |||||
2012-09-07 | rpcserver: fix useless declaration warning | Björn Jacke | 1 | -1/+0 | |
issues by irix compiler | |||||
2012-09-07 | s3:sysquota-test: include ufs/ufs/quota.h only when found | Björn Jacke | 1 | -0/+2 | |
2012-09-07 | build: define _BSD_TYPES on IRIX to have types like u_short | Björn Jacke | 2 | -0/+2 | |
why the hell do IRIX systems headers like quota.h use types that are available only with such a define...? | |||||
2012-09-07 | s3:quota: clean up and consolidate the xfs quota checks and defines | Björn Jacke | 3 | -12/+11 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Sep 7 15:59:46 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3:sysquota_xfs: fix logic so that we actually use this module on Linux | Björn Jacke | 2 | -8/+2 | |
2012-09-07 | s3:sysquota_xfs: check and include the right fs header file for xfs quotas | Björn Jacke | 3 | -6/+8 | |
2012-09-07 | s3-smbd: Remove OSF1 support from old (pre-sysquotas) code | Björn Jacke | 1 | -65/+0 | |
"recent" Tru64 releases had QUOTACTL_4B support | |||||
2012-09-07 | waf: add check for BSD_STYLE_STATVFS | Björn Jacke | 1 | -0/+12 | |
a leftover from bug #8777 | |||||
2012-09-07 | s3-smbldap: make smbldap public library and maintain its ABI | Alexander Bokovoy | 2 | -1/+33 | |
Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Fri Sep 7 14:14:30 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3-smbldap: use smbldap_ prefixed functions | Alexander Bokovoy | 6 | -51/+51 | |
2012-09-07 | s3-smbldap: use smbldap_ prefix for all functions | Alexander Bokovoy | 2 | -11/+11 | |
2012-09-07 | s3-waf: avoid exporting init symbols from statically linked modules | Alexander Bokovoy | 2 | -1/+334 | |
WAF builds with and without AD DC affect list of statically linked modules that are added into libpdb. This makes impossible to have ABI for libpdb that does not depend on configured features. By making init functions from statically linked modules to have local scope in shared libraries, we avoid unwarranted ABI changes. Additionally, pdb_samba_dsdb imports IDMAP subsystem of source4/ as it is not a shared library. Making its symbols private as well. Finally, in order to have the filtering of symbols work, libpdb has to be public library. | |||||
2012-09-07 | s4-torture: dns torture test depends on AD DC build | Alexander Bokovoy | 1 | -8/+9 | |
2012-09-07 | s3-passdb: convert pdb_ipa to use secrets wrappers | Alexander Bokovoy | 1 | -4/+4 | |
2012-09-07 | s3-passdb: convert pdb_ldap to use secrets wrappers | Alexander Bokovoy | 1 | -2/+2 | |
2012-09-07 | s3-passdb: wrap secrets.tdb accessors used by PDB modules | Alexander Bokovoy | 2 | -0/+45 | |
PDB modules store domain sid and guid in secrets.tdb to cooperate with other parts of smbd. If PDB module is built outside Samba source code it has to be linked against internal libsecrets. Wrap required secrets_* calls to avoid direct linking. libpdb is linked against libsecrets by itself and this is enough. | |||||
2012-09-07 | wafsamba/samba_abi: allow negative matches in abi_match | Alexander Bokovoy | 1 | -3/+12 | |
abi_match keyword for samba libraries allows to selectively apply ABI versions. samba_abi.py implied !sym to be used to say 'all symbols but this one' but the actual demotion of !sym to the local scope was not implemented. Now abi_match='!sym' properly moves symbol to a local scope. | |||||
2012-09-07 | gen_abi.sh: filter out symbols not needed for ABI | Alexander Bokovoy | 1 | -1/+1 | |
gdb does not allow to print definitions of certain section names and special symbols used for dynamic loading machinery: __bss_start _edata _init _fini _end Please note the space before the pattern, it is needed to avoid hungry matches of valid symbols with these as substrings (foo_init, for example). Without this patch gdb on Fedora 18 breaks when attempting to print function and struct signature. | |||||
2012-09-07 | wafsamba/samba_abi: fix signature parsing for structures | Alexander Bokovoy | 1 | -2/+3 | |
Signature parsing for structure objects was broken. Existing regexp was greedingly cutting off additional curly brackets that belonged to the first and last structure member. | |||||
2012-09-07 | waf: Fix bug #8801 - build s3fs manpages. | Andreas Schneider | 2 | -0/+91 | |
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Sep 7 12:30:08 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | waf: Rename nmblookup manpage to nmblookup4. | Andreas Schneider | 2 | -66/+66 | |
2012-09-07 | docs: Remove old tdb manpages. | Andreas Schneider | 3 | -440/+0 | |
They are part of lib/tdb/manpages/ now. | |||||
2012-09-07 | docs: Remove old ldb manpages. | Andreas Schneider | 7 | -1012/+0 | |
The ldb manpages can be found in lib/ldb/man/. | |||||
2012-09-07 | waf: Create catalog file for manpage generation. | Andreas Schneider | 2 | -1/+6 | |
2012-09-07 | wafsamba: Add a CONFIGURE_FILE option. | Andreas Schneider | 2 | -1/+52 | |
2012-09-07 | wafsamba: Add support for manpages in SAMBA_MODULE. | Andreas Schneider | 9 | -3/+5 | |
2012-09-07 | selftest/knownfail: samba3.smb2.durable-open.alloc-size fails currently | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Sep 7 10:47:29 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s4:torture:smb2: add a test for alloc size behaviour under durable reconnect | Michael Adam | 1 | -0/+154 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | param: remove unused define FN_LOCAL_PARM_CHAR() | Michael Adam | 1 | -2/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | Free protect_ids in secret_store_domain_guid() as the caller of ↵ | Michele Baldessari | 1 | -0/+2 | |
fetch_secrets() must free the result in order to not leak memory. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Sep 7 04:11:43 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | selftest/knownfail: samba3.smb2.durable-v2-open.reopen{1,2} fails currently | Stefan Metzmacher | 1 | -0/+2 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Sep 7 02:12:22 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s4:torture/smb2: add smb2.durable-v2-open.reopen{1,2} tests | Stefan Metzmacher | 1 | -0/+184 | |
They show that only the content of the DH2C request matches and all other values in the SMB2 Create request are ignored. metze | |||||
2012-09-07 | s4:torture/smb2: check that the server should ignore the fname in a DHnC request | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-09-07 | s4:torture/smb2: don't expect a DHnQ response in a DHnC request | Stefan Metzmacher | 1 | -4/+0 | |
This is fixed in Windows 2012 and matches the [MS-SMB2] documentation now. metze | |||||
2012-09-07 | s4 dns: Make debug output less noisy | Kai Blin | 4 | -16/+16 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Fri Sep 7 00:31:56 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | s4 dns: Check if signing user is allowed to update records | Kai Blin | 1 | -16/+56 | |
This should fix bug #9142 |