Use GUID_string rather than smb_uuid_string().
[samba.git] / source4 /
2008-09-30 Jelmer VernooijFix FHS flag, rename to --enable-fhs since it's a featu...
2008-09-30 Andrew TridgellThe author of the upstream code asked for this code...
2008-09-30 Andrew Tridgellmerged a bugfix for the idtree code from the Linux...
2008-09-30 Jelmer VernooijCompare sids in samba3sam tests.
2008-09-30 Jelmer VernooijMake Sid member variables accessible from Python.
2008-09-30 Jelmer VernooijEnable winreg Python tests - authentication works now.
2008-09-30 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-30 Stefan Metzmachers4:drsblob: fix the build
2008-09-30 Stefan Metzmachers4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES shoul...
2008-09-30 Andrew BartlettRework to match new trustDomainPasswords IDL
2008-09-30 Andrew BartlettFix parsing of the trust passwords in LSA CreateTrusted...
2008-09-30 Andrew BartlettUse the new 'samba4' name for our internal hdb plugin.
2008-09-30 Andrew BartlettRename hdb_ldb to hdb_samba4 and load as a plugin into...
2008-09-30 Andrew BartlettNetApp found that we never set the smb signing flags2.
2008-09-30 Andrew Tridgellsetup the loadparm context for ldb in testjoin
2008-09-30 Andrew Tridgellreturn a more useful error message when no name resolut...
2008-09-30 Stefan Metzmachers4:selftest: make sure we test RPC-OBJECTUUID with...
2008-09-30 Stefan Metzmachers4:torture/rpc: add RPC-OBJECTUUID
2008-09-30 Stefan Metzmachers4:rpc_server: correctly handle dcerpc requests with...
2008-09-30 Stefan Metzmachers4:librpc/rpc: correctly sign or seal rpc request with...
2008-09-30 Stefan Metzmacherdcerpc.idl: add DCERPC_PFC_OFFSET
2008-09-30 Stefan Metzmachers4:selftest: add "smb.signing" to anon signing tests
2008-09-30 Jelmer Vernooijdcesrv: Remove use of global_loadparm.
2008-09-30 Jelmer Vernooijmake sure dcerpc is always initialized.
2008-09-30 Jelmer VernooijFix segfault.
2008-09-30 Jelmer Vernooijwmi: Use cli_credentials.
2008-09-30 Jelmer VernooijRemove two more uses of global loadparm by remember...
2008-09-30 Jelmer VernooijEliminate another global_loadparm.
2008-09-30 Jelmer VernooijCope with API changes.
2008-09-30 Jelmer VernooijPass session options around; saves another use of globa...
2008-09-30 Jelmer VernooijRemove global_loadparm instance, discard_const_p.
2008-09-30 Jelmer VernooijRemove global_loadparm instance.
2008-09-30 Jelmer VernooijRemove uses of global_loadparm.
2008-09-29 Jelmer VernooijRemove global_loadparm instance.
2008-09-29 Jelmer VernooijRemove redundant call.
2008-09-29 Andrew Tridgelladded new level for lsalookupnames2
2008-09-29 Andrew TridgellWSPP docs say we need to check that root_dir is NULL
2008-09-29 Andrew Tridgellwe need to return NT_STATUS_INVALID_PARAMETER for bad...
2008-09-29 Jelmer VernooijExplicitly pass on session options to session setup...
2008-09-29 Jelmer VernooijPass options struct into session initialization functio...
2008-09-29 Andrew Tridgellunmapped SIDs should be rid 0 not rid -1
2008-09-29 Andrew Tridgelladded some more well known SIDs - thanks to the WSPP...
2008-09-29 Jelmer VernooijRemove unused uninstallheader script.
2008-09-29 Jelmer VernooijRe-add uninstallplugins, there has to be at least one...
2008-09-29 Jelmer VernooijFix installation of misc files.
2008-09-29 Jelmer VernooijRemove ldb_module_wait implementation - ldb_module...
2008-09-29 Matthias Dieter... Patch by Matthias that removes old SWAT support and...
2008-09-29 Andrew Tridgellmake the schannel creentials persistent
2008-09-29 Jelmer VernooijConsistently use lower case variable names for path...
2008-09-29 Matthias Dieter... Stop creating symlinks to libraries without sonames...
2008-09-29 Stefan Metzmachers4:samldb: use the code path with async ldb
2008-09-29 Stefan Metzmachers4:libcli/smb2: remove unused header
2008-09-29 Stefan Metzmachers4:lib/ldb: disable sqlite3 backend always as it doesn...
2008-09-29 Simo SorceLDB ASYNC: misc changes
2008-09-29 Simo SorceLDB ASYNC: ldb misc changes
2008-09-29 Simo SorceLDB ASYNC: samba4 modules
2008-09-29 Simo SorceLDB ASYNC: core modules
2008-09-29 Simo SorceLDB ASYNC: other backends
2008-09-29 Simo SorceLDB ASYNC: ldb_tdb backend
2008-09-29 Simo SorceLDB ASYNC: Core files
2008-09-29 Stefan Metzmachers4:configure: require tdb >= 1.1.3 from the system
2008-09-29 Stefan Metzmachers4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID...
2008-09-27 Stefan Metzmachers4:provision: don't do the full provision in the become_dc
2008-09-26 Jeremy AllisonAdd test to show you can open for delete a readonly...
2008-09-25 Andrew Tridgellwe need different error handling for truncated packets...
2008-09-25 Andrew Tridgellfixed expansion of $USERNAME in signing tests
2008-09-25 Andrew Tridgellempty access mask is only denied on SMB2
2008-09-25 Andrew Tridgellwe should terminate the connection on a bad negprot...
2008-09-25 Andrew Tridgellfor use in python we need to use global_loadparm
2008-09-25 Andrew Tridgell- add reserved field in basic_information level
2008-09-25 Andrew Tridgellrecord highest seq number in SMB2 to check for seqnum...
2008-09-25 Andrew Tridgelllog stream termination
2008-09-25 Andrew Tridgellcope with body_size zero in SMB2 receive
2008-09-25 Andrew Tridgellcheck for a 0 byte in the buffer in SMB2 read
2008-09-25 Andrew Tridgellthe offset is 16 bits in SMB2 fileinfo
2008-09-25 Andrew Tridgellzero access mask should give ACCESS_DENIED
2008-09-25 Andrew Tridgell- SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL...
2008-09-25 Andrew Tridgell- use the current dialect first, for servers that only...
2008-09-25 Andrew Tridgelladded the structure for LINK_INFORMATION setfileinfo...
2008-09-25 Andrew Tridgellbe friendlier in smb2_deltree to some of the SMB2 imple...
2008-09-25 Andrew Tridgellcheck error code for zero desired_access in SMB2 create
2008-09-25 Andrew Tridgellfixed setpathinfo in gentest to not zero the filename...
2008-09-25 Andrew Tridgellfixed uninitialised variable bug
2008-09-25 Andrew Tridgellsupport NT_STATUS_XX:NT_STATUS_YY syntax in ignore...
2008-09-25 Andrew Tridgellfixed error code for bad keepalive
2008-09-25 Andrew Tridgellstricter checking of SMB2 echo body (per the spec)
2008-09-24 Jelmer VernooijRevert LDB return code patches from Matthias.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Matthias Dieter... Cosmetic corrections for the KERBEROS library
2008-09-24 Matthias Dieter... Kerberos cosmetic changes: Revert a part of the patch
2008-09-24 Matthias Dieter... Cosmetic corrections for the KERBEROS library
2008-09-24 Matthias Dieter... Cosmetic corrections for the LDB library
2008-09-24 Matthias Dieter... Cosmetic corrections for the LDB backend modules
2008-09-24 Matthias Dieter... Cosmetic corrections for the DSDB module
2008-09-24 Jelmer VernooijUse loadparm since it's required by some modules.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijClean .o files in lib/ and libcli/ too.
2008-09-24 Jelmer VernooijMove source4/lib/crypto to lib/crypto.
2008-09-24 Simo SorceFix nasty bug that would come up only if a client conne...
next