ira/wip.git
14 years agoCleanup patch after "new VFS"
Volker Lendecke [Sat, 25 Jul 2009 17:11:08 +0000 (13:11 -0400)]
Cleanup patch after "new VFS"

14 years agoCleanup patch after "struct stat_ex"
Volker Lendecke [Sat, 25 Jul 2009 17:10:55 +0000 (13:10 -0400)]
Cleanup patch after "struct stat_ex"

14 years agoRemove a pointless static fstring
Volker Lendecke [Sat, 25 Jul 2009 16:57:46 +0000 (12:57 -0400)]
Remove a pointless static fstring

14 years agoNo explicit initialization necessary for a zero blob
Volker Lendecke [Sat, 25 Jul 2009 16:56:06 +0000 (12:56 -0400)]
No explicit initialization necessary for a zero blob

14 years agoMove 16 bytes from data to r/o text segment
Volker Lendecke [Fri, 24 Jul 2009 23:47:39 +0000 (19:47 -0400)]
Move 16 bytes from data to r/o text segment

14 years agoFix a winbind memleak
Volker Lendecke [Fri, 24 Jul 2009 23:03:45 +0000 (19:03 -0400)]
Fix a winbind memleak

14 years agoUse a switch statement in charset_name()
Volker Lendecke [Fri, 24 Jul 2009 18:58:36 +0000 (14:58 -0400)]
Use a switch statement in charset_name()

14 years agoFix some nonempty blank lines
Volker Lendecke [Fri, 24 Jul 2009 17:28:48 +0000 (13:28 -0400)]
Fix some nonempty blank lines

14 years agoFirst patch for "new VFS" portability
Volker Lendecke [Sat, 25 Jul 2009 16:33:11 +0000 (12:33 -0400)]
First patch for "new VFS" portability

14 years agos3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty [Sat, 25 Jul 2009 01:38:40 +0000 (18:38 -0700)]
s3: Convert a few callers of unix_convert() over to filename_convert()

This patch also changes the unix convert flags to make sure the
correct semantics are preservered for allowing/disallowing wildcards
in the last component of the path.

14 years agos3: Remove a few callers of get_full_smb_filename()
Tim Prouty [Fri, 24 Jul 2009 23:05:44 +0000 (16:05 -0700)]
s3: Remove a few callers of get_full_smb_filename()

14 years agos3 onefs: Fix the onefs modules after the big refactoring
Tim Prouty [Sat, 25 Jul 2009 00:09:42 +0000 (17:09 -0700)]
s3 onefs: Fix the onefs modules after the big refactoring

14 years agoFactor out common code into vfs_acl_common.c.
Jeremy Allison [Sat, 25 Jul 2009 00:06:41 +0000 (17:06 -0700)]
Factor out common code into vfs_acl_common.c.
Jeremy.

14 years agos3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty [Fri, 24 Jul 2009 18:39:56 +0000 (11:39 -0700)]
s3: Simplify rename_internals() by passing in smb_filename structs

14 years agos3: Allow filename_convert() to pass through unix_convert_flags and let the caller...
Tim Prouty [Fri, 24 Jul 2009 19:13:07 +0000 (12:13 -0700)]
s3: Allow filename_convert() to pass through unix_convert_flags and let the caller know if the path has a wildcard

This also eliminates the need for resolve_dfspath().

14 years agoMake acl_tdb match acl_xattr. Large duplication of
Jeremy Allison [Fri, 24 Jul 2009 21:47:52 +0000 (14:47 -0700)]
Make acl_tdb match acl_xattr. Large duplication of
code here needs tidying up. Compiles but not yet tested.
Jeremy.

14 years agoFor some strange reason using :
Jeremy Allison [Fri, 24 Jul 2009 21:13:42 +0000 (14:13 -0700)]
For some strange reason using :
uint8 hash[XATTR_SD_HASH_SIZE];
doesn't have the same effect as :
uint8 hash[64];
Jeremy.

