summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-255-12/+174
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-253-6/+31
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-254-0/+89
* SAM database "set user info".Luke Leighton1999-03-2518-170/+772
* NULL pointer handling in nt_lm_owf_genLuke Leighton1999-03-241-1/+4
* matt, you had removed a "pointer" from DOM_R_REF structure which made itLuke Leighton1999-03-241-1/+5
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-249-73/+111
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-245-37/+86
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-234-21/+42
* Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1999-03-231-1/+1
* ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1999-03-231-7/+6
* Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1999-03-231-4/+4
* #if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)Matthew Chapman1999-03-231-1/+1
* Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1999-03-233-46/+10
* If a buffer pointer is NULL then its length_is() attribute should not beMatthew Chapman1999-03-231-4/+19
* The line:Matthew Chapman1999-03-211-2/+2
* Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.Matthew Chapman1999-03-211-0/+1
* added a "createuser" command.Luke Leighton1999-03-196-34/+326
* value->enc_secret not value->secretLuke Leighton1999-03-191-6/+4
* const char* instead of char* for inputLuke Leighton1999-03-191-1/+1
* return type of nt_decrypt_string2 set to BOOL.Luke Leighton1999-03-192-6/+40
* going to start adding inter-domain trust logons soon.Luke Leighton1999-03-191-123/+130
* valid_pol in lsa_query_secret() needed to be initialised to False.Luke Leighton1999-03-191-1/+1
* querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1999-03-192-12/+14
* Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1999-03-194-4/+51
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-194-3/+40
* double-checked the return results from new querysecret command, correctedLuke Leighton1999-03-181-2/+2
* matt,Luke Leighton1999-03-181-1/+1
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-184-0/+109
* Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1999-03-181-3/+3
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-188-36/+467
* SAMLOGON query - alignment issue is beginning to get to me.Luke Leighton1999-03-171-0/+2
* Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1999-03-172-1/+36
* alignment issue for UDP SAMLOGON response.Luke Leighton1999-03-171-2/+2
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-164-0/+122
* Don't forget to make proto.Matthew Chapman1999-03-141-37/+4
* Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1999-03-121-2/+14
* cli_setup_creds new arguments added.Luke Leighton1999-03-121-1/+3
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-128-26/+82
* check for exactly _one_ key: for USRMGR.EXE.Luke Leighton1999-03-121-0/+4
* static password space needed.Luke Leighton1999-03-101-3/+3
* Greg Dickie: spotted bug where smb_nt_passwd could be NULL.Luke Leighton1999-03-101-1/+8
* Greg Dickie spotted some wierd memory corruption problem with groupLuke Leighton1999-03-093-21/+21
* alignment issue in UDP SAMLOGON response.Luke Leighton1999-03-091-3/+6
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-097-220/+318
* oh dear, it's this one again. removed check for MAILSLOT\NTLOGON becauseLuke Leighton1999-03-091-14/+12
* oops, IS_BITS_CLR_ALL() macro was wrong!Luke Leighton1999-03-091-1/+1
* reverted access control flags in enum commands.Luke Leighton1999-03-091-3/+3
* - todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1999-03-082-130/+159
* pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton1999-03-082-2/+4