1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source
Andrew Bartlett 30d0998c8c More fixes towards warnings on the IRIX compiler
(and yes, some of these are real bugs)

In particular, the samr code was doing an &foo of various types, to a function
that assumed uint32.  If time_t isn't 32 bits long, that broke.

They are assignment compatible however, so use that and an intermediate
variable.

Andrew Bartlett
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 Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 0001-01-01 00:00:00 +00:00
bin ignore a few more files 0001-01-01 00:00:00 +00:00
client More fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
codepages removed old unused files 0001-01-01 00:00:00 +00:00
groupdb Globally replace 'global_sam_sid' with get_global_sam_sid(), a self 0001-01-01 00:00:00 +00:00
include * refactored registry operations some. subkey lists and 0001-01-01 00:00:00 +00:00
intl Removed version number from file header. 0001-01-01 00:00:00 +00:00
lib Add some const to try and get less warnings. 0001-01-01 00:00:00 +00:00
libads More fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
libsmb Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 0001-01-01 00:00:00 +00:00
locking Failing to find an entry when doing mod_share_entry isn't a error 0001-01-01 00:00:00 +00:00
msdfs Address the string_sub problem by changing len = 0 to mean "no expand". 0001-01-01 00:00:00 +00:00
nmbd the last WINS update broke self registration when we are a WINS 0001-01-01 00:00:00 +00:00
nsswitch Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 0001-01-01 00:00:00 +00:00
pam_smbpass compile fixes; needs testing 0001-01-01 00:00:00 +00:00
param Gone back to explicit queue number passing as snum - removed encoding of 0001-01-01 00:00:00 +00:00
passdb More fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
po added fr.msg from Fanch 0001-01-01 00:00:00 +00:00
popt stop popt from doing its own intl stuff 0001-01-01 00:00:00 +00:00
printing More fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
profile Removed version number from file header. 0001-01-01 00:00:00 +00:00
python Regenerated. 0001-01-01 00:00:00 +00:00
registry enumeration of printers keys ( no data yet ) via the registry 0001-01-01 00:00:00 +00:00
rpc_client Proper merge of all the working printing stuff from APPLIANCE_HEAD. 0001-01-01 00:00:00 +00:00
rpc_parse Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 0001-01-01 00:00:00 +00:00
rpc_server More fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
rpcclient If we can't connect, make sure its a level 0 so we see it, and the reason. 0001-01-01 00:00:00 +00:00
script virtual registry framework with initial printing hooks. 0001-01-01 00:00:00 +00:00
smbd Make it clear that the 'service' isn't to be touched. (Make it const). 0001-01-01 00:00:00 +00:00
smbwrapper Removed version number from file header. 0001-01-01 00:00:00 +00:00
tdb don't report the faiilure of non-blocking locks. They are supposed to 0001-01-01 00:00:00 +00:00
tests added a simple test to see whether building shared libraries actually 0001-01-01 00:00:00 +00:00
torture Test how many pipes we can open. 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 fixes towards warnings on the IRIX compiler 0001-01-01 00:00:00 +00:00
web This commit finally gives us multiple wins server groups. We now 0001-01-01 00:00:00 +00:00
wrepld fixed a number of real bugs found by warnings on the 64 bit irix compiler 0001-01-01 00:00:00 +00:00
.cvsignore ignore a few more files 0001-01-01 00:00:00 +00:00
.dmallocrc Sample configuration for dmalloc. 0001-01-01 00:00:00 +00:00
acconfig.h This removes --with-ssl from Samba. 0001-01-01 00:00:00 +00:00
aclocal.m4 merging some autoconf changes from SAMBA_2_2 0001-01-01 00:00:00 +00:00
architecture.doc
change-log
CodingSuggestions put the ifdef for HAVE_VA_COPY in one place rather than in lots of 0001-01-01 00:00:00 +00:00
config.guess By popular demand: a new config.guess and config.sub 0001-01-01 00:00:00 +00:00
config.sub By popular demand: a new config.guess and config.sub 0001-01-01 00:00:00 +00:00
configure Kill off codepage related stuff, now we don't use codepages any more. 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 Kill off codepage related stuff, now we don't use codepages any more. 0001-01-01 00:00:00 +00:00
configure.nodebug.developer
Doxyfile Fixed typo. 0001-01-01 00:00:00 +00:00
dynconfig.c couple of PIDDIR merges I missed 0001-01-01 00:00:00 +00:00
install-sh
internals.doc The big character set handling changeover! 0001-01-01 00:00:00 +00:00
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 0001-01-01 00:00:00 +00:00
Makefile.in virtual registry framework with initial printing hooks. 0001-01-01 00:00:00 +00:00
parsing.doc
smbadduser