looks like someone forgot to commit these...
[samba.git] / source3 / lib /
1998-10-28 Christopher R. HertelJust moving things around a bit.
1998-10-28 Jeremy AllisonFixes to allow this to pass SGI compiler in -fullwarn...
1998-10-28 Jeremy AllisonQuick fixes to fix the broken tree. Needed for my morni...
1998-10-28 Andrew Tridgellfixed problem with snprintf.c and mkproto
1998-10-28 Andrew Tridgelluse abort() instead of exit() in smb_panic()
1998-10-28 Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-27 Andrew Tridgelladd ifdef for "long double"
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-10-26 Christopher R. HertelHere is the simple debug parser and the debug2html...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Luke Leightonrpctorture command
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Luke Leightonfixing smbd encrypted rpcs (data lens, alloc hints...
1998-10-20 Jeremy AllisonFixed bug found by John Blair where trim_string wasn't
1998-10-20 Luke Leightonsome quite important bug-fixes i missed because i trans...
1998-10-20 Andrew Tridgellremoved setenv(), replaced with smbw_setenv()
1998-10-19 Luke Leighton- dce/rpc code
1998-10-19 Andrew Tridgellremoved an incorrect comment
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-15 Luke Leightonsecond implementation of crc32, used with permission...
1998-10-14 Luke Leightonmore warnings...
1998-10-14 Luke Leightondce/rpc
1998-10-09 Luke Leightonsigned / unsigned issues spotted by herb
1998-10-08 Luke Leightondce/rpc
1998-10-08 Luke Leightonadded "permission obtained from John Erickson <jerickso...
1998-10-06 Luke Leightoncrc32 algorithm. obtained from dr dobb's journal
1998-10-06 Andrew Tridgellremove unused arguments from some static functions.
1998-10-05 Andrew Tridgell- fixed cast warnings
1998-10-05 Andrew Tridgellfixed typo in getgroups code
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
1998-10-04 Andrew Tridgellmore solaris 2.5 fixups. It now seems to be working...
1998-10-04 Andrew Tridgellstarted basic support for solaris 2.5 in smbwrapper.
1998-10-04 Andrew Tridgelluse *SMBSERVER convention in smbwrapper to allow us...
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-10-04 Andrew Tridgelluse dummy file descriptors opened on /dev/null to ensur...
1998-10-03 Andrew Tridgelladded simple device/inode number support based on a...
1998-10-03 Andrew Tridgellfixed a bug in name_len() (thanks to kooros@kooros...
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgell- ignore *.p files
1998-10-02 Andrew Tridgelladded sys_getwd()
1998-10-02 Andrew Tridgelluse sys_stat() not file_exist() for codepages. (we...
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Alexandre Olivaget away with dummy and .dummy files
1998-09-29 Andrew Tridgellgot rid of the memcpy() prototype and used includes...
1998-09-28 Jeremy AllisonFixed problems found in lint pass over the old code...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-25 Luke Leightonadded in samr commands. assistance in returning the...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-19 Jeremy AllisonRemove some byte-copying code in unix_format() that...
1998-09-18 Andrew Tridgellgot rid of SMB_STRUCT_STATVFS. I don't think we should...
1998-09-18 Andrew Tridgellgot rid of some #ifdef LARGE_XXXX stuff and got rid...
1998-09-18 Jeremy Allisoninclude/includes.h:
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-15 Jeremy AllisonRemoved hideous inefficiencies in old trim_string code...
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgellahh, the joy of deleting large chunks of code that...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-05 Andrew Tridgellgot rid of interpret_security(). Thanks to Jean-Francoi...
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-02 Andrew Tridgellwe are never interested in SIGPIPE so just ignore ...
1998-09-01 Jeremy AllisonMissed one struct stat.
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew TridgellThis should fix the zombie problem that luke noticed.
1998-08-30 Andrew Tridgelldon't put two spaces at the start of lines if logging...
1998-08-30 Andrew Tridgellchanged the format of the wins.dat file slightly.
1998-08-30 Andrew Tridgelladded a function zero_free(void *, int size) that zeros...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-22 Andrew Tridgelladded ASSERT() and ASSERT_ARRAY() macros and sprinkled...
1998-08-21 Christopher R. HertelJust tweaking.
1998-08-21 Andrew Tridgelladded new smb.conf option "panic action". see my samba...
1998-08-17 Andrew Tridgelladded some optimisation for the case where the number...
1998-08-17 Andrew Tridgellconverted the policy code to use a linked list and...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellserver.c: fixed a bug in close_file() with the new...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Jeremy AllisonMakefile.in: Changed so that make proto will work with...
1998-08-13 John BlairUh... I'm checking stuff in. Jeremy will by *so* pleas...
1998-08-12 Christopher R. HertelI've added a dbgflush() function to debug.c. Calling...
1998-08-11 Christopher R. HertelCleaned up some lint warnings (functions with return...
1998-08-11 Christopher R. HertelI've added a test for lp_loaded() so that timestamps...
1998-08-11 Andrew Tridgellfixed a nasty bug in debug.c
1998-08-11 Andrew Tridgellmake sure that a fault cannot occur twice. The new...
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-08-09 Andrew Tridgelladded ignore rules for the dummy files
next