summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-6/+6
* | cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-032-0/+72
* | Added init_nt_time function which initialises an NTTIME to -1.Matthew Chapman1999-02-011-7/+9
* | fixed an uninitialized variable in lookupsmbgrpgid() andGerald Carter1999-01-132-1/+3
* | adding start of remote lookup for domain member role.Luke Leighton1998-12-201-29/+125
* | A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1998-12-161-1/+159
* | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-5/+40
* | trying to track down issues in get_home_dir().Luke Leighton1998-12-141-4/+8
* | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1998-12-092-16/+15
* | need to initialise global_myworkgroupLuke Leighton1998-12-091-1/+14
* | Adding George's Mac extension code.Jeremy Allison1998-12-081-0/+140
* | fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-071-2/+3
* | first attempt at making unix setuid/setgid code that is independent ofLuke Leighton1998-12-071-0/+303
* | removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-6/+7
* | oops - lock test was the wrong way aroundAndrew Tridgell1998-12-051-1/+1
* | fixed pidfile handling to check for a lock on the file, so we can beAndrew Tridgell1998-12-051-16/+33
* | - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-042-8/+8
* | moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-031-0/+49
* | jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.Luke Leighton1998-12-031-1/+1
* | removed check on name of domain having to be right, etc etc.Luke Leighton1998-12-021-8/+0
* | issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1998-12-021-2/+2
* | string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1998-12-021-43/+44
* | fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton1998-12-012-4/+7
* | rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-012-40/+69
* | fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1998-12-013-7/+7
* | adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-013-9/+36
* | attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-303-39/+61
* | - adding builtin[alias]db.Luke Leighton1998-11-303-16/+20
* | "retired" two modules to preserve their cvs history.Luke Leighton1998-11-293-0/+2184
* | weekend work. user / group database API.Luke Leighton1998-11-292-49/+91
* | Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-257-408/+574
* | sorting out difference between aliases and groups in the cases whereLuke Leighton1998-11-241-1/+4
* | unused variable removedLuke Leighton1998-11-231-1/+1
* | unix instance of group database APILuke Leighton1998-11-232-6/+22
* | replace ' with _ as wellAndrew Tridgell1998-11-231-1/+2
* | changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-19/+52
* | global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-212-2/+2
* | Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1998-11-181-12/+14
* | 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
* | 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