summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-133-8/+90
* had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1999-05-071-0/+2
* clean-up of cache-getpw-hash code needed (make proto showed up loadsLuke Leighton1999-05-061-12/+13
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-062-14/+271
* md5 and hmac_md5Luke Leighton1999-04-302-0/+434
* use /dev/urandom not /dev/random in head branch.Andrew Tridgell1999-04-281-6/+9
* Fix compile warning in nametouid().Tim Potter1999-04-121-1/+1
* Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. AMatthew Chapman1999-04-081-2/+3
* #ifdef'ed out functions obsoleted by VFS:Tim Potter1999-04-041-4/+14
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+26
* SAM database "set user info".Luke Leighton1999-03-251-2/+19
* Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1999-03-231-4/+4
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-0/+2
* Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1999-03-121-2/+14
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-30/+36
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-0/+20
* bitmap to stringsLuke Leighton1999-02-161-0/+70
* Always null-terminate strings.Matthew Chapman1999-02-151-16/+33
* const cast issues. [p.s - tidy work, matt!]Luke Leighton1999-02-121-16/+31
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-196/+114
* UNICODE issues.Luke Leighton1999-02-111-7/+7
* the UNICODE issue...Luke Leighton1999-02-111-1/+27
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-38/+50
* Having Well-known Domain Groups ("Domain Admins/Guests/Users") returnedLuke Leighton1999-02-091-1/+1
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-1/+1
* 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