1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source3/lib
Herb Lewis dd0d4b5270 based on function prototype, the args were switched - this gave an error
on the IRIX compiler. could whoever put the FIXME message take a look and
see if it is still broken.
(This used to be commit 29a8f21211)
2002-08-30 14:05:22 +00:00
..
.cvsignore - fixed cast warnings 1998-10-05 12:35:30 +00:00
access.c Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the 2002-06-14 02:06:58 +00:00
account_pol.c Spelling fixes. 2002-08-22 09:48:06 +00:00
adt_tree.c fixed a logic error in the sorted_tree_find_child() routine 2002-07-20 02:42:04 +00:00
bitmap.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
charcnv.c Updates! 2002-08-26 03:08:37 +00:00
crc32.c int -> uint32 2002-02-17 18:30:01 +00:00
data_blob.c Nobody uses this, and its really just a layer of internal implementation. 2002-05-23 14:24:59 +00:00
debug.c Put in intermediate version of new SAM system. It's not stable yet, code 2002-08-28 04:54:43 +00:00
dmallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
domain_namemap.c Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI. 1999-12-13 19:17:40 +00:00
dprintf.c put the ifdef for HAVE_VA_COPY in one place rather than in lots of 2002-06-03 03:07:24 +00:00
error.c IFSTEST fixes for open fid, nametoolong. 2002-08-20 20:54:32 +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
genrand.c good security patch from Timothy.Sell@unisys.com 2002-07-28 06:08:30 +00:00
getsmbpass.c Small tidyups for gcc in 'preen' mode.... 1998-10-17 17:41:13 +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 Removed version number from file header. 2002-01-30 06:08:46 +00:00
interface.c used findstatic.pl to make some variables static and remove some dead 2002-07-01 09:12:41 +00:00
interfaces.c merge from 2.2 2002-06-05 18:30:07 +00:00
md4.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
md5.c Fix the forword prototype to be a static for this static function. 2002-07-03 06:48:52 +00:00
messages.c Fixed compiler warning. 2002-06-20 00:45:34 +00:00
ms_fnmatch.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
netatalk.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
pam_errors.c Updates to better report some NTSTATUS errors into PAM, and update to PAM 2002-05-28 14:35:11 +00:00
pidfile.c pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor things; compiles and shouldnt break, but needs testing 2002-05-09 04:08:00 +00:00
popt_common.c Make debuglevel a string for use with debug classes 2002-08-29 16:35:33 +00:00
readline.c Fix from Michael Steffens <michael_steffens@hp.com> to make signal 2002-01-31 23:26:12 +00:00
replace.c Move tridge's getgrouplist() replacement function from replace.c to a new 2002-08-17 07:09:22 +00:00
select.c fixed a bug in handling select in the main daemon - this stops the daemon spinning if a signal is received at an inconvenient moment 2002-06-25 00:59:14 +00:00
server_mutex.c This patch does 2 things: 2002-06-15 11:15:31 +00:00
signal.c Ensure we save any older SIGALRM signal handler. 2002-06-13 22:49:13 +00:00
smbpasswd.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
smbrun.c It seems I didn't need to write a dup2() wrapper - as we already use it a 2002-07-28 02:20:15 +00:00
snprintf.c Since includes.h isn't included here, VA_COPY has to be defined here. I don't 2002-06-03 13:37:52 +00:00
substitute.c Make 'remote_machine' private to lib/substitute.c, and fix all the user to use 2002-08-11 02:30:35 +00:00
sysacls.c Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. 2002-05-22 12:44:45 +00:00
system_smbd.c Updates! 2002-08-26 03:08:37 +00:00
system.c fix a few segfaults 2002-08-22 02:51:32 +00:00
talloc.c used findstatic.pl to make some variables static and remove some dead 2002-07-01 09:12:41 +00:00
tallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
talloctort.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
time.c based on function prototype, the args were switched - this gave an error 2002-08-30 14:05:22 +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 found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be null before close 2002-07-28 18:10:39 +00:00
util_file.c don't warn on non-existant files in map_file(), let the caller handle any warning 2002-06-28 03:19:20 +00:00
util_getent.c Move tridge's getgrouplist() replacement function from replace.c to a new 2002-08-17 07:09:22 +00:00
util_pw.c Add back sys_getpwnam() and freinds to the system.c interface, but don't 2002-06-15 00:47:52 +00:00
util_seaccess.c Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles and 2002-08-29 16:38:43 +00:00
util_sec.c fixed a problem with getgroups() where it could include our current 2002-07-15 03:59:14 +00:00
util_sid.c added a generic print_guid utility, and get the byte order handing 2002-08-19 16:55:29 +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 Patch from mimir to back out idra's attempted DOS mitigation patch. 2002-08-25 21:46:49 +00:00
util_str.c The idea of this function is not to touch the argument, so make it const too... 2002-08-17 04:56:38 +00:00
util_unistr.c added a useful unistr2 display function 2002-08-22 22:44:06 +00:00
util_uuid.c Use byteorder.h macros 2002-08-12 16:39:10 +00:00
util.c Some debugs for panic_action. 2002-08-28 02:11:24 +00:00
wins_srv.c fixed a memory corruption bug in the wins code 2002-08-06 00:56:39 +00:00
xfile.c add a trivial seeking function to xfile (tseek) that does not do SEEK_CUR 2002-08-27 09:07:08 +00:00