Age | Commit message (Expand) | Author | Files | Lines |
1999-03-23 | dynamic memory allocation in samr enum dom users. works with 849 entries now. | Luke Leighton | 4 | -21/+42 |
1999-03-23 | Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes long | Matthew Chapman | 1 | -1/+1 |
1999-03-23 | ERRmoredata is informational and should not be treated as a hard error | Matthew Chapman | 1 | -7/+6 |
1999-03-23 | Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent half | Matthew Chapman | 1 | -4/+4 |
1999-03-23 | #if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM) | Matthew Chapman | 1 | -1/+1 |
1999-03-23 | Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly. | Matthew Chapman | 3 | -46/+10 |
1999-03-23 | If a buffer pointer is NULL then its length_is() attribute should not be | Matthew Chapman | 1 | -4/+19 |
1999-03-21 | The line: | Matthew Chapman | 1 | -2/+2 |
1999-03-21 | Ensuring return status is aligned in SAMR_QUERY_DISPINFO response. | Matthew Chapman | 1 | -0/+1 |
1999-03-19 | added a "createuser" command. | Luke Leighton | 6 | -34/+326 |
1999-03-19 | value->enc_secret not value->secret | Luke Leighton | 1 | -6/+4 |
1999-03-19 | const char* instead of char* for input | Luke Leighton | 1 | -1/+1 |
1999-03-19 | return type of nt_decrypt_string2 set to BOOL. | Luke Leighton | 2 | -6/+40 |
1999-03-19 | going to start adding inter-domain trust logons soon. | Luke Leighton | 1 | -123/+130 |
1999-03-19 | valid_pol in lsa_query_secret() needed to be initialised to False. | Luke Leighton | 1 | -1/+1 |
1999-03-19 | querysecret now shows the real, fairdinkum, decrypted secret :-) | Matthew Chapman | 2 | -12/+14 |
1999-03-19 | Implemented encryption algorithm used for a number of RPC buffers. | Matthew Chapman | 4 | -4/+51 |
1999-03-19 | Beau Kuiper: provided patch so that passwords could only be changed by | Luke Leighton | 4 | -3/+40 |
1999-03-18 | double-checked the return results from new querysecret command, corrected | Luke Leighton | 1 | -2/+2 |
1999-03-18 | matt, | Luke Leighton | 1 | -1/+1 |
1999-03-18 | Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGON | Matthew Chapman | 4 | -0/+109 |
1999-03-18 | Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFO | Matthew Chapman | 1 | -3/+3 |
1999-03-18 | Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET | Matthew Chapman | 8 | -36/+467 |
1999-03-17 | SAMLOGON query - alignment issue is beginning to get to me. | Luke Leighton | 1 | -0/+2 |
1999-03-17 | Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8. | Luke Leighton | 2 | -1/+36 |
1999-03-17 | alignment issue for UDP SAMLOGON response. | Luke Leighton | 1 | -2/+2 |
1999-03-16 | Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API). | Matthew Chapman | 4 | -0/+122 |
1999-03-14 | Don't forget to make proto. | Matthew Chapman | 1 | -37/+4 |
1999-03-12 | Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa... | Luke Leighton | 1 | -2/+14 |
1999-03-12 | cli_setup_creds new arguments added. | Luke Leighton | 1 | -1/+3 |
1999-03-12 | new "domtrust" test command. r&d into inter-domain trust accounts. | Luke Leighton | 8 | -26/+82 |
1999-03-12 | check for exactly _one_ key: for USRMGR.EXE. | Luke Leighton | 1 | -0/+4 |
1999-03-10 | static password space needed. | Luke Leighton | 1 | -3/+3 |
1999-03-10 | Greg Dickie: spotted bug where smb_nt_passwd could be NULL. | Luke Leighton | 1 | -1/+8 |
1999-03-09 | Greg Dickie spotted some wierd memory corruption problem with group | Luke Leighton | 3 | -21/+21 |
1999-03-09 | alignment issue in UDP SAMLOGON response. | Luke Leighton | 1 | -3/+6 |
1999-03-09 | mods to allow inter-domain trust accounts to be added to SAM database | Luke Leighton | 7 | -220/+318 |
1999-03-09 | oh dear, it's this one again. removed check for MAILSLOT\NTLOGON because | Luke Leighton | 1 | -14/+12 |
1999-03-09 | oops, IS_BITS_CLR_ALL() macro was wrong! | Luke Leighton | 1 | -1/+1 |
1999-03-09 | reverted access control flags in enum commands. | Luke Leighton | 1 | -3/+3 |
1999-03-08 | - todd sabin spotted bugs in samr enum dom users / groups / aliases code: | Luke Leighton | 2 | -130/+159 |
1999-03-08 | pass_check.c could receive encrypted password: printing it out as a %s | Luke Leighton | 2 | -2/+4 |
1999-03-08 | oops, accidentally committed clear-text password reading last week. | Luke Leighton | 1 | -1/+1 |
1999-03-08 | Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found. | Luke Leighton | 2 | -0/+13 |
1999-03-05 | spelling mistake, #ifdef'd out for non-developers (oops!) | Luke Leighton | 1 | -0/+5 |
1999-03-05 | oops, put -DDEBUG_PASSWORD in wrong place. | Luke Leighton | 1 | -1/+1 |
1999-03-05 | Benjamin Kuit's mods. | Luke Leighton | 3 | -3/+36 |
1999-03-03 | Benjamin Kuit's latest mysql mods. issue with "make proto" needs to be | Luke Leighton | 6 | -93/+165 |
1999-03-02 | added <mysql.h> autoconf test. | Luke Leighton | 5 | -33/+10 |
1999-03-01 | Benjamin Kuit's MYSQL SAM Database implementation. | Luke Leighton | 8 | -2/+1335 |