1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3
Derrell Lipman 4a413b3043 r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqeuent
attempts to set attributes to fail.

- I also noticed that missing attributes were setting an invalid return string
  by getxattr(), e.g. if there was not group, the return string had "GROUP:;"
  instead of excluding the GROUP attribute entirely as it should.  The big
  problem with the way it was, is that the string could not then be passed to
  setxattr() and parsed.
(This used to be commit 7213b5ebec)
2007-10-10 12:22:07 -05:00
..
auth r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and 2007-10-10 12:22:01 -05:00
client r22779: Patch for not prompting for password on cifs mounts when "sec=none" 2007-10-10 12:21:56 -05:00
codepages r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
groupdb r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "net 2007-10-10 12:21:57 -05:00
include r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches 2007-10-10 12:22:02 -05:00
iniparser r19928: Fix klokwork id 4509, 4573, 4574. 2007-10-10 12:16:10 -05:00
intl r21973: make use of tdb_*_bystring() and string_term_tdb_data() 2007-10-10 12:18:54 -05:00
lib r22911: Pass a messaging_context to message_send_all 2007-10-10 12:22:07 -05:00
libaddns r22589: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
libads r22893: Use ldap_rename_s instead of deprecated ldap_rename2_s. 2007-10-10 12:22:05 -05:00
libgpo r22803: Add some more flesh to the GPO security filtering (still very basic). 2007-10-10 12:21:59 -05:00
libmsrpc r22590: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
librpc r22747: Fix some C++ warnings 2007-10-10 12:21:54 -05:00
libsmb r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqeuent 2007-10-10 12:22:07 -05:00
locking r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside 2007-10-10 12:22:02 -05:00
m4 r22441: Add automatic dependency tracking. The dependency generation is 2007-10-10 12:19:34 -05:00
modules r22907: Fix the build with --enable-profiling-data 2007-10-10 12:22:06 -05:00
nmbd r22911: Pass a messaging_context to message_send_all 2007-10-10 12:22:07 -05:00
nsswitch r22908: All callers of message_init now also call messaging_init. Unify those. 2007-10-10 12:22:07 -05:00
pam_smbpass r16241: Fix Klocwork #106 and others like it. 2007-10-10 11:17:27 -05:00
param r22648: Fix comment to match the code. 2007-10-10 12:19:52 -05:00
passdb r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and 2007-10-10 12:22:01 -05:00
po r20745: Commit Finnish transalation of SWAT after review 2007-10-10 12:17:08 -05:00
popt r17347: Some C++ warnings -- 271 left 2007-10-10 11:38:27 -05:00
printing r22895: Convert some more calls from message_send_buf to messaging_send_buf 2007-10-10 12:22:05 -05:00
profile r22900: Convert profile/ to messaging_send_pid/messaging_register 2007-10-10 12:22:05 -05:00
python r22840: Add -pie support to Python's setup.py. This should fix build of python libs on recent distributions that take care of security. 2007-10-10 12:22:01 -05:00
registry r22590: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
rpc_client r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and 2007-10-10 12:22:01 -05:00
rpc_parse r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches 2007-10-10 12:22:02 -05:00
rpc_server r22911: Pass a messaging_context to message_send_all 2007-10-10 12:22:07 -05:00
rpcclient r22589: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
script r22401: Add bzr revision+nick support to mkversion.sh. 2007-10-10 12:19:32 -05:00
services r20069: Fix logic bug I introduced 2007-10-10 12:16:23 -05:00
smbd r22911: Pass a messaging_context to message_send_all 2007-10-10 12:22:07 -05:00
stf r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
tests r22731: - Fix bug #4594. 2007-10-10 12:21:51 -05:00
torture r22908: All callers of message_init now also call messaging_init. Unify those. 2007-10-10 12:22:07 -05:00
utils r22911: Pass a messaging_context to message_send_all 2007-10-10 12:22:07 -05:00
web r22761: This introduces lib/conn_tdb.c with two main functions: connections_traverse 2007-10-10 12:21:55 -05:00
.dmallocrc
.indent.pro r11131: updating indent resource file from trunk 2007-10-10 11:05:01 -05:00
.valgrind_suppressions r19062: try to fix the valgrind noise in the build-farm 2007-10-10 12:15:07 -05:00
autogen.sh r22441: Add automatic dependency tracking. The dependency generation is 2007-10-10 12:19:34 -05:00
change-log
config.guess r11375: Update to the latest config.guess and config.sub files. 2007-10-10 11:05:14 -05:00
config.sub r11375: Update to the latest config.guess and config.sub files. 2007-10-10 11:05:14 -05:00
configure.developer r18373: copy over configure.developer from samba4 which adds 2007-10-10 11:51:20 -05:00
configure.in r22878: Warn in $PATH contains /usr/ucb. Bugzilla #4295. 2007-10-10 12:22:05 -05:00
depcomp r22441: Add automatic dependency tracking. The dependency generation is 2007-10-10 12:19:34 -05:00
Doxyfile r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
dynconfig.c r15848: Introduce commandline options to set the remainder of the parameters in 2007-10-10 11:17:11 -05:00
install-sh
mainpage.dox
Makefile.in r22879: Tidy the build rules for targets that need the installation paths. 2007-10-10 12:22:05 -05:00
samba3-knownfail r19552: Fix names of known failing tests. 2007-10-10 12:15:41 -05:00
smbadduser.in r13384: Adding in some more SuSE patches 2007-10-10 11:09:57 -05:00
TODO r18188: merge 3.0-libndr branch 2007-10-10 11:43:56 -05:00
VERSION r22654: And this is now Samba 3.0.27pre1-SVN 2007-10-10 12:19:53 -05:00