ira/wip.git
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_va...
2009-07-15 Michael Adams3:registry: add db_context argument to regdb_delete_ke...
2009-07-15 Michael Adams3:registry: don't store differently cased entries...
2009-07-15 Michael Adams3:dbwrap_util: add my C
2009-07-15 Michael Adams3:dbwrap: add dbwrap_fetch_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_store_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_delete_bystring_upper()
2009-07-15 Michael Adams3:dbwrap: add a wrapper dbwrap_trans_do()
2009-07-15 Stefan Metzmachertorture/smb2: add missing new line to the new SMB2...
2009-07-15 Stefan Metzmachers3:smbd: add support for SMB2 SetInfo File*Information
2009-07-15 Stefan Metzmachers3:smbd: implement SMB2 GetInfo with Fs*Information
2009-07-15 Stefan Metzmachers3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2...
2009-07-15 Stefan Metzmachers3:smbd: check quota access against sec_initial_uid...
2009-07-15 Stefan Metzmachers3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead...
2009-07-15 Stefan Metzmachers3:make test: smbtorture from s3 needs to take the...
2009-07-15 Stefan MetzmacherSMB2-GETINFO: test SMB2_ALL_EAS
2009-07-15 Stefan Metzmachers4:libcli/smb2: add smb2_transport_credits_set_charge...
2009-07-15 Stefan MetzmacherSMB2-CONNECT: unlink the test file at startup
2009-07-15 Volker LendeckeConsolidate gencache also every 100 writes in a single...
2009-07-15 Volker LendeckeConsolidate string and data_blob routines in gencache
2009-07-15 Volker LendeckeMake gencache more stable
2009-07-15 Volker LendeckeAdd tdb_data_cmp
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-07-15 Volker LendeckeFix some nonempty blank lines
2009-07-15 Volker LendeckeRemove gencache_[un]lock_key
2009-07-15 Volker LendeckeTDB_CONTEXT -> "struct tdb_context"
2009-07-15 Volker LendeckeReplace ASSERTs in gencache with "return false"
2009-07-15 Stefan Metzmachertorture/smb2: fix crash bugs in the new SMB2-DIR tests
2009-07-14 Jeremy AllisonChange to talloc_zero_size instead of extra memset.
2009-07-14 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-07-14 Günther Deschners4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER...
2009-07-14 Aravindtorture/smb2: Adding SMB2 Directory enumeration torture...
2009-07-14 Günther Deschners3-passdb: fix wbc build warning.
2009-07-14 Volker LendeckeFix bug 5886
2009-07-14 Günther Deschners4-smbtorture: add RPC-SPOOLSS-PRINTER test.
2009-07-14 Günther Deschners4-smbtorture: add some tests to check spoolss_SetPrint...
2009-07-14 Günther Deschners4-smbtorture: restructure test_OpenPrinter_server...
2009-07-14 Björn Jackes3: allow setting the TCP_QUICKACK socket option
2009-07-14 Volker LendeckeAttempt to fix the build
2009-07-14 Volker LendeckeCreate a talloc_stackframe for each file in wildcard...
2009-07-14 Volker LendeckeCreate a correct talloc hierarchy in make_sec_acl()
2009-07-14 Volker LendeckeTALLOC_FREE(sd) in check_open_rights upon an error
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: fix build of pdbedit and net_sam. Guenther, please...
2009-07-15 Bo Yangs3: Fix double free in net usershare.
2009-07-15 Bo YangS3: Small fix to get rid of annoying log message.
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-07-14 Björn Jackes3: make d9c0d58236 better readble and reduce indentation
2009-07-14 Björn Jackes3: don't make same innetgr check twice
2009-07-14 Sumit Boseremove all '\n' from ldb_debug
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-14 Günther Deschners3-account_policy: remove trailing whitespace.
2009-07-14 Günther Deschners3: re-run make idl.
2009-07-14 Günther Deschnersamr: add missing samr_ValidationStatus codes.
2009-07-14 Christian Ambachreject ACLs with DESC_DACL_PROTECTED on GPFS
2009-07-14 Jeremy AllisonMake cli_posix_lock/unlock asynchronous.
2009-07-14 Jeremy AllisonFix set_posix_lock check which had been reversed in...
2009-07-13 Günther Deschners3-pdb_ads: set correct pdb field with the value from...
2009-07-13 Stefan Metzmachers3:net: Fix Bug #6222. Default to DRSUAPI replication...
2009-07-13 Günther Deschners3-rpc_server: pass down full unix token to map_max_all...
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-13 Günther Deschnerlibds: share UF_ flags between samba3 and 4.
2009-07-13 Stefan Metzmachers3:smbd: close_file() handles named pipes just fine...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_qfsinfo() non static for use...
2009-07-13 Stefan Metzmachers3:smbd: split out smbd_do_qfsinfo() from call_trans2qf...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_setfilepathinfo() non static...
2009-07-13 Stefan Metzmachers3:smbd: split out smbd_do_setfilepathinfo() from call_...
2009-07-12 Stefan Metzmachers3:smbd: start SMB2 GetInfo support for File*Informatio...
2009-07-12 Stefan Metzmachers3:smbd: add support for marshalling SMB2 FileFullEaInf...
2009-07-12 Stefan Metzmachers3:smbd: add support for marshalling SMB2 FileAllInform...
2009-07-12 Stefan Metzmachers3:smbd: filter out SMB2 specific private query info...
2009-07-12 Stefan Metzmachers3:smbd: make smbd_do_qfilepathinfo() non static for...
2009-07-12 Stefan Metzmachers3:smbd: split calculation and mashalling of file index...
2009-07-12 Stefan Metzmachers3:smbd: split out smbd_do_qfilepathinfo() from call_tr...
2009-07-12 Stefan Metzmachers3:smbd: add missing return after reply_nterror()
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-10 Jeremy AllisonAdd hash values to the xattr ACLS to determine when
2009-07-10 Volker LendeckeReturn 0 domains from enum_trusteddoms
2009-07-10 Volker LendeckeQuieten events and tldap debug messages
2009-07-10 Tim Proutys3 smb2: Remove unused variable
2009-07-10 Volker LendeckeFix&Run local-gencache
2009-07-10 Volker LendeckeFix our base64 implementation for blobs of length 4....
2009-07-10 Stefan Metzmachers3:smbd: add support for SMB2 Lock
2009-07-10 Stefan Metzmachers3:smbd: make smbd_do_locking() non static
2009-07-10 Stefan Metzmachers3:smbd: abstract the main locking logic from the Locki...
2009-07-10 Stefan Metzmachers3:smbd: pass down the client pid to smbd_smb2_lock_send()
2009-07-10 Stefan Metzmachers3:smbd: fix parsing of SMB2 Lock requests with lock_co...
2009-07-10 Stefan Metzmachers3:smbd: fix parsing of invalid SMB2 requests.
2009-07-10 Volker LendeckeAttempt to fix the build -- jlayton, please check!
2009-07-10 Jeff Laytoncifs.upcall: use pid value from kernel to determine...
2009-07-09 Tim Proutys3: Fix two arguments that broke when plumbing smb_filn...
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-07-09 Andrew Bartletts4:dsdb Allow unicodePwd to be set when adding a user
2009-07-09 Andrew BartlettAdd const
2009-07-09 Tim Proutys3: Repace a char * with an smb_filename struct in...
2009-07-09 Tim Proutys3: Prepare open.c to switch fsp_name to an smb_filenam...
2009-07-09 Tim Proutys3 plumb smb_filename through smb_set_file_allocation_i...
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-07-09 Tim Proutys3: Make some arguments to (parse|unparse)_share_modes...
2009-07-09 Tim Proutys3: Remove is_ntfs_stream_name() and split_ntfs_stream_...
next