1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/lib
Tim Potter aa1a248336 Merge cleanups of return values.
(This used to be commit bae354a20c)
2003-02-19 22:50:29 +00:00
..
.cvsignore - fixed cast warnings 1998-10-05 12:35:30 +00:00
access.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
account_pol.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
adt_tree.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
bitmap.c Merge of signed/unsigned fixes from HEAD. 2003-02-01 07:25:53 +00:00
charcnv.c Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void** 2003-02-12 01:09:35 +00:00
crc32.c int -> uint32 2002-02-17 18:30:01 +00:00
data_blob.c Don't touch data after a free. 2003-01-13 23:15:14 +00:00
debug.c Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD. 2003-01-30 04:37:18 +00:00
dmallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
dprintf.c Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. 2003-01-03 03:24:23 +00:00
fault.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
fsusage.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
gencache.c Merge cleanups of return values. 2003-02-19 22:50:29 +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 Sync with HEAD 2002-10-29 17:31:00 +00:00
hash.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
hmacmd5.c bcopy must DIE ! Stop people creeping use of bcopy back into the code 2002-02-26 17:40:43 +00:00
iconv.c BIG patch... 2003-01-02 09:07:17 +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 Removed version number from file header. 2002-01-30 06:08:46 +00:00
md5.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
messages.c Add 3 second timeout when terminating server and sending print notify 2003-01-30 23:55:58 +00:00
module.c dlsym() can return NULL validly, so we can't use that as the error test. 2003-01-17 21:23:14 +00:00
ms_fnmatch.c Removed version number from file header. 2002-01-30 06:08:46 +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 from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
popt_common.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
readline.c merge from HEAD - x_fileno, not fileno on an XFILE 2003-02-08 01:01:49 +00:00
replace.c Merge minor library fixes from HEAD to 3.0. 2003-02-19 12:31:16 +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 Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. 2003-01-16 20:08:33 +00:00
signal.c Merge from HEAD: 2003-01-14 08:26:54 +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 merge from 2.2 2002-12-19 19:57:37 +00:00
substitute.c merged the %U changes to 3.0 2002-11-20 00:53:24 +00:00
sysacls.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
system_smbd.c Merge minor library fixes from HEAD to 3.0. 2003-02-19 12:31:16 +00:00
system.c Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. 2003-01-03 03:24:23 +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 The _abs time functions should not be converting from/to GMT. 2002-12-10 00:46:52 +00:00
ufc.c Fixed warnings and made const-safe so it has the correct prototype. 2001-07-03 21:07:26 +00:00
username.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
util_file.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
util_getent.c Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now need 2003-02-18 04:48:32 +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 port sec_desc headers reordering from HEAD. 2002-11-02 12:53:13 +00:00
util_sec.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
util_sid.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +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 Samba janitor: adding mbp's umask patch :-). 2003-02-07 21:59:51 +00:00
util_str.c base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). 2003-02-18 23:17:59 +00:00
util_unistr.c Return 0 instead of crashing when a NULL source string is passed 2003-01-29 06:51:35 +00:00
util_uuid.c Merge a bunch of trivial changes from HEAD. The difference remaining 2002-11-29 02:58:59 +00:00
util.c merge from HEAD - enable dynamic RPC modules 2003-02-14 00:48:28 +00:00
wins_srv.c Merge of wins server dead list into gencache.tdb 2003-01-22 23:32:03 +00:00
xfile.c Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. 2003-01-03 03:24:23 +00:00