summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-10-28Just moving things around a bit.Christopher R. Hertel1-328/+0
1998-10-28Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1-9/+9
1998-10-28Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1-2/+8
1998-10-28fixed problem with snprintf.c and mkprotoAndrew Tridgell1-4/+4
1998-10-28use abort() instead of exit() in smb_panic()Andrew Tridgell1-1/+1
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-12/+28
1998-10-27add ifdef for "long double"Andrew Tridgell1-12/+18
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell2-45/+801
1998-10-26Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1-0/+322
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-1/+1
1998-10-22rpctorture commandLuke Leighton1-0/+5
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-1/+22
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-1/+1
1998-10-20Fixed bug found by John Blair where trim_string wasn'tJeremy Allison2-193/+303
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton2-5/+7
1998-10-20removed setenv(), replaced with smbw_setenv()Andrew Tridgell1-17/+0
1998-10-19- dce/rpc codeLuke Leighton1-16/+4
1998-10-19removed an incorrect commentAndrew Tridgell1-4/+0
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-2/+3
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison4-6/+10
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+7
1998-10-15second implementation of crc32, used with permission of francesco ferraraLuke Leighton1-4/+2
1998-10-14more warnings...Luke Leighton1-1/+1
1998-10-14dce/rpcLuke Leighton1-58/+58
1998-10-09signed / unsigned issues spotted by herbLuke Leighton1-2/+2
1998-10-08dce/rpcLuke Leighton1-5/+8
1998-10-08added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1-0/+3
1998-10-06crc32 algorithm. obtained from dr dobb's journalLuke Leighton1-0/+70
1998-10-06remove unused arguments from some static functions.Andrew Tridgell1-4/+4
1998-10-05- fixed cast warningsAndrew Tridgell2-11/+15
1998-10-05fixed typo in getgroups codeAndrew Tridgell1-1/+3
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-0/+23
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell2-0/+19
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-1/+1
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-1/+1
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-1/+11
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1-1/+1
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+1
1998-10-03fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1-7/+7
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell1-1/+1
1998-10-03- ignore *.p filesAndrew Tridgell2-1/+2
1998-10-02added sys_getwd()Andrew Tridgell1-3/+13
1998-10-02use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1-2/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison2-6/+58
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-29got rid of the memcpy() prototype and used includes.h instead.Andrew Tridgell1-3/+1
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison2-4/+9
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison5-5/+10
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison4-2/+122