1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source/lib
0001-01-01 00:00:00 +00:00
..
.cvsignore - fixed cast warnings 0001-01-01 00:00:00 +00:00
access.c strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 0001-01-01 00:00:00 +00:00
bitmap.c Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR 0001-01-01 00:00:00 +00:00
charcnv.c added "display charset" option in smb.conf, along with d_printf() 0001-01-01 00:00:00 +00:00
cmd_interp.c converted another bunch of stuff to NTSTATUS 0001-01-01 00:00:00 +00:00
crc32.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
debug.c got rid of INFO: msgs at debug level 1 0001-01-01 00:00:00 +00:00
domain_namemap.c Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI. 0001-01-01 00:00:00 +00:00
dprintf.c convert more code to using d_printf 0001-01-01 00:00:00 +00:00
error.c the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but the client code still needs some work 0001-01-01 00:00:00 +00:00
fault.c Added sys_fork() and sys_getpid() functions to stop the overhead 0001-01-01 00:00:00 +00:00
fsusage.c split fsusage() into a separate module (to fix linking problems with 0001-01-01 00:00:00 +00:00
genrand.c Fixed compiler warning. 0001-01-01 00:00:00 +00:00
getsmbpass.c Small tidyups for gcc in 'preen' mode.... 0001-01-01 00:00:00 +00:00
hash.c string_hash() should be static. hash_clear() should be void. 0001-01-01 00:00:00 +00:00
hmacmd5.c Add backend encryption support for NTLMv2. 0001-01-01 00:00:00 +00:00
iconv.c added "display charset" option in smb.conf, along with d_printf() 0001-01-01 00:00:00 +00:00
interface.c a bunch of fixes from the sflight to seattle 0001-01-01 00:00:00 +00:00
interfaces.c fix interfaces.c for aix 3.2.5 0001-01-01 00:00:00 +00:00
md4.c Add backend encryption support for NTLMv2. 0001-01-01 00:00:00 +00:00
md5.c Add backend encryption support for NTLMv2. 0001-01-01 00:00:00 +00:00
messages.c got rid of USE_TDB_MMAP_FLAG as its not needed any more 0001-01-01 00:00:00 +00:00
ms_fnmatch.c a bunch of fixes from the sflight to seattle 0001-01-01 00:00:00 +00:00
netatalk.c Ok - this is the 64 bit widening check in. It changes the configure 0001-01-01 00:00:00 +00:00
pidfile.c Oops. Typo. 0001-01-01 00:00:00 +00:00
readline.c ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap 0001-01-01 00:00:00 +00:00
replace.c include/ntdomain.h: 0001-01-01 00:00:00 +00:00
select.c Always increment even if the read fails (otherwise we spin if we hit the kernel bug...). 0001-01-01 00:00:00 +00:00
signal.c fixed a bug in BlockSignals() for systems that don't have 0001-01-01 00:00:00 +00:00
smbpasswd.c Started a cleanup of smbpasswd related stuff. I've created a new file 0001-01-01 00:00:00 +00:00
smbrun.c Merge of Andrew's changes in 2.2. 0001-01-01 00:00:00 +00:00
snprintf.c replace modf so we don't need the math library 0001-01-01 00:00:00 +00:00
substitute.c strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 0001-01-01 00:00:00 +00:00
sysacls.c Added Mike Davidsons Tru64 ACL patch. 0001-01-01 00:00:00 +00:00
system.c Wrapped dlerror() in the same way as the other dlxxx() calls. 0001-01-01 00:00:00 +00:00
talloc.c Change all realloc() statements to Realloc() (ecxept for tdb.c) 0001-01-01 00:00:00 +00:00
time.c Merge from TNG - function to initialise NTTIME structure. 0001-01-01 00:00:00 +00:00
ufc.c Fixed warnings and made const-safe so it has the correct prototype. 0001-01-01 00:00:00 +00:00
username.c Convert other parameters (read list, write list, valid users...) to the P_LIST format. 0001-01-01 00:00:00 +00:00
util_array.c More Realloc fixes. 0001-01-01 00:00:00 +00:00
util_file.c this is a big global fix for the ptr = Realloc(ptr, size) bug. 0001-01-01 00:00:00 +00:00
util_getent.c lib/util_getent.c: removed debug code. 0001-01-01 00:00:00 +00:00
util_list.c Sync up handle creation with 2.2 branch. We can now join AS/U domains and 0001-01-01 00:00:00 +00:00
util_seaccess.c converted another bunch of stuff to NTSTATUS 0001-01-01 00:00:00 +00:00
util_sec.c added sec_initial_uid() function so we can ask if a file is owned by 0001-01-01 00:00:00 +00:00
util_sid.c strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 0001-01-01 00:00:00 +00:00
util_sock.c fixed typo 0001-01-01 00:00:00 +00:00
util_str.c formatting fixes 0001-01-01 00:00:00 +00:00
util_unistr.c fixes big endian unistring problems. Need to check that it didn't 0001-01-01 00:00:00 +00:00
util.c Merge of transfer file code from 2.2, fix for readbraw. 0001-01-01 00:00:00 +00:00
wins_srv.c Small changes to get ready for adding WINS failover to smbd and clients. 0001-01-01 00:00:00 +00:00