14 years agoFix hash function in acl_xattr to be SHA256, make
Jeremy Allison [Fri, 24 Jul 2009 21:09:42 +0000 (14:09 -0700)]
Fix hash function in acl_xattr to be SHA256, make
the hash function selectable. Upgrade version.
Compiles but not fully tested yet (coming). Make
vfs_acl_tdb.c compile - this needs updating to
match acl_xattr (also coming soon).
Jeremy.

14 years agoadd my copyright after the VFS rewrite
Volker Lendecke [Fri, 24 Jul 2009 17:21:45 +0000 (13:21 -0400)]
add my copyright after the VFS rewrite

14 years agoMove the "enum _vfs_op_type" to full_audit
Volker Lendecke [Fri, 24 Jul 2009 14:43:02 +0000 (10:43 -0400)]
Move the "enum _vfs_op_type" to full_audit

It's only used there now. Someone should now go in and simplify full_audit...
:-)

14 years agoMake the smbd VFS typesafe
Volker Lendecke [Fri, 24 Jul 2009 00:28:58 +0000 (20:28 -0400)]
Make the smbd VFS typesafe

14 years agoFix the chain2 test
Volker Lendecke [Sun, 19 Jul 2009 18:53:11 +0000 (14:53 -0400)]
Fix the chain2 test

14 years agoIn chain_reply, copy the subrequests' error to the main request
Volker Lendecke [Sun, 19 Jul 2009 18:52:07 +0000 (14:52 -0400)]
In chain_reply, copy the subrequests' error to the main request

14 years agoFix a few uninitialized variable warnings
Volker Lendecke [Fri, 24 Jul 2009 14:21:07 +0000 (10:21 -0400)]
Fix a few uninitialized variable warnings

I know those warnings are bogus, but both Coverity and gcc don't get it.

14 years agos4:gensec_gssapi: pass the correct oid to the gssapi layer.
Stefan Metzmacher [Fri, 24 Jul 2009 07:37:12 +0000 (09:37 +0200)]
s4:gensec_gssapi: pass the correct oid to the gssapi layer.

metze

14 years agos4:gensec/spengo: make sure we send the blob with the micListMech signature to the...
Stefan Metzmacher [Fri, 24 Jul 2009 07:33:06 +0000 (09:33 +0200)]
s4:gensec/spengo: make sure we send the blob with the micListMech signature to the peer

We should even do this if the submech has no more data to send.

metze

14 years agoSome more VFS type errors
Volker Lendecke [Sun, 19 Jul 2009 01:29:15 +0000 (21:29 -0400)]
Some more VFS type errors

14 years agoFix some nonempty blank lines
Volker Lendecke [Sat, 18 Jul 2009 16:27:28 +0000 (18:27 +0200)]
Fix some nonempty blank lines

14 years agoFix some C++ warnings
Volker Lendecke [Sun, 19 Jul 2009 01:28:54 +0000 (21:28 -0400)]
Fix some C++ warnings

14 years agos4:ldb: add support for the new Recycle Bin Feature LDAP controls
Stefan Metzmacher [Thu, 23 Jul 2009 15:54:02 +0000 (17:54 +0200)]
s4:ldb: add support for the new Recycle Bin Feature LDAP controls

LDB_CONTROL_SHOW_RECYCLED_OID         1.2.840.113556.1.4.2064
LDB_CONTROL_SHOW_DEACTIVATED_LINK_OID 1.2.840.113556.1.4.2065

metze

14 years agos4:libcli/ldap: add support for new Recycle Bin Feature LDAP Controls
Stefan Metzmacher [Thu, 23 Jul 2009 15:52:23 +0000 (17:52 +0200)]
s4:libcli/ldap: add support for new Recycle Bin Feature LDAP Controls

LDAP_SERVER_SHOW_RECYCLED_OID         1.2.840.113556.1.4.2064
LDAP_SERVER_SHOW_DEACTIVATED_LINK_OID 1.2.840.113556.1.4.2065

