Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-17 | s4 dns: Add some debug output | Kai Blin | 1 | -0/+3 | |
2011-12-17 | s4 dns: Actually handle the update request | Kai Blin | 3 | -0/+383 | |
2011-12-17 | s4 dns: Implement RFC-compatible update prescan | Kai Blin | 2 | -6/+41 | |
2011-12-17 | s4 dns: Update prerequisite checking conforming to RFC | Kai Blin | 4 | -42/+313 | |
2011-12-17 | s4 dns: Give better test output on RCODE mismatch | Kai Blin | 1 | -1/+20 | |
2011-12-17 | s4 dns: Move record lookup to dns_utils.c | Kai Blin | 3 | -36/+58 | |
2011-12-17 | s4 dns: Implement dns record comparison function | Kai Blin | 2 | -0/+57 | |
2011-12-17 | s4 dns: Implement dns name equality check | Kai Blin | 2 | -0/+10 | |
2011-12-17 | s4 dns: Fix some typos in comments and a whitespace | Kai Blin | 1 | -3/+3 | |
2011-12-17 | check_name() not needed in mkdir. | Jeremy Allison | 1 | -5/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 17 02:44:55 CET 2011 on sn-devel-104 | |||||
2011-12-17 | Ensure VALID_STAT before accessing fields. | Jeremy Allison | 1 | -1/+3 | |
2011-12-17 | s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR status | Stefan Metzmacher | 1 | -0/+7 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 17 01:09:32 CET 2011 on sn-devel-104 | |||||
2011-12-16 | Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ↵ | Jeremy Allison | 1 | -2/+4 | |
the share. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 16 23:32:26 CET 2011 on sn-devel-104 | |||||
2011-12-16 | Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls. | Jeremy Allison | 1 | -1/+4 | |
2011-12-16 | wafsamba: Fix undefined variable name in error message. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 16 21:53:57 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s3:idmap_autorid: use less transactions | Christian Ambach | 1 | -55/+76 | |
reduce the amount of transactions that are mostly unnecessary because no updates were done, only reads Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Fri Dec 16 20:18:37 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s3:dbwrap fix return value of db_tdb_parse | Christian Ambach | 1 | -1/+5 | |
use the TDB ecode to determine the NTSTATUS return value and not the return code that is just -1 | |||||
2011-12-16 | s3:printing/spoolssd: avoid using server_messaging_context() | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 16 16:29:41 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s3:smbd: remove unused sconn_server_id() | Stefan Metzmacher | 4 | -31/+0 | |
metze | |||||
2011-12-16 | s3:smbd: avoid using sconn_server_id() | Stefan Metzmacher | 9 | -19/+24 | |
metze | |||||
2011-12-16 | s3:locking: avoid using sconn_server_id() | Stefan Metzmacher | 2 | -7/+7 | |
metze | |||||
2011-12-16 | s3:lib/conn_tdb: avoid using sconn_server_id() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-12-16 | s4:libcli/rap: the caller should get talloc children from ↵ | Stefan Metzmacher | 2 | -1/+6 | |
call->ndr_pull_{param,data} This should fix the flakey 'rap.printing.rap_printq_getinfo' test, see https://git.samba.org/autobuild.flakey/2011-12-16-0022/samba4.stdout metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 16 13:11:42 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s4:libcli/rap: call->ndr_push_{param,data} can be talloc childs of 'call' | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-12-16 | s4:libcli/rap: use talloc_zero() and initialize everything | Stefan Metzmacher | 1 | -8/+3 | |
metze | |||||
2011-12-16 | s4:libcli/rap: remove unused members from struct rap_call | Stefan Metzmacher | 1 | -3/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 16 10:53:42 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s4:libcli/rap: initialize call->rcv_datalen | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-12-16 | s3: Add some const to find_oplock_types | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 16 09:10:07 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -3/+2 | |
Move the declaration of "id" closer to its use | |||||
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -4/+6 | |
Move the calculation of "new_file_created" closer to its use | |||||
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -3/+3 | |
Remove a negation where it's not necessary | |||||
2011-12-16 | Add support for TCP_DEFER_ACCEPT | Volker Lendecke | 1 | -0/+3 | |
"man tcp" on Linux says: TCP_DEFER_ACCEPT Allows a listener to be awakened only when data arrives on the socket. Takes an integer value (seconds), this can bound the maximum number of attempts TCP will make to complete the connection. This option should not be used in code intended to be portable. This might reduce the 139/445 forks a bit on high-load servers | |||||
2011-12-16 | s3: Slightly simplify delay_for_exclusive_oplocks | Volker Lendecke | 1 | -9/+15 | |
2011-12-16 | s3: Slightly simplify delay_for_batch_oplocks | Volker Lendecke | 1 | -6/+6 | |
2011-12-16 | Third part of fix for bug #8663 - deleting a symlink fails if the symlink ↵ | Jeremy Allison | 1 | -0/+8 | |
target is outside of the share. smbd_check_access_rights() - we can always delete a symlink. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 16 03:32:15 CET 2011 on sn-devel-104 | |||||
2011-12-15 | Second part of fix for bug #8663 - deleting a symlink fails if the symlink ↵ | Jeremy Allison | 1 | -1/+6 | |
target is outside of the share. Ensure we use UCF_UNIX_NAME_LOOKUP flags on filename_convert() when doing a UNIX infolevel in trans2setfilepathinfo(). | |||||
2011-12-15 | First part of fix for bug #8663 - deleting a symlink fails if the symlink ↵ | Jeremy Allison | 1 | -12/+0 | |
target is outside of the share. Remove two unneeded check_name() calls. They have already been done in order to get here. | |||||
2011-12-16 | lib/param: Set s4 "host msdfs = true" by default | Andrew Bartlett | 1 | -0/+2 | |
This matches the s3 loadparm, and makes this feature available by default for our users in a DC environment. (This is needed for the correct operation of GPOs). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Dec 16 01:08:34 CET 2011 on sn-devel-104 | |||||
2011-12-15 | loadparm: fixed service list handling | Andrew Tridgell | 1 | -14/+4 | |
when you have: server services = +smb -s3fs and 'smb' is already in the list, then this should not be an error. This ensures that a config that specifically sets the services it wants doesn't generate an error if the service list being set happens to be the default | |||||
2011-12-15 | pidfile: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+2 | |
this prevents a fd leak to child processes | |||||
2011-12-15 | s4-socket: use set_close_on_exec() | Andrew Tridgell | 2 | -0/+8 | |
this prevents a fd leak to child processes | |||||
2011-12-15 | genrand: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+9 | |
this prevents a fd leak to child processes | |||||
2011-12-15 | lib/util: added set_close_on_exec() | Andrew Tridgell | 2 | -0/+23 | |
this was already in tevent_util.c, but library layering prevented us from using it in some other libraries | |||||
2011-12-15 | dynconfig: added SBINDIR and BINDIR as updated dynconfig variables | Andrew Tridgell | 1 | -0/+2 | |
this allows these to work correctly in a build environment, pointing at bin/ | |||||
2011-12-15 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Dec 15 23:35:28 CET 2011 on sn-devel-104 | |||||
2011-12-15 | s3:vfs fix up vfs_gpfs after function pointer renames | Christian Ambach | 1 | -25/+25 | |
In 422494a8e630e2ca89386344eaa5346388698a32, vfs_gpfs.c was forgotten Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Dec 15 21:08:02 CET 2011 on sn-devel-104 | |||||
2011-12-15 | s3-libsmb: Don't duplicate kerberos service tickets. | Andreas Schneider | 1 | -5/+0 | |
This fixes bug #8628. Each time we do a client connection. Each time we call to function to get the service ticket from the cache we duplicate it. So with each connection we end up with one or three duplicated tickets. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Dec 15 19:30:42 CET 2011 on sn-devel-104 | |||||
2011-12-15 | s3-dbwrap: All relevant backends provide parse_record(). Remove the fallback. | Volker Lendecke | 1 | -37/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 15 17:41:53 CET 2011 on sn-devel-104 | |||||
2011-12-15 | s3-dbwrap: Remove the "fetch" db_context callback | Volker Lendecke | 5 | -113/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-12-15 | s3-dbwrap: Rewrite dbwrap_fetch in terms of dbwrap_parse_record | Volker Lendecke | 1 | -3/+30 | |
Signed-off-by: Michael Adam <obnox@samba.org> |