1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/ubiqx
Andrew Bartlett 92a777d0ea BIG patch...
This patch makes Samba compile cleanly with -Wwrite-strings.
 - That is, all string literals are marked as 'const'.  These strings are
always read only, this just marks them as such for passing to other functions.

What is most supprising is that I didn't need to change more than a few lines of code (all
in 'net', which got a small cleanup of net.h and extern variables).  The rest
is just adding a lot of 'const'.

As far as I can tell, I have not added any new warnings - apart from making all
of tdbutil.c's function const (so they warn for adding that const string to
struct).

Andrew Bartlett
0001-01-01 00:00:00 +00:00
..
.cvsignore ignore *.po32 files 0001-01-01 00:00:00 +00:00
COPYING.LIB Modified Files: 0001-01-01 00:00:00 +00:00
debugparse.c BIG patch... 0001-01-01 00:00:00 +00:00
debugparse.h BIG patch... 0001-01-01 00:00:00 +00:00
README.UBI Added a disclaimer regarding the changes Andrew wants. 0001-01-01 00:00:00 +00:00
sys_include.h Added hash-based stat cache code from Ying Chen. 0001-01-01 00:00:00 +00:00
ubi_BinTree.c Bringing these up to date with what I've got on my site. The fixes include 0001-01-01 00:00:00 +00:00
ubi_BinTree.h Bringing these up to date with what I've got on my site. The fixes include 0001-01-01 00:00:00 +00:00
ubi_Cache.c Bringing these up to date with what I've got on my site. The fixes include 0001-01-01 00:00:00 +00:00
ubi_Cache.h Bringing these up to date with what I've got on my site. The fixes include 0001-01-01 00:00:00 +00:00
ubi_dLinkList.c Again, just syncronizing. The a function name was changed in the sll 0001-01-01 00:00:00 +00:00
ubi_dLinkList.h Again, just syncronizing. The a function name was changed in the sll 0001-01-01 00:00:00 +00:00
ubi_sLinkList.c Again, just syncronizing. The a function name was changed in the sll 0001-01-01 00:00:00 +00:00
ubi_sLinkList.h Again, just syncronizing. The a function name was changed in the sll 0001-01-01 00:00:00 +00:00
ubi_SplayTree.c Bringing these up to date with what I've got on my site. The fixes include 0001-01-01 00:00:00 +00:00
ubi_SplayTree.h Bringing these up to date with what I've got on my site. The fixes include 0001-01-01 00:00:00 +00:00

Fri Apr 17 10:21:56 CDT 1998

The C code files in the samba/source/ubiqx directory are licensed under
the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL).  A copy of the
LGPL should also be included in this directory under the name COPYING.LIB. 
If this file is not present, you can obtain a copy of the LGPL by writing
to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
USA. 

The versions of the ubiqx modules distributed with Samba may have been
modified for inclusion with Samba.  The main distribution, which contains
additional available modules, can be found at: 

  http://www.interads.co.uk/~crh/ubiqx/

Chris Hertel
Samba Team
ubiqx@ubiqx.mn.org