summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-1/+9
* | - typecast malloc / Realloc issues.Luke Leighton1999-10-257-17/+37
* | the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-1/+1
* | turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-0/+16
* | - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-072-3/+4
* | bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1999-09-081-0/+3
* | patch from michael glauche to add session enum code into smbd.Luke Leighton1999-08-181-8/+75
* | debug info display (netbios layer).Luke Leighton1999-08-181-1/+11
* | added back test to exclude unused connections.Luke Leighton1999-08-181-1/+3
* | use read() instead of fread() as fread() fails on redhat 6.Luke Leighton1999-08-181-14/+24
* | patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton1999-08-171-0/+81
* | reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-20/+0
* | Jean-Francois spotted bug in use of file_modified() routine submittedLuke Leighton1999-07-261-1/+1
* | BDC support.Luke Leighton1999-07-214-2/+40
* | check to see if copy_passwd_struct() ever receives its own internalLuke Leighton1999-07-161-0/+7
* | code from bertl to allow remap of default built-in names to anything.Luke Leighton1999-07-143-48/+262
* | renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1999-07-131-8/+7
* | allow safe_strcpy() to pass 0 for max length of string, resulting in noLuke Leighton1999-07-081-0/+5
* | use of dos_mkdir() in generate_sam_sid() should be unix mkdirLuke Leighton1999-07-071-1/+1
* | added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1999-07-071-1/+1
* | using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton1999-07-062-114/+20
* | added jeremy's sys_getpwnam() and sys_getpwuid() routines from 2_0 tree.Luke Leighton1999-07-061-0/+57
* | patch from michael stockman <pgmtekn-micke@algonet.se> to provide a staticLuke Leighton1999-07-061-15/+25
* | improving authentication code (tidyup).Luke Leighton1999-06-292-5/+6
* | #ifdef'd out hashed_getpwnam.Luke Leighton1999-06-241-0/+4
* | 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