..
.cvsignore
- fixed cast warnings
1998-10-05 12:35:30 +00:00
access.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
bitmap.c
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
2001-03-11 00:32:10 +00:00
charcnv.c
ucs2 is always a multiple of 2 bytes
2001-07-25 04:00:40 +00:00
cmd_interp.c
converted another bunch of stuff to NTSTATUS
2001-08-27 19:46:22 +00:00
crc32.c
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
1999-12-13 13:27:58 +00:00
debug.c
got rid of INFO: msgs at debug level 1
2001-07-25 04:10:23 +00:00
domain_namemap.c
Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.
1999-12-13 19:17:40 +00:00
error.c
Changes from APPLIANCE_HEAD (per Tim Potter):
2000-09-01 18:49:26 +00:00
fault.c
Added sys_fork() and sys_getpid() functions to stop the overhead
2000-05-02 02:23:41 +00:00
fsusage.c
split fsusage() into a separate module (to fix linking problems with
2000-04-19 08:23:13 +00:00
genrand.c
Fixed compiler warning.
2001-05-29 07:34:51 +00:00
getsmbpass.c
Small tidyups for gcc in 'preen' mode....
1998-10-17 17:41:13 +00:00
hash.c
string_hash() should be static. hash_clear() should be void.
2001-05-12 20:15:39 +00:00
hmacmd5.c
Add backend encryption support for NTLMv2.
2001-07-07 07:00:15 +00:00
iconv.c
changed the iconv interface to go via ucs2 for all conversions. This
2001-07-22 07:38:32 +00:00
interface.c
a bunch of fixes from the sflight to seattle
2001-08-20 05:15:26 +00:00
interfaces.c
fix interfaces.c for aix 3.2.5
2001-05-07 03:21:23 +00:00
md4.c
Add backend encryption support for NTLMv2.
2001-07-07 07:00:15 +00:00
md5.c
Add backend encryption support for NTLMv2.
2001-07-07 07:00:15 +00:00
messages.c
Some fixes about malloc/Realloc and mem leak
2001-08-05 10:10:16 +00:00
ms_fnmatch.c
a bunch of fixes from the sflight to seattle
2001-08-20 05:15:26 +00:00
netatalk.c
Ok - this is the 64 bit widening check in. It changes the configure
1998-09-03 18:40:31 +00:00
pidfile.c
Oops. Typo.
2001-08-01 17:43:57 +00:00
readline.c
^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap
2001-07-20 07:46:39 +00:00
replace.c
include/ntdomain.h:
2001-04-02 22:27:40 +00:00
select.c
Always increment even if the read fails (otherwise we spin if we hit the kernel bug...).
2001-02-23 00:46:28 +00:00
signal.c
fixed a bug in BlockSignals() for systems that don't have
2000-06-12 06:09:39 +00:00
smbrun.c
Merge of Andrew's changes in 2.2.
2001-04-13 19:12:06 +00:00
snprintf.c
replace modf so we don't need the math library
2001-05-06 15:19:25 +00:00
substitute.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
sysacls.c
Added Mike Davidsons Tru64 ACL patch.
2001-08-10 20:48:25 +00:00
system.c
Wrapped dlerror() in the same way as the other dlxxx() calls.
2001-07-06 18:45:59 +00:00
talloc.c
Change all realloc() statements to Realloc() (ecxept for tdb.c)
2001-08-08 16:54:16 +00:00
time.c
this is a big global fix for the ptr = Realloc(ptr, size) bug.
2001-08-12 17:30:01 +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
Convert other parameters (read list, write list, valid users...) to the P_LIST format.
2001-07-24 20:02:48 +00:00
util_array.c
More Realloc fixes.
2001-08-19 17:42:34 +00:00
util_file.c
this is a big global fix for the ptr = Realloc(ptr, size) bug.
2001-08-12 17:30:01 +00:00
util_getent.c
lib/util_getent.c: removed debug code.
2001-06-12 01:49:30 +00:00
util_list.c
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
2001-03-07 23:59:13 +00:00
util_seaccess.c
converted another bunch of stuff to NTSTATUS
2001-08-27 19:46:22 +00:00
util_sec.c
added sec_initial_uid() function so we can ask if a file is owned by
2001-07-08 18:22:46 +00:00
util_sid.c
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
2001-07-04 07:36:09 +00:00
util_sock.c
converted another bunch of stuff to NTSTATUS
2001-08-27 19:46:22 +00:00
util_str.c
formatting fixes
2001-07-06 11:50:45 +00:00
util_unistr.c
fixes big endian unistring problems. Need to check that it didn't
2001-08-24 19:17:43 +00:00
util.c
a bunch of fixes from the sflight to seattle
2001-08-20 05:15:26 +00:00
wins_srv.c
Small changes to get ready for adding WINS failover to smbd and clients.
2001-08-26 06:01:46 +00:00