summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* unix instance of group database APILuke Leighton1998-11-231-4/+13
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+21
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+53
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-13/+55
* util functions split into relevant modules, first pass.Luke Leighton1998-11-101-1992/+99
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+1
* rpctorture commandLuke Leighton1998-10-221-0/+5
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-201-7/+89
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-1/+3
* - dce/rpc codeLuke Leighton1998-10-191-16/+4
* removed an incorrect commentAndrew Tridgell1998-10-191-4/+0
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-2/+3
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-5/+7
* - fixed cast warningsAndrew Tridgell1998-10-051-11/+13
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+23
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-041-0/+1
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-1/+1
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-1/+11
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+1
* fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-1/+1
* - ignore *.p filesAndrew Tridgell1998-10-031-1/+1
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-5/+9
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-281-4/+7
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+13
* 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
* Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1998-09-191-8/+0
* got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1998-09-181-15/+4
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-3/+3
* Removed hideous inefficiencies in old trim_string code. This was makingJeremy Allison1998-09-151-15/+22
* Added ssize_t to configure code.Jeremy Allison1998-09-111-102/+105
* 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-051-168/+30
* 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-041-51/+61
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-55/+59
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-9/+0
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-13/+13
* 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-311-11/+15
* 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-281-5/+5
* 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