summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-1711-60/+116
| * - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-173-6/+40
* | locking mask fixes from head branchAndrew Tridgell1998-12-071-2/+3
* | Ooops. sys_open() always takes 3 args. open() can take 2....Jeremy Allison1998-12-061-1/+1
* | Added RELIANTUNIX define for specific header file order includes for largeJeremy Allison1998-12-063-1/+12
* | Adding Andrew's pidfile fix to 2.0.Jeremy Allison1998-12-061-16/+33
* | Samba 2.0 wasn't building on Linux-alpha - so I addedJeremy Allison1998-12-032-3/+3
* | config.guess: UNIXWARE fix.Jeremy Allison1998-12-031-3/+21
* | Added Andrej's russian charconv fix.Jeremy Allison1998-12-011-8/+8
* | Makefile.in: Implemented andrej's private and swat file changes.Jeremy Allison1998-12-011-0/+4
* | Fixed parameter strings to slprintf for sid components.Jeremy Allison1998-11-251-3/+3
* | In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-253-5/+19
* | Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-246-462/+613
* | Fixed gcc isdigit warning.Jeremy Allison1998-11-241-2/+2
* | Removed unused local var.Jeremy Allison1998-11-231-1/+1
* | Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-233-21/+55
* | Added fixes to stop HAVE_NETGROUPS being defined on systems thatJeremy Allison1998-11-181-12/+14
* | Tidied up many string functions with const & size_t.Jeremy Allison1998-11-172-42/+42
* | Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-179-18/+74
|/
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-2/+2
* security descriptors.Luke Leighton1998-11-122-26/+39
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1998-11-121-34/+34
* 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-123-6/+6
* Fix from richard.kettlewell@kewill.com for leapyear bugs.Jeremy Allison1998-11-111-1/+5
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-112-13/+86
* rpcclient registry commands.Luke Leighton1998-11-103-37/+156
* 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
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+851
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-1/+1
* util_file.c:Luke Leighton1998-11-052-0/+507
* split string and unicode string routines into these files.Luke Leighton1998-11-052-0/+1162
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
* Just moving things around a bit.Christopher R. Hertel1998-10-281-328/+0
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
* Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-281-2/+8
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-262-45/+801
* Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1998-10-261-0/+322
* 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
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-1/+22
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+1
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-202-193/+303
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-202-5/+7