summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't put two spaces at the start of lines if logging to stdoutAndrew Tridgell1998-08-301-1/+3
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+22
* added a function zero_free(void *, int size) that zeros an area ofAndrew Tridgell1998-08-301-0/+11
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-282-23/+57
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-1/+1
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-5/+3
* Just tweaking.Christopher R. Hertel1998-08-211-2/+20
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-212-12/+10
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-171-15/+2
* converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1998-08-171-139/+144
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-3/+13
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-1/+11
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-0/+121
* configure: Changes for extra headers.Jeremy Allison1998-08-156-13/+10
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-143-10/+269
* Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1998-08-141-3/+134
* Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1998-08-131-0/+159
* I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1998-08-121-5/+31
* Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1998-08-111-12/+13
* I've added a test for lp_loaded() so that timestamps *will* be outputChristopher R. Hertel1998-08-111-4/+9