metze

14 years agofrsrpc.idl: add definition of frsrpc_FrsNOP()
Stefan Metzmacher [Thu, 23 Jul 2009 11:02:56 +0000 (13:02 +0200)]
frsrpc.idl: add definition of frsrpc_FrsNOP()

metze

14 years agofrsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent()
Stefan Metzmacher [Thu, 23 Jul 2009 11:01:42 +0000 (13:01 +0200)]
frsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent()

metze

14 years agoFix typos reported by OPC Oota.
John H Terpstra [Thu, 23 Jul 2009 14:50:04 +0000 (09:50 -0500)]
Fix typos reported by OPC Oota.

14 years agoMerge branch 'master' of ssh://jht@git.samba.org/data/git/samba
John H Terpstra [Thu, 23 Jul 2009 14:33:06 +0000 (09:33 -0500)]
Merge branch 'master' of ssh://jht@git.samba.org/data/git/samba

14 years ago[SAMBA 4 / NETLOGON] Modify type of SAM contexts
Matthias Dieter Wallnöfer [Wed, 22 Jul 2009 18:15:58 +0000 (20:15 +0200)]
[SAMBA 4 / NETLOGON] Modify type of SAM contexts

In the SAMBA 4 DCE/RPC NETLOGON server the SAM context references have generally
the type "void *". But we know that those context objects are based on the "struct
ldb_context" type. We've always to cast for using a SAM/LDB call.
This I didn't find very appealing and so I assigned the right (detailed) type to each "sam_ctx".
Therefore, the casts could disappear.

Also this change is only cosmetic.

14 years agofrstrans.idl: add new DFS-R FrsTransport interface with dummy functions
Stefan Metzmacher [Wed, 22 Jul 2009 08:55:39 +0000 (10:55 +0200)]
frstrans.idl: add new DFS-R FrsTransport interface with dummy functions

metze

14 years agofrsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()
Stefan Metzmacher [Wed, 22 Jul 2009 13:48:32 +0000 (15:48 +0200)]
frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()

metze

14 years agos3: Change unix_convert to use an smb_filename struct internally
Tim Prouty [Wed, 22 Jul 2009 16:52:09 +0000 (09:52 -0700)]
s3: Change unix_convert to use an smb_filename struct internally

This allows SMB_VFS_[L]STAT to be called directly.  Additionally, I
changed NTSTATUS result to be named status for consistency.

I also removed the stat_cache_add() from build_stream_path() because
stat_cache_lookup() is never actually called on a file with a stream.
There is no reason why the stat cache couldn't be consulted for
streams in the future.

Jeremy/Volker, please take a look at this one when you get a chance.

14 years agos3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()
Tim Prouty [Tue, 21 Jul 2009 22:55:25 +0000 (15:55 -0700)]
s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()

14 years agos3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()
Tim Prouty [Tue, 21 Jul 2009 20:57:56 +0000 (13:57 -0700)]
s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()

14 years agolibrpc: fix the merged build of ndr_frsrpc.c
Stefan Metzmacher [Wed, 22 Jul 2009 09:05:21 +0000 (11:05 +0200)]
librpc: fix the merged build of ndr_frsrpc.c

metze

14 years agoRevert "net: Use samba default command line arguments."
Kai Blin [Sun, 5 Jul 2009 07:21:07 +0000 (09:21 +0200)]
Revert "net: Use samba default command line arguments."

This reverts commit fb262f79fab00374023e59476e8d05a1015a7041
and related commits c36031778e1983ddb11d3e1fcab35e738dbf94bc
72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b and
38cd0e086f50ce54d88a19aa5a6803469af90489

This change caused more trouble than it solved. We need to do this differently.
Reverting so we don't accidently release this.

14 years agos4:provision Fix provision on FreeBSD
Andrew Bartlett [Wed, 22 Jul 2009 08:04:58 +0000 (18:04 +1000)]
s4:provision Fix provision on FreeBSD

