1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
Jeremy Allison c64cd552c4 Fixed a couple of nasty bugs only easily seen with no mmap. Firstly,
map_ptr not neccessarily set to NULL if no mmap, secondly, iterating
through a tdb was using SETLK, instead of SETLKW - would almost never
fail with mmap as the time holding the lock was so short, but was
easily seen with read/write. One finaly bug needs tracking down w.r.t.
traversal......
Jeremy.
(This used to be commit 313c2e8652)
2001-09-18 21:17:58 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00
auth move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
bin Ignore torture test binaries. 2001-09-12 07:36:27 +00:00
client move to SAFE_FREE() 2001-09-17 00:52:47 +00:00
codepages we don't need the codepage sources any more 2001-07-04 07:42:57 +00:00
groupdb move to SAFE_FREE() 2001-09-17 04:16:35 +00:00
include Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(struct locking_data) 2001-09-18 06:41:29 +00:00
lib fixed ctemp in server and client. It turns out that ctemp on NT is completely broken, and it's pointless to emulate their brokenness completely in this case, but at least this makes us use approximately the same packet format. The spec is complelet wrong in this case 2001-09-17 04:23:48 +00:00
libsmb Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. 2001-09-18 02:49:35 +00:00
locking Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(struct locking_data) 2001-09-18 06:41:29 +00:00
msdfs move to SAFE_FREE() 2001-09-17 04:16:35 +00:00
nmbd move to SAFE_FREE() 2001-09-17 04:35:51 +00:00
nsswitch move to SAFE_FREE() 2001-09-17 04:52:45 +00:00
pam_smbpass add a comment to make the code more readable 2001-08-24 18:29:37 +00:00
param move to SAFE_FREE() 2001-09-17 04:58:38 +00:00
passdb move to SAFE_FREE() 2001-09-17 05:04:17 +00:00
printing move to SAFE_FREE() 2001-09-17 09:25:57 +00:00
profile Restore the profiling data shmem parinoia. This whole area needs to be 2001-09-15 02:10:22 +00:00
rpc_client Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. 2001-09-18 02:49:35 +00:00
rpc_parse move to SAFE_FREE() 2001-09-17 10:00:29 +00:00
rpc_server move to SAFE_FREE() 2001-09-17 10:26:23 +00:00
rpcclient Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. 2001-09-18 02:49:35 +00:00
script replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00
smbd move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
smbwrapper move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
tdb Fixed a couple of nasty bugs only easily seen with no mmap. Firstly, 2001-09-18 21:17:58 +00:00
tests Update to work with no crypt available, just like it will in Samba. 2001-08-07 19:48:54 +00:00
torture move to SAFE_FREE() 2001-09-17 11:37:57 +00:00
ubiqx
utils move to SAFE_FREE() 2001-09-17 11:48:29 +00:00
web move to SAFE_FREE() 2001-09-17 11:48:29 +00:00
.cvsignore update for .proto.stamp 2001-09-15 12:24:09 +00:00
acconfig.h Fixed up Solaris 64 bit configure. 2001-09-15 00:29:54 +00:00
aclocal.m4 - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add 2001-05-30 12:28:13 +00:00
architecture.doc
change-log
config.guess Updated to latest from gnu.org. 2001-07-03 18:34:41 +00:00
config.sub Updated to latest from gnu.org. 2001-07-03 18:34:41 +00:00
configure Fixed up Solaris 64 bit configure. 2001-09-15 00:29:54 +00:00
configure.developer Allow user to specify CFLAGS even when using configure.developer 2001-07-05 12:28:01 +00:00
configure.in Fixed up Solaris 64 bit configure. 2001-09-15 00:29:54 +00:00
configure.nodebug.developer
install-sh
internals.doc The big character set handling changeover! 2001-07-04 07:15:53 +00:00
Makefile.in Kill off the dangerous passwd program default, as its both very 2001-09-16 00:07:04 +00:00
parsing.doc
smbadduser