add do_async_ndr()/do_async_ndr_domain() similar to
[metze/old/v3-2-winbind-ndr.git] / source / smbd /
2007-10-05 vlendecApply some const
2007-10-04 vlendecFix bug 5006
2007-10-03 jelmerRemove checks that are always true.
2007-10-03 jraStart adding IPv6 compatible code to lib/util_sock...
2007-09-27 jraFix bug #4978 : Store DOS Attributes fails when copying...
2007-09-25 vlendecNormalize the path we return for 'msdfs proxy'
2007-09-25 vlendecFix "msdfs proxy"
2007-09-24 vlendecPatch from Heinrich Mislik <Heinrich.Mislik@univie...
2007-09-24 jraVolker's fix for bug #4984 - samba4 torture test
2007-09-21 obnoxFix one more caller of unistr2_to_ascii() that passed
2007-09-15 vlendecFix some C++ warnings and an uninitialized variable
2007-09-14 jraUse the append_buffer version in a loop.
2007-09-14 jraFix breakage from mangling rewrite. Use the
2007-09-14 jraFix wrong ctx passed to talloc_asprintf_append().
2007-09-14 jpeachDon't panic if setgroups fails in non-root mode.
2007-09-14 jpeachPanic if setting the group list fails while switching...
2007-09-14 jraMore pstring removal.
2007-09-13 jraMore pstring elimination. Add a TALLOC_CTX parameter
2007-09-13 gdRemove one END_PROFILE(SMBntcreateX) from call_nt_trans...
2007-09-12 jraMore pstring elimination.
2007-09-12 jraThe mega-patch Jerry was waiting for. Remove all pstrin...
2007-09-11 jraMove to talloced pathnames on most code paths.
2007-09-11 jraEnsure we don't return unwritten memory (valgrind caught).
2007-09-11 jraRewrite msdfs code to use talloced filenames. Passes...
2007-09-10 vlendecAdd file_id_string_tos
2007-09-07 jraWe don't use mangle_map any more.
2007-09-07 jraLarge patch discussed with Volker. Move unix_convert...
2007-09-04 vlendecRemove some static buffers
2007-08-30 jraReformat to 80 columns.
2007-08-30 jraSimple reformatting to fit the 80 columns rule.
2007-08-30 vlendecConsolidate the use of temporary talloc contexts.
2007-08-29 jraFix logic error in timeout of blocking lock processing...
2007-08-27 vlendecRemove the old API pointers
2007-08-27 vlendecActually write 24 zeros instead of zero 24's...
2007-08-26 vlendecFix some obvious diffs between 3_2 and 3_2_0
2007-08-25 vlendecSome formatting changes helping to minimize the 3_2_0...
2007-08-23 jraAdd parameter "directory name cache size" - parameterize
2007-08-23 jraRemove redundent setting of vuid.
2007-08-22 metze- deferr calling build_options();exit(0);
2007-08-21 idraIn case of error we need to free prefix_cache otherwise...
2007-08-21 metzepatch from Karolin Seeger <ks@sernet.de>:
2007-08-21 vlendecFix Coverity ID 393
2007-08-21 jraReformatting to coding standards. Added my (C) in place...
2007-08-21 jraRefactor our vuid code so that we keep the same
2007-08-19 vlendecFix unix_convert to return the already converted part
2007-08-19 vlendecFix the case-changing renames
2007-08-17 vlendecFix RAW-NOTIFY
2007-08-17 jraAdded bcc test for reply_tcon & removed Vl's comment...
2007-08-16 jraAdd check that bcc is correct in an incoming packet.
2007-08-16 jraMore extra code into a function, reply_openerror.
2007-08-16 vlendecRevert r24485 -- this needs more thought
2007-08-16 vlendecEven in the failure case unix_convert must pass the...
2007-08-16 jraFix the mappings in reply_opeXXX calls. Now to test...
2007-08-16 jraFix the error mapping for SMB_POSIX_PATH_OPEN.
2007-08-15 jraMap error value NT_STATUS_OBJECT_NAME_COLLISION
2007-08-15 jraStart fixing up the mapping of OBJECT_NAME_COLLISION
2007-08-15 jraDon't forget the +4 for length :-).
2007-08-15 jraDo range checking on incoming smb request.
2007-08-15 jraNow Volker removed the readbmpx we don't need cached...
2007-08-15 vlendecFix Bug 4852, thank to anto <sistemac@prosoft.ba> for...
2007-08-15 vlendecConvert reply_tcon to the new API
2007-08-15 vlendecRemove the read and write bmpx calls
2007-08-15 jraConvert SMBwritebraw. No test suite unfortunately....
2007-08-14 vlendecConvert reply_find[n]close to the new API
2007-08-14 vlendecConvert reply_search/fclose to the new API
2007-08-14 vlendecConvert reply_copy to the new API
2007-08-14 vlendecConvert reply_ioctl to the new API
2007-08-14 vlendecConvert the reply_sendXX functions to the new API
2007-08-14 vlendecConvert reply_get/setattrE to the new API
2007-08-14 vlendecConvert reply_lockread/writeunlock to the new API
2007-08-14 vlendecConvert reply_ntrename to the new API
2007-08-14 vlendecConvert the reply_printXX calls to the new API
2007-08-14 vlendecConvert reply_writeclose to the new API
2007-08-14 vlendecreply_setdir is not used...
2007-08-14 vlendecConvert reply_unlock to the new API
2007-08-14 vlendecConvert reply_lock to the new API
2007-08-14 vlendecConvert reply_read to the new API
2007-08-14 vlendecConvert reply_write to the new API
2007-08-14 vlendecConvert reply_lseek to the new API
2007-08-14 vlendecConvert reply_ctemp to the new API
2007-08-14 vlendecConvert reply_setatr to the new API
2007-08-14 vlendecConvert reply_getatr to the new API
2007-08-14 vlendecConvert reply_mv to the new API
2007-08-14 vlendecConvert reply_open to the new API
2007-08-14 vlendecCheck wct in reply_open
2007-08-14 vlendecRemove reply_prep_legacy from reply_lockingX
2007-08-14 vlendecPush reply_prep_legacy into reply_lockingX
2007-08-14 vlendecCheck wct in reply_lockingX
2007-08-14 vlendecRemove get_OutBuffer usage from blocking.c
2007-08-14 vlendecRemove reply_prep_legacy from send_nttrans_replies
2007-08-14 vlendecFix a 64-bit warning
2007-08-14 vlendecPush reply_prep_legacy into send_nt_replies
2007-08-14 vlendecFix a valgrind bug
2007-08-14 vlendecChange change_notify_reply to use send_nt_replies_new
2007-08-14 vlendecConvert call_nt_transact_notify_change to the new API
2007-08-14 vlendecConvert call_nt_transact_rename to the new API
2007-08-14 vlendecConvert call_nt_transact_set_user_quota to the new API
2007-08-14 vlendecMinor simplifications
2007-08-14 vlendecConvert call_nt_transact_get_user_quota to the new API
2007-08-14 jraConvert readbraw to the new api. Volker, keep checking in
next