summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-1/+1
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-2/+14
2001-10-22Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison1-1/+27
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-4/+4
2001-10-20removed an unused variableAndrew Tridgell1-1/+0
2001-10-18Merge Gerry's %G change from 2.2.2.Jeremy Allison1-7/+8
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-2/+2
2001-10-14return of vsnprintf doesn't include terminationAndrew Tridgell1-1/+1
2001-10-14bit neater talloc_asprintf() implementationAndrew Tridgell1-19/+11
2001-10-13introduce mangle backward compatibility functionsSimo Sorce1-0/+31
2001-10-12This file is really old and not used anymore.Tim Potter1-1375/+0
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-2/+9
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2-0/+43
2001-10-09old fixes I forgot to commitSimo Sorce1-5/+5
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce1-1/+3
2001-10-07fixed lame valid tableAndrew Tridgell1-2/+2
2001-10-03fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell1-5/+5
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell5-75/+122
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-4/+116
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2-2/+26
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