We were missing the 'cn' attribute, which we then prepare a sorted
list based on.  On Linux, strcmp(NULL, NULL) does not segfault, where
it does on FreeBSD.

Reported by Timur I. Bakeyev <timur@com.bat.ru>

Andrew Bartlett

14 years agos3: plumb smb_filename through some of the trans2 posix_* functions
Tim Prouty [Tue, 21 Jul 2009 18:37:51 +0000 (11:37 -0700)]
s3: plumb smb_filename through some of the trans2 posix_* functions

14 years agos3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty [Tue, 21 Jul 2009 18:35:17 +0000 (11:35 -0700)]
s3: Remove unnecessary callers of get_full_smb_filename

This often times means explicitly denying certain operations on a stream
as they are not supported or don't make sense at a particular level.  At
some point in the future these can be enabled, but for now it's better to
remove ambiguity

14 years agos3: Remove the now unused fname parameter from filename_convert()
Tim Prouty [Tue, 21 Jul 2009 17:28:28 +0000 (10:28 -0700)]
s3: Remove the now unused fname parameter from filename_convert()

14 years agos3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twice
Tim Prouty [Tue, 21 Jul 2009 17:19:00 +0000 (10:19 -0700)]
s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twice

14 years agos3: Remove unnecessary fname argument from callers of filename_convert
Tim Prouty [Tue, 21 Jul 2009 17:18:10 +0000 (10:18 -0700)]
s3: Remove unnecessary fname argument from callers of filename_convert

14 years agos3: Plumb smb_filename through map_open_params_to_ntcreate
Tim Prouty [Tue, 21 Jul 2009 16:29:59 +0000 (09:29 -0700)]
s3: Plumb smb_filename through map_open_params_to_ntcreate

14 years agofrsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic
Stefan Metzmacher [Tue, 21 Jul 2009 14:48:06 +0000 (16:48 +0200)]
frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic

We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure
and use hand modified ndr_push/pull functions to let it not appear
on the wire.

metze

14 years agofrsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() function
Stefan Metzmacher [Tue, 21 Jul 2009 14:05:44 +0000 (16:05 +0200)]
frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() function

TODO: The amount of chunks is dynamic, we need to fix that

metze

14 years agofrsapi.idl: fill the frsapi_WriterCommand() function
Stefan Metzmacher [Tue, 21 Jul 2009 14:04:35 +0000 (16:04 +0200)]
frsapi.idl: fill the frsapi_WriterCommand() function

metze

14 years agofrsapi.idl: fix some unknown field names
Stefan Metzmacher [Tue, 21 Jul 2009 14:04:07 +0000 (16:04 +0200)]
frsapi.idl: fix some unknown field names

metze

14 years agodo not log chdir with level 0 if reason is access denied
Christian Ambach [Tue, 21 Jul 2009 11:56:17 +0000 (13:56 +0200)]
do not log chdir with level 0 if reason is access denied

this changes the level of logs caused by users trying to access shares
or subdirectories for which they do not have access to in the ACL

this can fill up the samba log even with log level 0 and is more an
expected kind of logs that IMHO should not be logged with such a high
level.

All other errors while chdir() will still be logged with level 0

Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
14 years agos3:dbwrap: use the transaction wrapper in dbwrap_trans_store().
Michael Adam [Tue, 21 Jul 2009 10:35:48 +0000 (12:35 +0200)]
s3:dbwrap: use the transaction wrapper in dbwrap_trans_store().

Now dbwrap_util.c contains only one call to each of
transaction_start, transaction_commit and transaction_cancel.

Michael

14 years agos3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().
Michael Adam [Tue, 21 Jul 2009 10:26:14 +0000 (12:26 +0200)]
s3:dbwrap: use the transaction wrapper in dbwrap_trans_delete().

Michael

14 years agotdb: fix locking error
Rusty Russell [Tue, 21 Jul 2009 06:53:35 +0000 (16:23 +0930)]
tdb: fix locking error

