1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/param
Jeremy Allison ee34c25c8a First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Remove
int toupper_ascii(int c);
int tolower_ascii(int c);
int isupper_ascii(int c);
int islower_ascii(int c);

and replace with their _m equivalents, as they are identical.
2011-07-19 13:19:29 -07:00
..
loadparm_ctx.c s4-param finish services hooks for s4->s3 loadparm context 2011-07-14 15:06:45 +10:00
loadparm_server_role.c s3:param Put 'server_role' functions in another file. 2010-06-01 17:11:24 +10:00
loadparm.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
service.c param: Merge param headers into lib/param/loadparm.h 2011-06-29 15:44:09 +10:00
test_lp_load.c s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead 2010-11-02 04:36:04 +00:00
util.c Move param helper routines to one place. 2007-11-30 22:25:01 +01:00