summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1999-08-18debug info display (netbios layer).Luke Leighton1-1/+11
1999-08-18added back test to exclude unused connections.Luke Leighton1-1/+3
1999-08-18use read() instead of fread() as fread() fails on redhat 6.Luke Leighton1-14/+24
1999-08-17patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton1-0/+81
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-20/+0
1999-07-26Jean-Francois spotted bug in use of file_modified() routine submittedLuke Leighton1-1/+1
1999-07-21BDC support.Luke Leighton4-2/+40
1999-07-16check to see if copy_passwd_struct() ever receives its own internalLuke Leighton1-0/+7
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton3-48/+262
1999-07-13renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1-8/+7
1999-07-08allow safe_strcpy() to pass 0 for max length of string, resulting in noLuke Leighton1-0/+5
1999-07-07use of dos_mkdir() in generate_sam_sid() should be unix mkdirLuke Leighton1-1/+1
1999-07-07added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1-1/+1
1999-07-06using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton2-114/+20
1999-07-06added jeremy's sys_getpwnam() and sys_getpwuid() routines from 2_0 tree.Luke Leighton1-0/+57
1999-07-06patch from michael stockman <pgmtekn-micke@algonet.se> to provide a staticLuke Leighton1-15/+25
1999-06-29improving authentication code (tidyup).Luke Leighton2-5/+6
1999-06-24#ifdef'd out hashed_getpwnam.Luke Leighton1-0/+4
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter3-8/+90
1999-05-07had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1-0/+2
1999-05-06clean-up of cache-getpw-hash code needed (make proto showed up loadsLuke Leighton1-12/+13
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton2-14/+271
1999-04-30md5 and hmac_md5Luke Leighton2-0/+434
1999-04-28use /dev/urandom not /dev/random in head branch.Andrew Tridgell1-6/+9
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