summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-12-09need to initialise global_myworkgroupLuke Leighton1-1/+14
1998-12-08Adding George's Mac extension code.Jeremy Allison1-0/+140
1998-12-07fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1-2/+3
1998-12-07first attempt at making unix setuid/setgid code that is independent ofLuke Leighton1-0/+303
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-6/+7
1998-12-05oops - lock test was the wrong way aroundAndrew Tridgell1-1/+1
1998-12-05fixed pidfile handling to check for a lock on the file, so we can beAndrew Tridgell1-16/+33
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton2-8/+8
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-0/+49
1998-12-03jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.Luke Leighton1-1/+1
1998-12-02removed check on name of domain having to be right, etc etc.Luke Leighton1-8/+0
1998-12-02issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1-2/+2
1998-12-02string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1-43/+44
1998-12-01fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton2-4/+7
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton2-40/+69
1998-12-01fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton3-7/+7
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton3-9/+36
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton3-39/+61
1998-11-30- adding builtin[alias]db.Luke Leighton3-16/+20
1998-11-29"retired" two modules to preserve their cvs history.Luke Leighton3-0/+2184
1998-11-29weekend work. user / group database API.Luke Leighton2-49/+91
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison7-408/+574
1998-11-24sorting out difference between aliases and groups in the cases whereLuke Leighton1-1/+4
1998-11-23unused variable removedLuke Leighton1-1/+1
1998-11-23unix instance of group database APILuke Leighton2-6/+22
1998-11-23replace ' with _ as wellAndrew Tridgell1-1/+2
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-19/+52
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