1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/client
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
..
client_proto.h s3-includes: finally only include client.h when libsmb is used. 2011-05-06 16:37:22 +02:00
client.c s3:client: simplify readline_callback() to only use cli_echo() 2011-07-11 18:18:27 +02:00
clitar.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
dnsbrowse.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
smbspool.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
tree.c Fix sample gtk code. Does this compile ? 2007-12-04 18:24:19 -08:00