summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1999-04-12Fix compile warning in nametouid().Tim Potter1-1/+1
1999-04-08Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1-2/+3
1999-04-04#ifdef'ed out functions obsoleted by VFS:Tim Potter1-4/+14
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1-2/+26
1999-03-25SAM database "set user info".Luke Leighton1-2/+19
1999-03-23Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1-4/+4
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-0/+2
1999-03-12Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1-2/+14
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-30/+36
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-0/+20
1999-02-16bitmap to stringsLuke Leighton1-0/+70
1999-02-15Always null-terminate strings.Matthew Chapman1-16/+33
1999-02-12const cast issues. [p.s - tidy work, matt!]Luke Leighton1-16/+31
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-196/+114
1999-02-11UNICODE issues.Luke Leighton1-7/+7
1999-02-11the UNICODE issue...Luke Leighton1-1/+27
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-38/+50
1999-02-09Having Well-known Domain Groups ("Domain Admins/Guests/Users") returnedLuke Leighton1-1/+1
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-1/+1
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-6/+6
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton2-0/+72
1999-02-01Added init_nt_time function which initialises an NTTIME to -1.Matthew Chapman1-7/+9
1999-01-13fixed an uninitialized variable in lookupsmbgrpgid() andGerald Carter2-1/+3
1998-12-20adding start of remote lookup for domain member role.Luke Leighton1-29/+125
1998-12-16A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1-1/+159
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-5/+40
1998-12-14trying to track down issues in get_home_dir().Luke Leighton1-4/+8
1998-12-09oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton2-16/+15
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