summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1-2/+2
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton3-3/+37
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton3-252/+317
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1-3/+25
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-0/+23
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-0/+11
1999-11-12split array-handling functions into separate module.Luke Leighton2-224/+248
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-2/+83
1999-11-08const feeding frenzyLuke Leighton1-1/+1
1999-11-08const feeding frenzyLuke Leighton1-5/+5
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-12/+82
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-6/+16
1999-11-03had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1-0/+34
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton1-31/+36
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton2-1/+36
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+23
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-0/+18
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-2/+2
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-1/+9
1999-10-25- typecast malloc / Realloc issues.Luke Leighton7-17/+37
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-1/+1
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-0/+16
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton2-3/+4
1999-09-08bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1-0/+3
1999-08-18patch from michael glauche to add session enum code into smbd.Luke Leighton1-8/+75
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