removed 2 unnecessary args from make_uni_hdr.
[samba.git] / source3 /
1999-03-24 Luke Leightonremoved 2 unnecessary args from make_uni_hdr.
1999-03-24 Matthew ChapmanFixed LSA Lookup Names. There were a few too many NULL...
1999-03-23 Luke Leightondynamic memory allocation in samr enum dom users. ...
1999-03-23 Matthew ChapmanFixed a typo where the RPC header mem_buffer was initia...
1999-03-23 Matthew ChapmanERRmoredata is informational and should not be treated...
1999-03-23 Matthew ChapmanSame infinite loop bug as I fixed in SAMBA_2_0, but...
1999-03-23 Matthew Chapman#if defined(HAVE_MYSQL_H) || defined(WITH_MYSQLSAM)
1999-03-23 Matthew ChapmanAnother UNICODE issue - this time BUFFER2 was being...
1999-03-23 Matthew ChapmanIf a buffer pointer is NULL then its length_is() attrib...
1999-03-21 Matthew ChapmanThe line:
1999-03-21 Matthew ChapmanEnsuring return status is aligned in SAMR_QUERY_DISPINF...
1999-03-19 Luke Leightonadded a "createuser" command.
1999-03-19 Luke Leightonvalue->enc_secret not value->secret
1999-03-19 Luke Leightonconst char* instead of char* for input
1999-03-19 Luke Leightonreturn type of nt_decrypt_string2 set to BOOL.
1999-03-19 Luke Leightongoing to start adding inter-domain trust logons soon.
1999-03-19 Luke Leightonvalid_pol in lsa_query_secret() needed to be initialise...
1999-03-19 Matthew Chapmanquerysecret now shows the real, fairdinkum, decrypted...
1999-03-19 Matthew ChapmanImplemented encryption algorithm used for a number...
1999-03-19 Luke LeightonBeau Kuiper: provided patch so that passwords could...
1999-03-18 Luke Leightondouble-checked the return results from new querysecret...
1999-03-18 Luke Leightonmatt,
1999-03-18 Matthew ChapmanAdded SVC_START_SERVICE rpc. An NT PDC will attempt...
1999-03-18 Matthew ChapmanChanged hard-coded number of users/groups in SAMR_QUERY...
1999-03-18 Matthew ChapmanAdding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERY...
1999-03-17 Luke LeightonSAMLOGON query - alignment issue is beginning to get...
1999-03-17 Luke LeightonStefan Walters: purify spotted rverf should be alloc...
1999-03-17 Luke Leightonalignment issue for UDP SAMLOGON response.
1999-03-16 Matthew ChapmanAdded SVC_QUERY_DISP_NAME (corresponding to the GetServ...
1999-03-14 Matthew ChapmanDon't forget to make proto.
1999-03-12 Luke LeightonStefan Walter: spotted *p_group == NULL which should...
1999-03-12 Luke Leightoncli_setup_creds new arguments added.
1999-03-12 Luke Leightonnew "domtrust" test command. r&d into inter-domain...
1999-03-12 Luke Leightoncheck for exactly _one_ key: for USRMGR.EXE.
1999-03-10 Luke Leightonstatic password space needed.
1999-03-10 Luke LeightonGreg Dickie: spotted bug where smb_nt_passwd could...
1999-03-09 Luke LeightonGreg Dickie spotted some wierd memory corruption proble...
1999-03-09 Luke Leightonalignment issue in UDP SAMLOGON response.
1999-03-09 Luke Leightonmods to allow inter-domain trust accounts to be added...
1999-03-09 Luke Leightonoh dear, it's this one again. removed check for MAILSL...
1999-03-09 Luke Leightonoops, IS_BITS_CLR_ALL() macro was wrong!
1999-03-09 Luke Leightonreverted access control flags in enum commands.
1999-03-08 Luke Leighton- todd sabin spotted bugs in samr enum dom users /...
1999-03-08 Luke Leightonpass_check.c could receive encrypted password: printing...
1999-03-08 Luke Leightonoops, accidentally committed clear-text password readin...
1999-03-08 Luke LeightonBejamin Kuit. #define MYSQL and MYSQL_ROW to void...
1999-03-05 Luke Leightonspelling mistake, #ifdef'd out for non-developers ...
1999-03-05 Luke Leightonoops, put -DDEBUG_PASSWORD in wrong place.
1999-03-05 Luke LeightonBenjamin Kuit's mods.
1999-03-03 Luke LeightonBenjamin Kuit's latest mysql mods. issue with "make...
1999-03-02 Luke Leightonadded <mysql.h> autoconf test.
1999-03-01 Luke LeightonBenjamin Kuit's MYSQL SAM Database implementation.
1999-03-01 Luke Leightonimproving syntax / useability of rpcclient "shutdown...
1999-02-24 Matthew ChapmanReturn either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmored...
1999-02-24 Matthew ChapmanAdded "lookupdomain" rpcclient command. Not particularl...
1999-02-24 Matthew ChapmanWin9x user level security.
1999-02-23 Luke Leightonadded jeremy's new c++-like code for parsing of securit...
1999-02-19 Luke Leightonsamr_lookup_names "none found" error needed corrections...
1999-02-19 Luke Leightonlast unix group not being listed. spotted by jacques...
1999-02-18 Luke Leightonproblem been there for months: reg_r_info not aligning...
1999-02-18 Michael WarfieldGot to the bottom of another weird one...
1999-02-16 Luke Leightonrpcclient shutdown command
1999-02-16 Luke Leightonbitmap to strings
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-14 Michael WarfieldAdded caching of user password if it was entered via...
1999-02-13 Michael Warfield Fixed a glibc glitch in smbumount.c and reenabled...
1999-02-12 Luke Leightonconst cast issues. [p.s - tidy work, matt!]
1999-02-12 Luke Leightonconst issues with byte mod / byte read macros.
1999-02-12 Matthew ChapmanCut and paste error.
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1999-02-11 Luke LeightonUNICODE issues.
1999-02-11 Luke Leightonthe UNICODE issue...
1999-02-11 Luke Leightonenum dom users buffer was 0x80 not 0x8000. must fix...
1999-02-11 Luke Leightonrefinement of random ipc$ SMBtrans torture test. send...
1999-02-11 Luke Leightonuninitialised pointer being freed if lookupnames failed...
1999-02-10 Luke Leightonuse jeremy's versions of the UNICODE routines.
1999-02-09 Luke LeightonHaving Well-known Domain Groups ("Domain Admins/Guests...
1999-02-09 Luke Leightongroups and aliases being "manually" added which do...
1999-02-09 Luke Leightonwhen multiple independent large rpc calls come in on...
1999-02-09 Luke Leightonremoval of the use of unistrn2 function: replace it...
1999-02-09 Luke Leightonpwdb_smb_to_sam was not returning NULL for nt name...
1999-02-09 Matthew ChapmanFix for NT BSOD problem. There's no reason to have...
1999-02-08 Luke LeightonUNICODE byte ordering issue: typecast to uint16* replac...
1999-02-08 Luke Leightonreload_services needs to be called prior to init_files...
1999-02-08 Luke Leightoniteration of sam passwd entries was an order n-cubed...
1999-02-03 Luke Leightoninitialise my name (used in %h) prior to loading smb...
1999-02-03 Luke Leighton%s not $s
1999-02-03 Luke Leightoncorrections to get data stream for 2nd and subsequent...
1999-02-03 Luke Leightoncache unix groups so that two-level getgrent calls...
1999-02-03 Luke Leightonmultiple dce/rpc PDUs failed to work after ntlmssp...
1999-02-02 Luke Leightonserver type announcements modified to include the ...
1999-02-01 Michael WarfieldMinor change to bring smbmount in the main branch in...
1999-02-01 Luke Leightoncomma after DOM_MAP_USER removed
1999-02-01 Matthew ChapmanMust set password length to 24 after we encrypt a password.
1999-02-01 Matthew ChapmanInitialise NTTIME properly in make_reg_q_enum_key inste...
1999-02-01 Matthew ChapmanFixed a domain functionality problem where NT clients...
1999-02-01 Matthew ChapmanAdded init_nt_time function which initialises an NTTIME...
1999-01-31 Michael WarfieldOk... Yet another round of fixes for smbmount and...
1999-01-29 Luke Leightonfix for enumerate domain users (bug spotted by sean...
next