Use VFS operations for file I/O.
[samba.git] / source3 /
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim Potter#ifdef'ed out functions obsoleted by VFS:
1999-04-04 Tim PotterAdded smbd/vfs.o and smbd/vfs-wrap.o to object list...
1999-04-04 Tim PotterWrote VFS initialisation routines.
1999-04-04 Tim PotterWrapped up all VFS disk I/O functions for portability...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim PotterCall VFS initialisation, share connect and share discon...
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim PotterUse VFS operations for file I/O.
1999-04-04 Tim PotterAdded struct vfs_ops describing virtual filesystem...
1999-04-04 Tim PotterAdded configuration parameter 'vfs object' to specify...
1999-04-01 Andrew Tridgellnew files needed by profiling code
1999-04-01 Andrew TridgellKen McDonell from SGI was interested in adding some...
1999-03-30 Alexandre Olivadeclare ttarf as double, as in client.c
1999-03-30 Alexandre Olivause double instead of SMB_BIG_UINT for dir_total and...
1999-03-29 Luke Leightonadded SamrQueryDomainInfo call info level 0x3 for kix32...
1999-03-25 Luke Leighton"User Manager" - create user + change password now...
1999-03-25 Luke LeightonSMB_BIG_INT dir_total incompatible with %d: must use...
1999-03-25 Luke Leightonfixed issues with "Welcome to SAMBA Domain" for when...
1999-03-25 Alexandre Oliva* client/client.c (dir_total): use SMB_BIG_UINT
1999-03-25 Luke Leightonadded SAMR_USER_INFO_24 info level to samr_set_userinfo...
1999-03-25 Luke LeightonSAM database "set user info".
1999-03-24 Luke LeightonNULL pointer handling in nt_lm_owf_gen
1999-03-24 Luke Leightonmatt, you had removed a "pointer" from DOM_R_REF struct...
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...
next