summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Added BROKEN_NIS_INCLUDE fix here also.Jeremy Allison1998-12-301-6/+28
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-291-3/+3
* Fixed issues with client wildcards. It turns out that NT matchesJeremy Allison1998-12-231-4/+21
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-221-53/+0
* acconfig.h configure configure.in include/config.h.inJeremy Allison1998-12-151-3/+6
* Fixed file descriptor limit code for AIX 4.x. AIX doesn't support theJeremy Allison1998-12-111-6/+22
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-2/+2
* locking mask fixes from head branchAndrew Tridgell1998-12-071-2/+3
* Samba 2.0 wasn't building on Linux-alpha - so I addedJeremy Allison1998-12-031-1/+1
* config.guess: UNIXWARE fix.Jeremy Allison1998-12-031-3/+21
* In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-251-2/+1
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-231/+71
* Fixed gcc isdigit warning.Jeremy Allison1998-11-241-2/+2
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-3/+3
* 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