1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3
Jeremy Allison 38369ba741 Ensure we turn off POSIX large read/write if encryption
is mandatory or signing is on.
Jeremy.
(This used to be commit 5088b70479)
2007-12-28 00:02:13 -08:00
..
auth Fix "may be used uninitialized" compiler warnings. 2007-12-22 14:10:06 -08:00
client Add the capability to set "smb encrypt = required" 2007-12-27 23:51:03 -08:00
codepages
exports Add files for new LGPL libwbclient DSO implementing the Winbind client API 2007-12-21 11:58:04 -06:00
groupdb Fix flags in call of lookup_name() in pdb_default_create_alias(). 2007-12-17 13:05:45 +01:00
include Add the capability to set "smb encrypt = required" 2007-12-27 23:51:03 -08:00
iniparser r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17. 2007-10-10 12:22:51 -05:00
iniparser_build r23314: For some systems it's needed to inject replace.h into 2007-10-10 12:23:05 -05:00
intl Patch 2 of 3 from Debian Samba packagers: 2007-11-01 15:53:44 -04:00
lib Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
libaddns RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
libads Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
libgpo Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
libnet Move libnet_smbconf_reg_open_basepath() in source file 2007-12-26 01:03:28 +01:00
librpc Use dom_sid_string for sid_string_talloc 2007-12-15 22:33:52 +01:00
libsmb Encryption works better when you add the client decrypt code :-). 2007-12-26 17:17:36 -08:00
locking Remove redundant connection_struct from fd_close_posix() parameter list. 2007-12-22 02:01:32 +01:00
m4 r23094: Update the iconv detection to handle cross-compiles better. If we are 2007-10-10 12:22:45 -05:00
modules typos 2007-12-27 00:22:07 +01:00
nmbd Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
nsswitch Fix wbcAllocate[GU]id 2007-12-23 00:49:32 +01:00
pam_smbpass Fix pam_smbpass build 2007-12-13 12:55:32 +03:00
param Add "smb encrypt" parameter. Can be set to "no, yes, required". 2007-12-27 16:54:07 -08:00
passdb Remove the sampwent interface 2007-12-26 18:57:15 +01:00
pkgconfig Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}. 2007-12-21 22:07:12 +01:00
po r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
popt r24048: Fix the C++ warnings in our version of popt 2007-10-10 12:28:59 -05:00
printing Two more static fstrings gone. 2007-12-18 18:16:40 -08:00
profile Add in the recvfile entry to the VFS layer with a default 2007-10-29 17:16:13 -07:00
registry Cut down memory usage of registry initialization 2007-12-16 14:02:46 +01:00
rpc_client Kill fstring in getdcname & getanydcname return. 2007-12-21 15:12:40 +01:00
rpc_parse Use the %*s feature of snprintf to remove anothe static fstring. 2007-12-17 16:20:44 -08:00
rpc_server Remove a silly static 2007-12-27 22:33:02 +01:00
rpcclient Kill fstring in getdcname & getanydcname return. 2007-12-21 15:12:40 +01:00
script selftest: also export LD_LIBRARY_PATH for samba4's smbtorture 2007-12-23 20:09:16 +01:00
services Some C++ fixes 2007-12-21 09:58:21 +01:00
smbd Ensure we turn off POSIX large read/write if encryption 2007-12-28 00:02:13 -08:00
stf r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
tests [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
torture Remove the sampwent interface 2007-12-26 18:57:15 +01:00
utils Convert pdbedit to use pdb_search_users 2007-12-26 18:57:15 +01:00
web Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
winbindd Add NT error to debug to try and track this down. 2007-12-21 16:43:02 -08:00
.dmallocrc
.indent.pro [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
autogen.sh r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to deal 2007-10-10 12:23:11 -05:00
change-log
config.guess r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
config.sub r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
configure.developer use nss_wrapper code in samba3 when --enable-nss-wrapper is given 2007-11-09 09:52:58 +01:00
configure.in Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage 2007-12-25 18:37:42 +01:00
Doxyfile [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
dynconfig.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
install-sh
library-versions.in Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test 2007-12-21 13:14:59 -08:00
mainpage.dox
Makefile.in Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
smbadduser.in
VERSION Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH 2007-10-21 12:32:06 -05:00