54a51839ea65aa788b18fce8de0ae4f9ba63e4e7 "Make tdb transaction lock
recursive (samba version)" was broken: I "cleaned it up" and prevented
it from ever unlocking.

To see the problem:
$ bin/tdbtorture -s 1248142523
tdb_brlock failed (fd=3) at offset 8 rw_type=1 lck_type=14 len=1
tdb_transaction_lock: failed to get transaction lock
tdb_transaction_start failed: Resource deadlock avoided

My testcase relied on the *count* being correct, which it was.  Fixing that
now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Michael Adam <obnox@samba.org>
14 years agos3: Add some asserts to the filename util functions
Tim Prouty [Mon, 20 Jul 2009 21:32:32 +0000 (14:32 -0700)]
s3: Add some asserts to the filename util functions

In the smb_filename struct stream_name must equal NULL if there
is no stream name.  These asserts should catch any future offenders
of this invariant early.

14 years agos3: Plumb smb_filename through open_fake_file
Tim Prouty [Fri, 10 Jul 2009 22:43:21 +0000 (15:43 -0700)]
s3: Plumb smb_filename through open_fake_file

14 years agos3: Separate out a new file: filename_utils.c
Tim Prouty [Fri, 10 Jul 2009 22:35:08 +0000 (15:35 -0700)]
s3: Separate out a new file: filename_utils.c

This is to ease the linking pain of everything that links LOCKING_OBJ

14 years agos3: Move is_ntfs_stream*() to filename.c
Tim Prouty [Fri, 10 Jul 2009 22:10:35 +0000 (15:10 -0700)]
s3: Move is_ntfs_stream*() to filename.c

14 years agos3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty [Sat, 11 Jul 2009 01:11:32 +0000 (18:11 -0700)]
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.

14 years agos3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty [Fri, 10 Jul 2009 21:50:37 +0000 (14:50 -0700)]
s3: Change fsp->fsp_name to be an smb_filename struct!

14 years agos3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx()
Tim Prouty [Fri, 10 Jul 2009 18:50:30 +0000 (11:50 -0700)]
s3 onefs oplocks: Replace static fstring with talloc'd dbg_ctx()

14 years agos3: Change file_structs to be allocated with talloc instead of malloc
Tim Prouty [Fri, 10 Jul 2009 17:38:56 +0000 (10:38 -0700)]
s3: Change file_structs to be allocated with talloc instead of malloc

14 years agolib util: Fix const warning
Tim Prouty [Mon, 20 Jul 2009 22:37:18 +0000 (15:37 -0700)]
lib util: Fix const warning

14 years agoMake cli_send_mailslot() static. Preparing to do away with unexpected.tdb....
Jeremy Allison [Mon, 20 Jul 2009 22:15:08 +0000 (15:15 -0700)]
Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb....
Jeremy.

14 years agoMake tdb transaction lock recursive (samba version)
Rusty Russell [Sat, 18 Jul 2009 05:58:58 +0000 (15:28 +0930)]
Make tdb transaction lock recursive (samba version)

This patch replaces 6ed27edbcd3ba1893636a8072c8d7a621437daf7 and
1a416ff13ca7786f2e8d24c66addf00883e9cb12, which fixed the bug where traversals
inside transactions would release the transaction lock early.

