..
.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
*** empty log message ***
2002-08-15 13:25:25 +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
Make some of the charconv code a bit easier to read and work with - when we
2002-07-30 09:21:57 +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
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
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
NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.
2002-05-09 17:44:42 +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
Our include popt is starting to get a bit old - fixed some compile
2002-07-29 23:50:54 +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
implemented getgrouplist() for systems that don't have it and use it
2002-07-23 09:22:29 +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.c
Add a wrapper for dup2() to our system.c
2002-07-20 06:50:47 +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
used findstatic.pl to make some variables static and remove some dead
2002-07-01 09:12:41 +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
implemented getgrouplist() for systems that don't have it and use it
2002-07-23 09:22:29 +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
Remove "sids.h" as it really wasn't being used anywhere, and was exporting
2002-06-10 12:27:05 +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
make sure we zero the unusued elements in a SID when parsing
2002-07-31 09:32:45 +00:00
util_sock.c
added support for smbd listening on port 445 and 139. It now listens
2002-07-31 04:56:16 +00:00
util_str.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_unistr.c
Partly based on the work by mimir (Rafal Szczesniak
2002-04-14 09:44:16 +00:00
util_uuid.c
Use byteorder.h macros
2002-08-12 16:39:10 +00:00
util.c
Another smattering of static and const
2002-07-21 03:26:10 +00:00
wins_srv.c
fixed a memory corruption bug in the wins code
2002-08-06 00:56:39 +00:00
xfile.c
fixed line buffer mode in XFILE
2002-07-19 04:00:21 +00:00