summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-11-21global change from samba.anu.edu.au to samba.orgAndrew Tridgell2-2/+2
1998-11-18Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1-12/+14
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison11-60/+116
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton3-6/+40
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-13include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1-2/+2
1998-11-12security descriptors.Luke Leighton2-26/+39
1998-11-12include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1-34/+34
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+53
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell3-6/+6
1998-11-11Fix from richard.kettlewell@kewill.com for leapyear bugs.Jeremy Allison1-1/+5
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton2-13/+86
1998-11-10rpcclient registry commands.Luke Leighton3-37/+156
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-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+851
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-1/+1
1998-11-05util_file.c:Luke Leighton2-0/+507
1998-11-05split string and unicode string routines into these files.Luke Leighton2-0/+1162
1998-10-31added copyright notice from Patrick PowellAndrew Tridgell1-8/+5
1998-10-28Just moving things around a bit.Christopher R. Hertel1-328/+0
1998-10-28Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1-9/+9
1998-10-28Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1-2/+8
1998-10-28fixed problem with snprintf.c and mkprotoAndrew Tridgell1-4/+4
1998-10-28use abort() instead of exit() in smb_panic()Andrew Tridgell1-1/+1
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-12/+28
1998-10-27add ifdef for "long double"Andrew Tridgell1-12/+18
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell2-45/+801
1998-10-26Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1-0/+322
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-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-1/+22
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-1/+1
1998-10-20Fixed bug found by John Blair where trim_string wasn'tJeremy Allison2-193/+303
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton2-5/+7
1998-10-20removed setenv(), replaced with smbw_setenv()Andrew Tridgell1-17/+0
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-17Small tidyups for gcc in 'preen' mode....Jeremy Allison4-6/+10
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+7
1998-10-15second implementation of crc32, used with permission of francesco ferraraLuke Leighton1-4/+2
1998-10-14more warnings...Luke Leighton1-1/+1
1998-10-14dce/rpcLuke Leighton1-58/+58
1998-10-09signed / unsigned issues spotted by herbLuke Leighton1-2/+2
1998-10-08dce/rpcLuke Leighton1-5/+8
1998-10-08added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1-0/+3
1998-10-06crc32 algorithm. obtained from dr dobb's journalLuke Leighton1-0/+70
1998-10-06remove unused arguments from some static functions.Andrew Tridgell1-4/+4
1998-10-05- fixed cast warningsAndrew Tridgell2-11/+15