summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-0/+12
1998-09-25added rpcclient programLuke Leighton1-0/+40
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-218/+0
1998-09-21major autoconf clean-upAlexandre Oliva2-0/+2
1998-09-19Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1-8/+0
1998-09-18got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1-15/+0
1998-09-18got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1-15/+4
1998-09-18include/includes.h:Jeremy Allison1-1/+3
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison3-5/+18
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison2-4/+30
1998-09-15Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1-15/+22
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-1/+1
1998-09-11Added ssize_t to configure code.Jeremy Allison1-102/+105
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell2-3/+3
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1-13/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell5-230/+33
1998-09-05got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell1-17/+0
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison2-52/+62
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison7-126/+176
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1-9/+0
1998-09-01Missed one struct stat.Jeremy Allison1-2/+2