summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-10util functions split into relevant modules, first pass.Luke Leighton1-1992/+99
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-1/+1
1998-10-28use abort() instead of exit() in smb_panic()Andrew Tridgell1-1/+1
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-1/+1
1998-10-22rpctorture commandLuke Leighton1-0/+5
1998-10-20Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1-7/+89
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-1/+3
1998-10-19- dce/rpc codeLuke Leighton1-16/+4
1998-10-19removed an incorrect commentAndrew Tridgell1-4/+0
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-2/+3
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+7
1998-10-05- fixed cast warningsAndrew Tridgell1-11/+13
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 Tridgell1-0/+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-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 Tridgell1-1/+1
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-5/+9
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1-4/+7
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+2
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-0/+13
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-19Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1-8/+0
1998-09-18got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1-15/+4
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-3/+3
1998-09-15Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1-15/+22
1998-09-11Added ssize_t to configure code.Jeremy Allison1-102/+105
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 Tridgell1-168/+30
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 Allison1-51/+61
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-55/+59
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1-9/+0
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-13/+13
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 Tridgell1-11/+15
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 Allison1-5/+5
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-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-9/+9
1998-08-15configure: Changes for extra headers.Jeremy Allison1-2/+2
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-3/+89
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1-3/+134
1998-08-08added --with-nisplus-home optionAndrew Tridgell1-4/+4
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-1/+1