1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source
Andrew Bartlett cb84485a2b This patch applied, except without the structure changes to nmblib.c
Andrew Bartlett.

From kai@cmail.ru Mon Oct 29 18:50:42 2001
Date: Fri, 19 Oct 2001 17:26:06 +0300
From: Andrew V. Samoilov <kai@cmail.ru>
To: samba-technical@lists.samba.org
Subject: [patch]: makes some arrays const to be shared between processes

Hi!

This patch makes some arrays const. So these arrays go to text/rodata
segment and are shared between all of the processes which use shared
library with these arrays.

Regards,
Andrew V. Samoilov.

P.S. Please cc your answer to kai@cmail.ru,
I don't subscribed to this list.


ChangeLog:
	* cliconnect.c (prots): Make const.
	* clierror.c (rap_errmap): Likewise.
	* nmblib.c (nmb_header_opcode_names): Likewise.
	(lookup_opcode_name): Make opcode_namep const. Eliminate i.
	* nterr.c (nt_err_code_struct): Typedef const.
	* smberr.c (err_code_struct): Make const.
	(err_classes): Likewise.
0001-01-01 00:00:00 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 0001-01-01 00:00:00 +00:00
auth This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
bin Ok, I know it's a language thing and it shouldn't matter.... but a kerberos 0001-01-01 00:00:00 +00:00
client Remove xstrdup since it was added to lib/util.c. Caused compile failure 0001-01-01 00:00:00 +00:00
codepages removed old unused files 0001-01-01 00:00:00 +00:00
groupdb Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. 0001-01-01 00:00:00 +00:00
include This commit is number 2 of 4. 0001-01-01 00:00:00 +00:00
intl get rid of compiler warnings (casts and delete unused variables) 0001-01-01 00:00:00 +00:00
lib This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
libsmb This patch applied, except without the structure changes to nmblib.c 0001-01-01 00:00:00 +00:00
locking Move from timestamp to gen count file id's for finding oplocked files 0001-01-01 00:00:00 +00:00
msdfs get rid of compiler warnings (casts and delete unused variables) 0001-01-01 00:00:00 +00:00
nmbd Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-). 0001-01-01 00:00:00 +00:00
nsswitch This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
pam_smbpass samba-bugs@samba.org -> samba@samba.org 0001-01-01 00:00:00 +00:00
param added basic NTLMSSP support in smbd. This is still quite rough, and 0001-01-01 00:00:00 +00:00
passdb This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
po added de.msg from Andreas Moroder 0001-01-01 00:00:00 +00:00
popt more compiler warnings 0001-01-01 00:00:00 +00:00
printing Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. 0001-01-01 00:00:00 +00:00
profile Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. 0001-01-01 00:00:00 +00:00
rpc_client the next step in the intl changeover. This should get us compiling agian, 0001-01-01 00:00:00 +00:00
rpc_parse This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
rpc_server This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
rpcclient Converted a bunch of functions to use sscanf %i instead of atoi to 0001-01-01 00:00:00 +00:00
script always install swat language files 0001-01-01 00:00:00 +00:00
smbd This commit is number 4 of 4. 0001-01-01 00:00:00 +00:00
smbwrapper charset_initialise() doesn't exist anymore. 0001-01-01 00:00:00 +00:00
tdb Don't core dump when using spinlocks on a read-only tdb. Unfortunately this 0001-01-01 00:00:00 +00:00
tests Update to work with no crypt available, just like it will in Samba. 0001-01-01 00:00:00 +00:00
torture the next step in the intl changeover. This should get us compiling agian, 0001-01-01 00:00:00 +00:00
ubiqx Again, just syncronizing. The a function name was changed in the sll 0001-01-01 00:00:00 +00:00
utils more compiler warnings 0001-01-01 00:00:00 +00:00
web the next step in the intl changeover. This should get us compiling agian, 0001-01-01 00:00:00 +00:00
.cvsignore Add .headers.stamp 0001-01-01 00:00:00 +00:00
acconfig.h initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To 0001-01-01 00:00:00 +00:00
aclocal.m4 Added SWAT i18n feature: 0001-01-01 00:00:00 +00:00
architecture.doc first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
change-log global change from samba.anu.edu.au to samba.org 0001-01-01 00:00:00 +00:00
config.guess Updated to latest from gnu.org. 0001-01-01 00:00:00 +00:00
config.sub Updated to latest from gnu.org. 0001-01-01 00:00:00 +00:00
configure Fix popt library checking 0001-01-01 00:00:00 +00:00
configure.developer Change ./configure.developer to stay in effect across a 0001-01-01 00:00:00 +00:00
configure.in Fix popt library checking 0001-01-01 00:00:00 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 0001-01-01 00:00:00 +00:00
install-sh merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
internals.doc The big character set handling changeover! 0001-01-01 00:00:00 +00:00
Makefile.in Fix up the Makefile for now (thanks herb). 0001-01-01 00:00:00 +00:00
parsing.doc Added info about parsing debug messages. 0001-01-01 00:00:00 +00:00
smbadduser JHT ==> Removed linefeed that caused problems. 0001-01-01 00:00:00 +00:00