summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-07-31This is the checkin of the debug changes.Christopher R. Hertel1-278/+1
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-35/+45
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-7/+7
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-194/+79
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-27/+54
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-1/+29
1998-07-15util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1-0/+13
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1-1/+1
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-19/+0
1998-06-16CLITAR changes to overcome some reported problems and add Jay's changesRichard Sharpe1-0/+19
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-16/+64
1998-06-04Fixed file descriptor leak in open_socket_out - this couldJeremy Allison1-0/+1
1998-05-27Ooops - fixed Win95 crash bugs with earlier code.Jeremy Allison1-3/+7
1998-05-27Newly re-written do_match and mask_match functions, with theJeremy Allison1-103/+235
1998-05-26smb.h: More NT SMB stuff (just defines).Jeremy Allison1-1/+7
1998-05-19Fix to do NT wildcard matching.Jeremy Allison1-2/+24
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison1-31/+22
1998-05-19Fixed signed/unsigned warning.Jeremy Allison1-1/+1
1998-05-18Makefile:Luke Leighton1-4/+4
1998-05-15util.c: Re-seed the crypto random number generator after a fork, so allJeremy Allison1-0/+10
1998-05-14some pretty horrible formatting in standard_sub_basic(): makes the functionLuke Leighton1-48/+56
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison1-8/+64
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-64/+7
1998-05-12This is a security audit change of the main source.Jeremy Allison1-65/+125