Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-07 | Remove unused get_file_size() function. | Jeremy Allison | 2 | -14/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Feb 7 20:56:28 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3: Increase debug level of basic ctdb packet handling | Volker Lendecke | 1 | -6/+6 | |
This clutters the debug level 10 output significantly without much value Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Feb 7 18:19:08 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3-waf: Link tdbsam against needed libraries. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Feb 7 12:49:59 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3-waf: Link against tdb_compat instead of tdb. | Andreas Schneider | 2 | -7/+7 | |
2012-02-06 | s3-winbind: Remove unused bool "local" | Christof Schmitt | 1 | -5/+2 | |
"local" is always False, so simply remove it and the if statement checking its value. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 6 23:27:48 CET 2012 on sn-devel-104 | |||||
2012-02-06 | s3: FreeBSD does not define sin6_addr.s_addr32 | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 20:03:58 CET 2012 on sn-devel-104 | |||||
2012-02-06 | lib/util: Add hex_encode_buf | Volker Lendecke | 2 | -0/+22 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 09:15:33 CET 2012 on sn-devel-104 | |||||
2012-02-03 | Ensure when setting a POSIX ACL, that the uid for a | Jeremy Allison | 1 | -0/+60 | |
SMB_ACL_USER_OBJ ACE (the owner ACE entry) has a duplicate permission entry as an SMB_ACL_USER, and a gid for a SMB_ACL_GROUP_OBJ ACE (the primary group ACE entry) also has a duplicate permission entry as an SMB_ACL_GROUP. If not, then if the ownership or group ownership of this file or directory gets changed, the user or group can lose their access. | |||||
2012-02-03 | Fix mistaken assignment of gid to uid field. | Jeremy Allison | 1 | -1/+1 | |
2012-02-03 | Replace bool flags inside ensure_canon_entry_valid() with pointers. | Jeremy Allison | 1 | -11/+12 | |
This will make the second tweak to the ACL mapping on set easier. | |||||
2012-02-03 | Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the ↵ | Jeremy Allison | 1 | -1/+36 | |
acl_xattr module. | |||||
2012-02-03 | Replace all malloc/free with talloc on tos. | Jeremy Allison | 1 | -41/+41 | |
2012-02-03 | s3-nmbd: don't discard DGRAM frames from local addresses when we are a DC | Matthieu Patou | 1 | -15/+17 | |
Winbind use netbios to locate the DC, if samba is also a DC then nmbd receive request from Winbind that are from a local address, those requests must not be discarded otherwise winbind can't find the DC and won't try another method. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Feb 3 11:09:29 CET 2012 on sn-devel-104 | |||||
2012-02-03 | s3-pid: Catch with pid filename's change when config file is not smb.conf | Matthieu Patou | 1 | -1/+25 | |
This is what is done in pidfile_create | |||||
2012-02-03 | Only ask for specific permissions required when setting an ACL. | Jeremy Allison | 1 | -3/+12 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 3 03:07:33 CET 2012 on sn-devel-104 | |||||
2012-02-02 | Allow a SACL to be sent in cli_set_secdesc(). | Jeremy Allison | 1 | -0/+2 | |
2012-02-02 | s3: Test for faulty xattr_tdb listxattr | Volker Lendecke | 3 | -0/+17 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 2 22:10:49 CET 2012 on sn-devel-104 | |||||
2012-02-02 | s3-xattr_tdb: Fix listxattr | Volker Lendecke | 1 | -1/+1 | |
We have to tell the caller how many bytes we actually want | |||||
2012-02-02 | s3-vfstest: Add removexattr | Volker Lendecke | 1 | -0/+21 | |
2012-02-02 | s3-vfstest: Add setxattr | Volker Lendecke | 1 | -0/+27 | |
2012-02-02 | s3-vfstest: Add listxattr | Volker Lendecke | 1 | -0/+48 | |
2012-02-02 | s3-vfstest: Add getxattr | Volker Lendecke | 1 | -0/+37 | |
2012-02-02 | s3: Move stream_depot test to script/tests | Volker Lendecke | 3 | -1/+1 | |
2012-02-02 | s3: Use ARRAY_SIZE in bsd_attr_list | Volker Lendecke | 1 | -1/+1 | |
2012-02-02 | s3: Simplify streams_depot a bit | Volker Lendecke | 1 | -14/+5 | |
b0c0b949 is a bit involved. Passing down booleans is almost never very clear | |||||
2012-02-02 | s3-vfstest: Fix an uninitialized read in close | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 2 18:00:58 CET 2012 on sn-devel-104 | |||||
2012-02-02 | s3-vfstest: Fix a double-free on closing a file | Volker Lendecke | 1 | -1/+1 | |
"mem_ctx" will be gone after we leave the routine | |||||
2012-02-02 | s3:auth: fill the sids array of the info3 in ↵ | Stefan Metzmacher | 1 | -0/+53 | |
wbcAuthUserInfo_to_netr_SamInfo3() (bug #8739) Originally, only the rid array was filled and foreign domain sids were omitted. Pair-Programmed-With: Michael Adam <obnox@samba.org> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 2 12:59:32 CET 2012 on sn-devel-104 | |||||
2012-02-02 | s3:auth: fix potential gap creation in wbcsids_to_samr_RidWithAttributeArray() | Stefan Metzmacher | 1 | -4/+5 | |
Pair-Programmed-With: Michael Adam <obnox@samba.org> metze | |||||
2012-02-02 | s3-libsmb: Remove dead prototype. | Andreas Schneider | 1 | -1/+0 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Feb 2 10:33:13 CET 2012 on sn-devel-104 | |||||
2012-02-01 | s3-libsmb: Remove dead gssapi code. | Andreas Schneider | 2 | -113/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 1 23:29:44 CET 2012 on sn-devel-104 | |||||
2012-02-01 | s3-lib: Fix util_cmdline which doesn't use popt. | Andreas Schneider | 9 | -53/+76 | |
This creates its own header file for util_cmdline so it doesn't need to link against popt. This should fix linking on FreeBSD. | |||||
2012-02-01 | s3: Test for bug 8733 | Volker Lendecke | 3 | -0/+19 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 1 21:53:50 CET 2012 on sn-devel-104 | |||||
2012-02-01 | s3-vfstest: Correctly initialize the connection path | Volker Lendecke | 1 | -0/+2 | |
2012-02-01 | s3-vfstest: Fix some uninitialized vars | Volker Lendecke | 1 | -2/+2 | |
2012-02-01 | s3-vfstest: Fix some pointless statics | Volker Lendecke | 1 | -4/+4 | |
2012-02-01 | s3-vfstest: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2012-02-01 | s3-vfstest: Fix some nonblank line endings | Volker Lendecke | 2 | -25/+24 | |
2012-02-01 | s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used() | Michael Adam | 1 | -1/+1 | |
Accidential "=" instead of "==". Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 1 17:10:15 CET 2012 on sn-devel-104 | |||||
2012-02-01 | s3-auth Remove unused nt_status_squash from auth_context | Andrew Bartlett | 1 | -1/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 1 04:18:50 CET 2012 on sn-devel-104 | |||||
2012-02-01 | s3/wscript: Fix dependency on gssapi, necessary when there is no system ↵ | Jelmer Vernooij | 1 | -1/+1 | |
Kerberos. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Feb 1 02:43:11 CET 2012 on sn-devel-104 | |||||
2012-02-01 | source3/wscript: Expand tabs, to prevent confusion (whitespace is ↵ | Jelmer Vernooij | 1 | -321/+321 | |
significant in python/waf). | |||||
2012-02-01 | s3: Add rmdir operation to streams_depot | Volker Lendecke | 1 | -0/+47 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 1 01:05:57 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3: Delete streams on directories | Volker Lendecke | 1 | -0/+11 | |
2012-01-31 | s3: Simplify an if-statement | Volker Lendecke | 1 | -1/+1 | |
is_ntfs_default_stream_smb_fname already contains all checks that the variable "stream_name" gives us here. | |||||
2012-01-31 | s3:client: ignore SMBecho errors (the server may not support it) (bug #8139) | Stefan Metzmacher | 1 | -3/+7 | |
metze | |||||
2012-01-31 | Revert "Fix bug #8139 - smbclient fails if server does not support Echo ↵ | Stefan Metzmacher | 1 | -5/+1 | |
request." This reverts commit 1fdc96ecaff8ca12e9aa0082527468ad4242a8a9. This is wrong in master as the error codes are different compared to 3.5.x. The correct way to handle this is to call cli_state_is_connected(). metze | |||||
2012-01-31 | s3:smbd: inline code in reply_sesssetup_and_X_spnego() | Stefan Metzmacher | 1 | -102/+71 | |
This makes the logic much easier to follow. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 31 21:52:45 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3:smbd: the spnego session setup don't need to copy the in blob | Stefan Metzmacher | 1 | -10/+5 | |
metze | |||||
2012-01-31 | s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_generic | Stefan Metzmacher | 1 | -27/+5 | |
This removes the unused spnego_gen_auth_response() wrapping. metze |