Fix merged build; use full libroken rather than just a couple of object files.
[samba.git] / source3 / smbd /
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker LendeckeFix nonempty blank lines
2008-10-19 Volker Lendecke"fn_new"->"fn" in smb_messages[], we got beyond that :-)
2008-10-19 Volker LendeckeUse a direct compare instead of calling strncmp in...
2008-10-19 Volker LendeckeMove the global hosts_allow() check out of the processi...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker LendeckeInline the once-used macro "init_dfsroot"
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Günther Deschners3-build: fix the build of smbd.
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-10-17 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-17 Jeremy AllisonCope with bad trans2mkdir requests from System i QNTC...
2008-10-14 Jeremy AllisonNote url explaining this code.
2008-10-14 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-14 Volker LendeckeRemove unused stuff
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-13 Volker LendeckeRemove smb_np_struct
2008-10-13 Volker LendeckeUse "struct files_struct" for pipes instead of smb_np_s...
2008-10-13 Volker LendeckeRemove the chain_fsp global
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-10-13 Volker LendeckePass struct smb_request to file_fsp
2008-10-13 Günther Deschners3: fix another build warning.
2008-10-13 Volker LendeckeFix bug 5691: SIGBUS on Solaris
2008-10-12 Jelmer VernooijUse common util_file code.
2008-10-12 Jelmer VernooijCope with the fact that the data blobs returned are now
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Volker LendeckeMake use of talloc_tos()
2008-10-11 Volker LendeckeFix some nonempty blank lines
2008-10-11 Volker LendeckeFix a "nexted extern declaration" warning
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-10-09 Volker LendeckeRemove a pointless level of indirection
2008-10-09 Volker LendeckeFix a typo
2008-10-09 Jeremy AllisonFor the vfs_acl_xattr.c module, make sure we map GENERI...
2008-10-08 Jeremy AllisonDeal with inheritance from parent directory when settin...
2008-10-08 Volker LendeckeRemove unused CHECK_FSP macro
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-10-04 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Jeremy AllisonSimply our main loop processing. A lot :-). Correctly...
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-01 Jeremy AllisonFix use of DLIST_REMOVE as spotted by Constantine Vetos...
2008-09-30 Jeremy AllisonFix the make test problem Karolin reported. Now rename_...
2008-09-27 Jeremy AllisonSecond part of the fix for bug #5790 - samba returns...
2008-09-26 Jeremy AllisonFix bug #5797 - Moving readonly files fails. Reported...
2008-09-24 Jeremy AllisonFix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUN...
2008-09-23 Jeremy AllisonFix bug #5783 FindFirst fails where search pattern...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Günther Deschners3: use samba4 prototype for ndr_push/pull_struct_blob.
2008-09-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 TimurFix aio on FreeBSD.
2008-09-16 TimurFix cut and paste error in quota code.
2008-09-15 Jeremy AllisonFix bug 5761 "open of mangled directory name results...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-12 Jeremy AllisonModify a comment to make things clearer.
2008-09-10 Jeremy AllisonFix bug #5052 - not work cancel inheritance on share...
2008-09-10 Jeremy AllisonMerge branch 'v3-devel' of ssh://jra@git.samba.org...
2008-09-10 Jeremy AllisonWhen requesting UNIX info levels on findfirst/findnext...
2008-09-09 Jelmer VernooijMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-09 Volker LendeckeAdd some debug to reply_nttrans
2008-09-08 Volker LendeckeFix calculation of useable_space for trans2 and nttrans...
2008-09-08 Stefan Metzmachersmbd: some write time fixes
2008-09-06 Jeremy AllisonWrite times code update.
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-01 Volker LendeckeSlightly simplify logic: remove an else branch
2008-09-01 Volker LendeckeFix Coverity ID 587
2008-08-27 Jeremy AllisonAdd st_birthtime and friends for accurate create times...
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Andrew TridgellEINVAL is also a valid error return, meaning "this...
2008-08-26 Andrew Tridgellbecome root for AIO operations
2008-08-22 Jeremy AllisonDon't re-initialize a token when we already have one...
2008-08-20 Stefan Metzmachersmbd: fix the handling of create_options to pass RAW...
2008-08-14 Jeremy AllisonFix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech...
2008-08-14 Jeremy AllisonFix for bug #5617, reported and patched by Bartosz...
2008-08-13 Michael Adamsmbd: prevent smbd from panicing with "clustering ...
2008-08-13 Andrew Tridgelladded a explanatory comment on tcon check
2008-08-13 Andrew Tridgellensure we exit with non-zero status on EOF on socket...
2008-08-13 Andrew Tridgellfixed child exit handling and IP release handling
2008-08-13 Andrew Tridgelllog unclean shutdowns
2008-08-13 Andrew Tridgellregister the ctdbd reconfigure message
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-12 Michael AdamMake sure to always set errno on error path in OpenDir...
2008-08-12 Michael AdamFix unix_convert() for "*" after changing map_nt_error_...
2008-08-12 Andrew TridgellI found lots of places where we assume error will be...
2008-08-10 Volker Lendeckefix smb_len calculation for chained requests
2008-08-10 Volker LendeckeFix andx offset calculation for more than 2 chained...
2008-07-27 Volker LendeckeFix a debug message
2008-07-27 Volker LendeckeRemove a pointless CONST_DISCARD
2008-07-27 Volker LendeckeMake create_conn_struct() public
2008-07-25 Jeremy AllisonFix bug creating files using DOS clients with mixed
2008-07-25 Jeremy AllisonIf we're not allowing streams on this conn ptr,
2008-07-22 Zach LoafmanFix various build warnings
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-19 Volker LendeckeIntroduce is_known_pipename
next