1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib
Jeremy Allison fa7932296d iconv isn't const safe. Neither should smb_iconv be.
Jeremy.
(This used to be commit 238bb74c16)
2003-09-27 01:29:18 +00:00
..
.cvsignore
access.c get rid of some sompiler warnings on IRIX 2003-08-15 01:42:30 +00:00
account_pol.c Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to expire 2003-07-25 19:57:26 +00:00
adt_tree.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
afs.c This only touches the fake kaserver support. It adds two parameters: 2003-09-23 14:52:21 +00:00
bitmap.c Merge of signed/unsigned fixes from HEAD. 2003-02-01 07:25:53 +00:00
charcnv.c Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS ! 2003-09-13 22:41:21 +00:00
clobber.c Split "clobber" function and variables into its own file before it 2003-03-18 07:09:23 +00:00
crc32.c Add const. 2003-03-18 12:12:14 +00:00
data_blob.c Merge from HEAD client-side authentication changes: 2003-02-24 02:55:00 +00:00
debug.c And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
dmallocmsg.c
dprintf.c Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. 2003-01-03 03:24:23 +00:00
dummyroot.c Replace the eight (!) copies of dummy become/unbecome root with a single one. 2003-07-22 00:20:53 +00:00
fault.c metze's autogenerate patch for version.h 2003-08-20 17:13:38 +00:00
fsusage.c
gencache.c Reformat debug. 2003-09-08 01:28:48 +00:00
genrand.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
getsmbpass.c const cleanup. 2003-04-07 21:11:33 +00:00
hash.c Don't double-increment p in hash calculation. Found by valgrind. 2003-09-08 21:33:18 +00:00
hmacmd5.c
iconv.c iconv isn't const safe. Neither should smb_iconv be. 2003-09-27 01:29:18 +00:00
interface.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
interfaces.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
ldap_escape.c Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to 2003-02-01 05:20:11 +00:00
md4.c
md5.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
messages.c Limit the number of outstanding print notify messages for a process to 2003-04-23 00:19:30 +00:00
module.c Unregister event fix from metze. 2003-09-17 23:36:55 +00:00
ms_fnmatch.c Fix for bugid #205 - work by Andrew Bartlet (modified to use 2003-08-12 04:25:26 +00:00
pam_errors.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
pidfile.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 2003-02-24 03:09:08 +00:00
popt_common.c metze's autogenerate patch for version.h 2003-08-20 17:13:38 +00:00
readline.c Apply some const 2003-08-11 19:11:43 +00:00
replace1.c split replace into replace and replace1 to allow setenv to be used by 2003-07-29 20:11:18 +00:00
replace.c split replace into replace and replace1 to allow setenv to be used by 2003-07-29 20:11:18 +00:00
select.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
sendfile.c merging [un]signed declaration 2003-01-24 16:34:54 +00:00
server_mutex.c Merge from HEAD - make winbindd locking sane again: 2003-03-17 23:06:12 +00:00
signal.c Merge from HEAD: 2003-01-14 08:26:54 +00:00
smbldap.c This ldap_value_free() looks like it was part of Jeremy's recent rampage 2003-09-15 05:20:00 +00:00
smbpasswd.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
smbrun.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
snprintf.c Ensure a prototype is generated for smb_snprintf() 2003-07-23 23:30:46 +00:00
sock_exec.c Refactor existing sock_exec() and socketpair_tcp() functions into their own 2003-04-30 17:35:56 +00:00
substitute.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 2003-09-05 19:59:55 +00:00
sysacls.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
sysquotas.c Return proper error when it is impossible to change quota flags 2003-07-31 17:08:38 +00:00
system_smbd.c and so it begins.... 2003-07-07 05:11:10 +00:00
system.c add IRIX EA support 2003-08-15 01:29:08 +00:00
talloc.c Finish adding strings to all talloc_init() calls. 2002-12-23 23:54:10 +00:00
tallocmsg.c Forward port the change to talloc_init() to make all talloc contexts 2002-12-20 20:23:06 +00:00
talloctort.c talloc_init_named -> talloc_init. 2002-12-22 16:03:28 +00:00
time.c applied patch from bug#140 2003-06-09 02:54:07 +00:00
ufc.c
username.c fix user_in_list to work with winbind groups again; my bug 2003-07-25 16:03:46 +00:00
util_file.c fix compile error on HP-UX 10.20 2003-09-08 14:00:51 +00:00
util_getent.c Fix a compiler warning. 2003-04-14 02:24:16 +00:00
util_pw.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
util_seaccess.c Ensure that dup_sec_desc copies the 'type' field correctly. This caused 2003-09-19 21:57:43 +00:00
util_sec.c Add a descriptive comment to our usage of setresuid. lib/afs.c needs 2003-09-23 14:49:17 +00:00
util_sid.c get rid of compiler warnings 2003-08-15 02:28:13 +00:00
util_smbd.c Move tridge's getgrouplist() replacement function from replace.c to a new 2002-08-17 07:09:22 +00:00
util_sock.c convert snprintf() calls using pstrings & fstrings 2003-07-23 12:33:59 +00:00
util_str.c Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS ! 2003-09-13 22:41:21 +00:00
util_unistr.c Fix for #480. Change the interface for init_unistr2 to not take a length 2003-09-25 21:26:16 +00:00
util_uuid.c Update my copyrights according to my agreement with IBM 2003-08-01 15:21:20 +00:00
util.c More tuning from cachegrind. Change most trim_string() calls to trim_char(0, 2003-09-05 19:59:55 +00:00
version.c metze's autogenerate patch for version.h 2003-08-20 17:13:38 +00:00
wins_srv.c large change: 2003-06-25 17:41:05 +00:00
xfile.c Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. 2003-02-24 03:09:08 +00:00