samba.git
2008-11-08 Volker LendeckeDo not write into inbuf for the transs request
2008-11-08 Volker LendeckeRemove direct inbuf refs from send_trans_reply
2008-11-08 Volker Lendeckechange CHECK_READ to use smb_request instead of inbuf
2008-11-08 Volker LendeckeRemove a direct inbuf reference from reply_nttrans()
2008-11-08 Volker LendeckeRemove a direct inbuf reference (should have been remov...
2008-11-08 Volker LendeckeRemove the change to the user context in process_blocki...
2008-11-08 Volker LendeckeConverting notify.c to store a request, not an inbuf
2008-11-08 Stefan Metzmachers3: add missing librpc/gen_ndr/ndr_dom_sid.h
2008-11-08 Stefan Metzmachers4: dsdb/schema: fix the equality and comment of DN...
2008-11-08 Stefan Metzmachers3: make idl
2008-11-08 Stefan Metzmachersecurity.idl: sometimes ACEs have some padding at the end
2008-11-08 Stefan Metzmachers4: use toplevel security.idl
2008-11-08 Stefan Metzmachers3: security.idl: split of dom_sid stuff into dom_sid.idl
2008-11-08 Stefan Metzmachers4: fix samba4.samba3sam.python test
2008-11-07 Stefan Metzmacherlibrpc/ndr: move ndr_sec_helper.c to the toplevel
2008-11-07 Stefan Metzmachers4: ndr_sec_helper: remove unused include
2008-11-07 Stefan Metzmachers4: security.idl: for now move server_id also to dom_si...
2008-11-07 Stefan Metzmachers4: security.idl: split of dom_sid stuff into dom_sid.idl
2008-11-07 Jeremy AllisonIf we didn't inherit any ACE's the ACE pointer should...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-11-07 Herb LewisConvert to use VFS layer.
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-11-06 Günther Deschners4-test: skip netr_DatabaseRedo test.
2008-11-06 Volker LendeckeFor proxied named pipes, connect to np/<pipe_name>...
2008-11-06 Stefan Metzmachers3: build ndr_named_pipe_auth.c
2008-11-06 Stefan Metzmachers3: rpc: let serverinfo_to_SamInfo3() work with no...
2008-11-06 Stefan Metzmachers4: rpc_server: listen on named_pipes
2008-11-06 Stefan Metzmachers4: smbd: implement stream_socket_named_pipe()
2008-11-06 Stefan Metzmacherlibrpc/idl: Add named_pipe_auth.idl to Samba4
2008-11-06 Jeff Laytonmount.cifs: use lock/unlock_mtab scheme from util-linux...
2008-11-06 Günther Deschners4-smbtorture: add test for netr_DatabaseRedo.
2008-11-06 Günther Deschners3-rpcclient: add database_redo command.
2008-11-06 Günther Deschners3-build: rerun make samba3-idl.
2008-11-06 Günther Deschnernetlogon: use 8bit SamDatabaseID and DeltaEnum in netr_...
2008-11-06 Günther Deschnernetlogon: add 8bit varients of netr_SamDatabaseID8Bit...
2008-11-06 Günther Deschnernetlogon-idl: use netr_ChangeLogEntry subcontext in...
2008-11-06 Günther Deschnernetlogon-idl: add netr_ChangeLogObject union.
2008-11-06 Günther Deschnernetlogon-idl: add netr_ChangeLogFlags.
2008-11-06 Günther Deschnernetlogon-idl: add netr_ChangeLogEntry.
2008-11-06 Jeremy AllisonFix bug #5825 - Account locking out doesnt work with...
2008-11-06 Günther Deschners3-dsgetdcname: fix reply generation (forgot to map...
2008-11-06 Günther Deschnerdoserr: add WERR_NO_TRUST_SAM_ACCOUNT.
2008-11-06 Jeremy AllisonStart factoring out the inheritance differences.
2008-11-06 Jeremy AllisonFinal fix to make us pass NULL SD test in RAW-ACLs...
2008-11-06 Jeremy AllisonDon't call FSET_NT_ACL on file create if there's no...
2008-11-06 Jeremy AllisonOnly one more issue with NULL ACL test left to solve.
2008-11-06 Jeremy AllisonFix crash in module, get more of the NULL acl test...
2008-11-06 Jeremy AllisonAdd reference to bug #4308 to remind me to add regressi...
2008-11-05 Günther Deschners3-build: re-run make samba3-idl.
2008-11-05 Günther Deschners3-samr-idl: fix samr_QueryUserInfo2.
2008-11-05 Günther Deschners3-samr-idl: fix samr_ValidatePassword.
2008-11-05 Volker LendeckeFix the build
2008-11-04 Volker LendeckeFix a const warning
2008-11-04 Volker LendeckeConvert blocking.c to store a smb_request instead of...
2008-11-04 Volker LendeckeSimplify logic of cancel_pending_lock_requests_by_fid()
2008-11-04 Volker LendeckeSlightly simplify logic in process_lockingX()
2008-11-04 Volker LendeckeSlightly simplify logic in remove_pending_lock_requests...
2008-11-04 Volker LendeckeSlightly simplify logic in cancel_pending_lock_requests...
2008-11-04 Volker LendeckeConvert blocking.c to use talloc
2008-11-04 Volker LendeckeRewrite aio.c to keep the whole smb_request structure...
2008-11-04 Volker LendeckeMake "inbuf" a talloc child of "smb_request" for normal...
2008-11-04 Volker LendeckeAdd construct_reply_common_req wrapper
2008-11-04 Volker LendeckeFix nonempty blank lines
2008-11-04 Volker LendeckeUse talloc for struct aio_extra
2008-11-04 Joe SmithFixed typo in source/utils/net_rap.c
2008-11-04 Günther Deschners3-libnet_samsync: print new line in display output.
2008-11-04 Günther Deschners4-smbtorture: fix some obvious copy-paste errors.
2008-11-04 Volker LendeckeIgnore 3.0 style invalid group mappings during upgrade...
2008-11-04 Jeremy AllisonPass all of RAW-ACLS except for inheritence. Working...
2008-11-04 Volker LendeckeTrigger (and fix) a bug in Samba3 making smbd an infini...
2008-11-04 Jeremy AllisonBe more verbose about a directory ACL error.
2008-11-04 Jeremy AllisonPass the directory versions of the RAW-ACL (still not...
2008-11-04 Jeremy AllisonPass all the non-inherited S4 RAW-ACL tests.
2008-11-04 Andrew BartlettUse ldb_dn_from_ldb_val() to create a DN in the SAMR...
2008-11-04 Andrew BartlettRe-add support for supporting the PAC over domain trusts.
2008-11-04 Andrew BartlettGive a better error when ldb_dn_from_ldb_val fails
2008-11-04 Andrew BartlettUse ldb_dn_from_ldb_val to avoid possible over-run...
2008-11-04 Andrew BartlettFix use of wrong union arm in linked_attributes module
2008-11-04 Günther Deschners3-build: re-run make samba3-idl.
2008-11-04 Günther Deschnernetlogon: fix IDL for netr_DatabaseRedo.
2008-11-03 Tim Proutys3: fix a few "shadows a global declaration" warnings
2008-11-03 Stefan Metzmachers3: proto.h: add missing sys_[g|s]et_quota_vfs() prototypes
2008-11-03 Stefan Metzmachers4:torture: PROVISION isn't used by all tests
2008-11-03 Stefan Metzmachers4:torture: fix names of defines
2008-11-03 Volker LendeckeFix nonempty blank lines
2008-11-03 Volker LendeckeMake a comment match its function definition
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijFix memory leak.
2008-11-02 Jelmer VernooijFix the build.
2008-11-02 Volker LendeckeRemove some inbuf references by adding "cmd" to smb_request
2008-11-02 Volker LendeckeRemove the inbuf reference from map_checkpath_error()
2008-11-02 Volker LendeckeRemove a direct inbuf reference in reply_negprot
2008-11-02 Michael Adam[s3]winbindd: speed up fill_grent_mem (i.e. winbindd_ge...
2008-11-02 Volker LendeckeMake a [un]become_root wrap a bit tighter
2008-11-02 Volker LendeckePass smb_request to send_trans_reply to match with...
2008-11-02 Jelmer VernooijRemove global_loadparm.
2008-11-02 Jelmer VernooijRemove last instance of global_loadparm.
2008-11-02 Jelmer VernooijRemove use of global_loadparm for disabled gensec backends.
2008-11-02 Jelmer VernooijRemove global_loadparm stub in Samba 3 as it's no longe...
2008-11-02 Jelmer VernooijRemove another use of global_loadparm.
next