summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* dce/rpcLuke Leighton1998-10-081-5/+8
* added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1998-10-081-0/+3
* crc32 algorithm. obtained from dr dobb's journalLuke Leighton1998-10-061-0/+70
* remove unused arguments from some static functions.Andrew Tridgell1998-10-061-4/+4
* - fixed cast warningsAndrew Tridgell1998-10-052-11/+15
* fixed typo in getgroups codeAndrew Tridgell1998-10-051-1/+3
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+23
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-042-0/+19
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-1/+1
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-1/+1
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-1/+11
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-041-1/+1
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+1
* fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-1/+1
* - ignore *.p filesAndrew Tridgell1998-10-032-1/+2
* added sys_getwd()Andrew Tridgell1998-10-021-3/+13
* use sys_stat() not file_exist() for codepages. (we don't want dosAndrew Tridgell1998-10-021-2/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-292-6/+58
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* got rid of the memcpy() prototype and used includes.h instead.Andrew Tridgell1998-09-291-3/+1
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-282-4/+9
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-285-5/+10
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-254-2/+122
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-251-0/+12
* added rpcclient programLuke Leighton1998-09-251-0/+40
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-218/+0
* major autoconf clean-upAlexandre Oliva1998-09-212-0/+2
* Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1998-09-191-8/+0
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-181-15/+0
* got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1998-09-181-15/+4
* include/includes.h:Jeremy Allison1998-09-181-1/+3
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-173-5/+18
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-172-4/+30
* Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1998-09-151-15/+22
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-1/+1
* Added ssize_t to configure code.Jeremy Allison1998-09-111-102/+105
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-052-3/+3
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-051-13/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-055-230/+33
* got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell1998-09-051-17/+0
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-042-52/+62
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-037-126/+176
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-9/+0
* Missed one struct stat.Jeremy Allison1998-09-011-2/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-018-43/+43
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-46/+47
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-313-13/+17
* This should fix the zombie problem that luke noticed.Andrew Tridgell1998-08-301-1/+1