summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison8-43/+43
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-46/+47
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell3-13/+17
1998-08-30This should fix the zombie problem that luke noticed.Andrew Tridgell1-1/+1
1998-08-30don't put two spaces at the start of lines if logging to stdoutAndrew Tridgell1-1/+3
1998-08-30changed the format of the wins.dat file slightly.Andrew Tridgell1-0/+22
1998-08-30added a function zero_free(void *, int size) that zeros an area ofAndrew Tridgell1-0/+11
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison2-23/+57
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-1/+1
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-5/+3
1998-08-21Just tweaking.Christopher R. Hertel1-2/+20
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell2-12/+10
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell1-15/+2
1998-08-17converted the policy code to use a linked list and bitmap. This savesAndrew Tridgell1-139/+144
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-3/+13
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-1/+11
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1-0/+121
1998-08-15configure: Changes for extra headers.Jeremy Allison6-13/+10
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell3-10/+269
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1-3/+134
1998-08-13Uh... I'm checking stuff in. Jeremy will by *so* pleased :)John Blair1-0/+159
1998-08-12I've added a dbgflush() function to debug.c. Calling this will cause theChristopher R. Hertel1-5/+31
1998-08-11Cleaned up some lint warnings (functions with return values that wereChristopher R. Hertel1-12/+13
1998-08-11I've added a test for lp_loaded() so that timestamps *will* be outputChristopher R. Hertel1-4/+9
1998-08-11fixed a nasty bug in debug.cAndrew Tridgell1-1/+1
1998-08-11make sure that a fault cannot occur twice. The new Debug1() code isAndrew Tridgell1-18/+22
1998-08-10moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1-216/+169
1998-08-09this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1-0/+1
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1