kai/samba.git
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 VernooijUpdate .gitignore for new pidl location.
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 Jeremy AllisonEnsure we null out fsp after a close in all paths.
2008-09-29 Jelmer VernooijAvoid freeing fsp twice when opening new_file fails...
2008-09-29 Stefan Metzmachers3:mapping_tdb: fix the del_aliasmem() function
2008-09-29 Karolin Seegerdocs: Adapt version strings in man vfs_smb_traffic_anal...
2008-09-29 Holger HetterichAdd an initial version of a manpage for the vfs_smb_tra...
2008-09-29 Andrew Tridgellre-added "winbind:ignore domains" patch
2008-09-29 Andrew Tridgellfixed an (unlikely) memory leak
2008-09-29 Andrew Tridgellfixed a segfault on the ctdb destructor code
2008-09-29 Andrew Tridgellremoved unused variables
2008-09-29 Andrew Tridgellfixed segv on startup with trusted domains
2008-09-29 Michael Adam[s3]fix build --with-cluster-support after ndr_[pull...
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 Metzmacherlib/tdb: increase the version number after some critial...
2008-09-29 Stefan Metzmachers4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID...
2008-09-29 Volker LendeckeFix async_connect
2008-09-27 Michael Adam[s3]loadparm: refactor freeing of parameter data out...
2008-09-27 Michael Adam[s3]loadparm: in lp_do_parameter() use function lp_loca...
2008-09-27 Michael Adam[s3]loadparm: remove superfluous talloc context / tallo...
2008-09-27 Michael Adam[s3]loadparm: refactor setting parametric options in...
2008-09-27 Michael Adam[s3]loadparm: fix memory error - free the right param_o...
2008-09-27 Michael Adam[s3]loadparm: refactor freeing of parametric options...
2008-09-27 Michael Adam[s3]loadparm: rename process_registry_service() to...
2008-09-27 Michael Adam[s3]testparm: give testparm one common exit point and...
2008-09-27 Michael Adam[s3]testparm: free the popt context when it is no longe...
2008-09-27 Michael Adam[s3]build: build the new test_lp_load command.
2008-09-27 Michael Adam[s3]loadparm: add a command test_lp_load to test the...
2008-09-27 Jeremy AllisonSecond part of the fix for bug #5790 - samba returns...
2008-09-27 Stefan Metzmachers4:provision: don't do the full provision in the become_dc
2008-09-26 Günther Deschnerlibwbclient: fix doxygen warnings.
2008-09-26 Günther Deschnerlibgpo: add gpext_security module build to configure.
2008-09-26 Günther Deschnerlibgpo: fix copyright.
2008-09-26 Günther Deschnerlibgpo: add security CSE skeleton.
2008-09-26 Jeremy AllisonAdd test to show you can open for delete a readonly...
2008-09-26 Jeremy AllisonFix bug #5797 - Moving readonly files fails. Reported...
2008-09-26 Günther Deschnerlibgpo: fix invalid cast in scripts CSE.
2008-09-26 Kai Blinnet: Make share type lookup a function.
2008-09-26 Günther Deschners3-srvsvc: fix _srvsvc_NetShareAdd segfault.
2008-09-25 Jeremy AllisonUse IPv4/v6 independent calls. Change safe_strcpy/cat...
2008-09-25 Günther Deschnernetapi: start supporting NetUserSetInfo level 3.
2008-09-25 Günther Deschners3-nbt: further cleanup of dsgetdcname().
2008-09-25 Günther Deschners3-nbt: remove double nbt netlogon opcodes.
2008-09-25 Gerald W. Carteridmap: Fix typo is gid2sid() that was caching using...
2008-09-25 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-09-25 Jeremy AllisonRemove these no longer used include files.
2008-09-25 Gerald W. Carteridmap_hash: Fix the nss_info link during "make install"
2008-09-25 Gerald W. Carteridmap_adex: Fix the nss_info install link.
2008-09-25 Gerald W. CarterDocument the new hash and adex idmap/nss_info plugins.
2008-09-25 Gerald W. CarterDocument how to enable the name aliasing support in...
2008-09-25 Stefan Metzmachers3:lib/ldb: Don't return already freed pointer on error.
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
next