summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+3
1999-04-04Use VFS operations for file I/O.Tim Potter2-7/+8
1999-04-04Added struct vfs_ops describing virtual filesystem operations.Tim Potter1-30/+77
1999-04-04Added configuration parameter 'vfs object' to specify loadable objectTim Potter1-0/+20
1999-04-01new files needed by profiling codeAndrew Tridgell2-0/+145
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell12-629/+870
1999-03-30declare ttarf as double, as in client.cAlexandre Oliva1-1/+1
1999-03-30use double instead of SMB_BIG_UINT for dir_total and ttarfAlexandre Oliva2-4/+4
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton4-10/+57
1999-03-25"User Manager" - create user + change password now work.Luke Leighton3-7/+68
1999-03-25SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)Luke Leighton1-1/+1
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton5-12/+174
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva3-6/+31
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton4-0/+89
1999-03-25SAM database "set user info".Luke Leighton18-170/+772
1999-03-24NULL pointer handling in nt_lm_owf_genLuke Leighton1-1/+4
1999-03-24matt, you had removed a "pointer" from DOM_R_REF structure which made itLuke Leighton1-1/+5
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton9-73/+111
1999-03-24Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman5-37/+86
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton4-21/+42
1999-03-23Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1-1/+1
1999-03-23ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1-7/+6
1999-03-23Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent halfMatthew Chapman1-4/+4
1999-03-23#if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)Matthew Chapman1-1/+1
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman3-46/+10
1999-03-23If a buffer pointer is NULL then its length_is() attribute should not beMatthew Chapman1-4/+19
1999-03-21The line:Matthew Chapman1-2/+2
1999-03-21Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.Matthew Chapman1-0/+1
1999-03-19added a "createuser" command.Luke Leighton6-34/+326
1999-03-19value->enc_secret not value->secretLuke Leighton1-6/+4
1999-03-19const char* instead of char* for inputLuke Leighton1-1/+1
1999-03-19return type of nt_decrypt_string2 set to BOOL.Luke Leighton2-6/+40
1999-03-19going to start adding inter-domain trust logons soon.Luke Leighton1-123/+130
1999-03-19valid_pol in lsa_query_secret() needed to be initialised to False.Luke Leighton1-1/+1
1999-03-19querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman2-12/+14
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman4-4/+51
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton4-3/+40
1999-03-18double-checked the return results from new querysecret command, correctedLuke Leighton1-2/+2
1999-03-18matt,Luke Leighton1-1/+1
1999-03-18Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman4-0/+109
1999-03-18Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1-3/+3
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman8-36/+467
1999-03-17SAMLOGON query - alignment issue is beginning to get to me.Luke Leighton1-0/+2
1999-03-17Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton2-1/+36
1999-03-17alignment issue for UDP SAMLOGON response.Luke Leighton1-2/+2
1999-03-16Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman4-0/+122
1999-03-14Don't forget to make proto.Matthew Chapman1-37/+4
1999-03-12Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1-2/+14
1999-03-12cli_setup_creds new arguments added.Luke Leighton1-1/+3
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton8-26/+82