summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter26-61/+0
2001-09-30make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell2-6/+16
2001-09-30merge from 2.2Gerald Carter1-17/+0
2001-09-29Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett3-4/+4
2001-09-26OpenSSL merge from 2.2Gerald Carter2-2/+2
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison1-5/+8
2001-09-25- the inactive core of the new mangling code that use tdbSimo Sorce1-0/+107
2001-09-25fixed the really awful performance problem with the stat cache when itAndrew Tridgell1-8/+10
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell1-1/+0
2001-09-25allow all ucs2 chars in utf8, rather than mapping some to a singleAndrew Tridgell1-10/+1
2001-09-25Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison1-1/+5
2001-09-24fixed a silly off by 1 bugAndrew Tridgell1-0/+3
2001-09-22Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison1-0/+24
2001-09-19Fix (I hope) compile on HP-UX. Found by the build farm.Andrew Bartlett1-1/+1
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-3/+4
2001-09-17move to SAFE_FREE()Simo Sorce23-168/+129
2001-09-15Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett1-0/+10
2001-09-13added a new global option "hostname lookups = yes/no"Andrew Tridgell1-0/+8
2001-09-10convert more code to use XFILEAndrew Tridgell2-7/+7
2001-09-10declare dbf in one spotAndrew Tridgell2-2/+0
2001-09-10added xfileAndrew Tridgell1-0/+340
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell4-42/+22
2001-09-08convert more code to using d_printfAndrew Tridgell1-2/+2
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell3-36/+167
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-0/+201
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-66/+39
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-2/+2
2001-09-04Fixed some compiler warnings.Tim Potter1-2/+0
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-3/+3
2001-08-28Merge from TNG - function to initialise NTTIME structure.Tim Potter1-0/+9
2001-08-28fixed typoAndrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell3-8/+8
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-6/+11
2001-08-26bzero is not used (deprecated) as it's a BSDism.Jeremy Allison1-62/+52
2001-08-26Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel1-5/+76
2001-08-26Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel1-32/+56
2001-08-24fixes big endian unistring problems. Need to check that it didn'tHerb Lewis1-2/+9
2001-08-24get rid of old debug code and possible socket leakHerb Lewis1-9/+1
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell1-1/+1
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell3-15/+26
2001-08-19More Realloc fixes.Jeremy Allison1-4/+3
2001-08-16removed unused fileAndrew Tridgell1-113/+0
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce4-14/+32
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-13/+23
2001-08-10Use the new client error api.Tim Potter1-2/+2
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2-2/+2
2001-08-05me stupid.Simo Sorce1-1/+1
2001-08-05Some fixes about malloc/Realloc and mem leakSimo Sorce3-6/+15
2001-08-01Oops. Typo.Jeremy Allison1-1/+1