This solution is more general, and solves the more minor symptom that nested
traversals would also release the transaction lock early.  (It was also suggestd in
Volker's comment in 6ed27ed).

This patch also applies to ctdb, if the traverse.c part is removed (ctdb's tdb
code never received the previous two fixes).

Tested using the testsuite from ccan (adapted to the samba code).  Thanks to
Michael Adam for feedback.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Michael Adam <obnox@samba.org>
14 years agoRe-add accidently removed shares test.
Jelmer Vernooij [Mon, 20 Jul 2009 08:25:25 +0000 (10:25 +0200)]
Re-add accidently removed shares test.

14 years agos4:kdc Add in a simple check for constrained delegation to self
Andrew Bartlett [Sat, 18 Jul 2009 00:15:55 +0000 (10:15 +1000)]
s4:kdc Add in a simple check for constrained delegation to self

To do this properly, we must use the PAC, but for now this is enough
to check that we are delegating to another name on the same host
(which must be safe).

(Windows 7 does this a lot, also noted in bug 6273)

Andrew Bartlett

14 years ago[SAMBA 4 directory] Refactoring and clean up of directory structure
Matthias Dieter Wallnöfer [Fri, 10 Jul 2009 10:48:18 +0000 (12:48 +0200)]
[SAMBA 4 directory] Refactoring and clean up of directory structure

- Adds more system objects which make sense to have them in SAMBA 4 also to
  have them when we add more and more services related to the directory (volume
  support, DFS, replication service, COM...)
- Make sure that "isCriticalSystemObject" and "showInAdvancedViewOnly" attributes
  are set correctly on each object

14 years agopidl: Print actual type names in errors about unknown origins rather than 'HASH(0x...
Jelmer Vernooij [Sun, 19 Jul 2009 19:12:56 +0000 (21:12 +0200)]
pidl: Print actual type names in errors about unknown origins rather than 'HASH(0x....)'.

14 years agopidl: Print proper errors when arrays don't have a specified size rather than spewing...
Jelmer Vernooij [Sun, 19 Jul 2009 18:42:52 +0000 (20:42 +0200)]
pidl: Print proper errors when arrays don't have a specified size rather than spewing pages of perl warnings.

14 years agoRemove unused parameter setting.
Jelmer Vernooij [Sun, 19 Jul 2009 16:58:22 +0000 (18:58 +0200)]
Remove unused parameter setting.

14 years agoRemove unnecessary imports.
Jelmer Vernooij [Sun, 19 Jul 2009 16:51:15 +0000 (18:51 +0200)]
Remove unnecessary imports.

14 years agoMerge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij [Sun, 19 Jul 2009 15:39:23 +0000 (17:39 +0200)]
Merge branch 'master' of git://git.samba.org/samba

14 years agoInclude ntsvc NDR in libndr-standard.
Jelmer Vernooij [Sun, 19 Jul 2009 15:18:04 +0000 (17:18 +0200)]
Include ntsvc NDR in libndr-standard.

14 years agoRemove unused variable.
Jelmer Vernooij [Sun, 19 Jul 2009 15:17:23 +0000 (17:17 +0200)]
Remove unused variable.

14 years agosource4/lib/registry/patchfile.c(reg_diff_load): fixed possible resource leak.
Slava Semushin [Sat, 18 Jul 2009 16:30:33 +0000 (23:30 +0700)]
source4/lib/registry/patchfile.c(reg_diff_load): fixed possible resource leak.

File descriptor leaks when write(2) fails and we are returning from
function.

Found by cppcheck:
[./source4/lib/registry/patchfile.c:319]: (error) Resource leak: fd

14 years agolib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.
Slava Semushin [Sat, 18 Jul 2009 09:28:53 +0000 (16:28 +0700)]
lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.

Found by cppcheck:
[./lib/util/util_file.c:383]: (error) Resource leak: fd

14 years agoFix broken password quality check
Matthieu Patou [Sat, 11 Jul 2009 13:57:35 +0000 (15:57 +0200)]
Fix broken password quality check

This fixes broken password tests when the passwords contain non ASCII characters
(e.g. accentuated chars like ('e, `e, ...)

14 years agoFix typo
Matthias Dieter Wallnöfer [Wed, 15 Jul 2009 11:25:04 +0000 (13:25 +0200)]
Fix typo

14 years ago[SAMBA 4] Some cosmetic changes for the LDB modules
Matthias Dieter Wallnöfer [Fri, 17 Jul 2009 16:13:28 +0000 (18:13 +0200)]
[SAMBA 4] Some cosmetic changes for the LDB modules

Some corrections which make the code a bit more readable (no functional changes here)

14 years agoinclude unix.h if it's available
Matt Kraai [Thu, 9 Jul 2009 16:45:28 +0000 (09:45 -0700)]
include unix.h if it's available

14 years agoCosmetic correction
Matthias Dieter Wallnöfer [Thu, 9 Jul 2009 15:54:42 +0000 (17:54 +0200)]
Cosmetic correction

Changes the order of two commands. First set up the "priv" structure, then
assign it to the "ntvfs" structure.

14 years agoMerge more ndr interfaces into libndr-standard.
Jelmer Vernooij [Sun, 19 Jul 2009 13:39:52 +0000 (15:39 +0200)]
Merge more ndr interfaces into libndr-standard.

14 years agolibrpc: Integrate some subsystems now part of libndr-standard and integrate ndr_dfs...
Jelmer Vernooij [Sun, 19 Jul 2009 11:41:04 +0000 (13:41 +0200)]
librpc: Integrate some subsystems now part of libndr-standard and integrate ndr_dfs in libndr-standard.

14 years agoAdd missing includes.
Jelmer Vernooij [Sun, 19 Jul 2009 11:39:38 +0000 (13:39 +0200)]
Add missing includes.

14 years agoprovision: Remove unused imports.
Jelmer Vernooij [Sun, 19 Jul 2009 11:19:54 +0000 (13:19 +0200)]
provision: Remove unused imports.

14 years agoCreate libndr-standard, which includes the NDR marshalling code for
Jelmer Vernooij [Sun, 19 Jul 2009 10:41:09 +0000 (12:41 +0200)]
Create libndr-standard, which includes the NDR marshalling code for
the "standard" set of DCE/RPC interfaces found on Windows.

14 years agoRemove unnecessary include, update README.
Jelmer Vernooij [Sun, 19 Jul 2009 10:15:59 +0000 (12:15 +0200)]
Remove unnecessary include, update README.

14 years agoRemove outdated status file about samba3 -> samba4 upgrade project.
Jelmer Vernooij [Sun, 19 Jul 2009 10:10:47 +0000 (12:10 +0200)]
Remove outdated status file about samba3 -> samba4 upgrade project.

14 years agoFix a few type errors in VFS modules
Volker Lendecke [Sun, 19 Jul 2009 00:32:44 +0000 (02:32 +0200)]
Fix a few type errors in VFS modules

14 years agoVFS examples: Update copy of config.{guess,sub}.
Jelmer Vernooij [Sat, 18 Jul 2009 18:04:11 +0000 (20:04 +0200)]
VFS examples: Update copy of config.{guess,sub}.

14 years agopython: Set right ldb modules directory when using system ldb.
Jelmer Vernooij [Sat, 18 Jul 2009 16:39:20 +0000 (18:39 +0200)]
python: Set right ldb modules directory when using system ldb.

14 years agoActually fill in ldb modules directory.
Jelmer Vernooij [Sat, 18 Jul 2009 16:28:57 +0000 (18:28 +0200)]
Actually fill in ldb modules directory.

14 years agoRemove pyldb_util and simply duplicate the 5-line function it contains,
Jelmer Vernooij [Sat, 18 Jul 2009 14:11:21 +0000 (16:11 +0200)]
Remove pyldb_util and simply duplicate the 5-line function it contains,
rather than creating a separate shared library for it.

14 years agoldb: Display SHLD_FLAGS when building.
Jelmer Vernooij [Sat, 18 Jul 2009 08:37:59 +0000 (10:37 +0200)]
ldb: Display SHLD_FLAGS when building.

14 years agoFix Coverity CIDs 887, 888. Don't pass NULL's to functions
Jeremy Allison [Sat, 18 Jul 2009 04:50:33 +0000 (21:50 -0700)]
Fix Coverity CIDs 887, 888. Don't pass NULL's to functions
that deref them.
Jeremy.