r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'm
[samba.git] / source4 /
2007-10-10 Andrew Tridgellr4424: fixed a simple bug in the '|' handling in indexe...
2007-10-10 Stefan Metzmacherr4423: give lp_parm_int() and lp_parm_ulong() default...
2007-10-10 Stefan Metzmacherr4422: make lp_set_cmdline("torture:dangerous", "Yes...
2007-10-10 Stefan Metzmacherr4421: fix typo
2007-10-10 Stefan Metzmacherr4420: - add usefull helper macros for allocation failures,
2007-10-10 Stefan Metzmacherr4419: move security_token stuff to the libcli/security/
2007-10-10 Stefan Metzmacherr4418: fix compiler warning and remove unused typedef
2007-10-10 Volker Lendecker4417: Reply to samr_QueryDomainInfo with the same...
2007-10-10 Volker Lendecker4416: [in,out] variables do have an r->out component...
2007-10-10 Volker Lendecker4415: Implement samr_RemoveMemberFromForeignDomain...
2007-10-10 Volker Lendecker4414: Various bits&pieces:
2007-10-10 Andrew Tridgellr4413: login failure doesn't warrant a level 1 debug...
2007-10-10 Andrew Tridgellr4412: SEC_FILE_READ_ATTRIBUTE is always granted, even...
2007-10-10 Andrew Tridgellr4411: when checking for create permissions, we need...
2007-10-10 Andrew Tridgellr4410: pvfs_rename_one() should not check for create...
2007-10-10 Andrew Tridgellr4409: fixed handling of zero access masks for the...
2007-10-10 Andrew Tridgellr4408: added the remaining access check hooks into...
2007-10-10 Andrew Tridgellr4407: stricter checking of parameters on hard link...
2007-10-10 Andrew Tridgellr4406: - don't call the xattr unlink hook on unlink...
2007-10-10 Andrew Tridgellr4405: added acl inheritance to the mkdir and t2mkdir...
2007-10-10 Andrew Tridgellr4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the ...
2007-10-10 Andrew Tridgellr4403: - added ACL inheritance in the pvfs backend...
2007-10-10 Andrew Tridgellr4402: use __location__ instead of __LINE__ in the...
2007-10-10 Andrew Tridgellr4401: stricter test for correct ACL inheritance in...
2007-10-10 Andrew Bartlettr4400: Pass rootdse.ldif past the subst code.
2007-10-10 Volker Lendecker4399: Implement samr_GetAliasMembership and samr_GetGr...
2007-10-10 Volker Lendecker4398: Make usrmgr.exe believe we're a DC. Otherwise...
2007-10-10 Volker Lendecker4397: Fix a bug where '(&(objectclass=domain)(!(object...
2007-10-10 Jelmer Vernooijr4396: Generate newrootdse.ldb in provision.pl as well
2007-10-10 Jelmer Vernooijr4395: Generate "newhklm.ldb" using provision.pl
2007-10-10 Jelmer Vernooijr4394: Use 'raw' protocol towers in the lists in the...
2007-10-10 Volker Lendecker4393: Trivial bugfix for a silly bug
2007-10-10 Volker Lendecker4392: Fix samr_GetAliasMembership idl
2007-10-10 Andrew Tridgellr4391: bring the default ACL inline with what w2k3...
2007-10-10 Jelmer Vernooijr4390: Registry value and key names are case-insensitive
2007-10-10 Andrew Tridgellr4389: added checking for the default inherited ACL...
2007-10-10 Andrew Tridgellr4388: - allow ACE flags to be specified in security_de...
2007-10-10 Andrew Tridgellr4387: added a TODO about the NTCREATEX_FLAGS_OPEN_DIRE...
2007-10-10 Andrew Bartlettr4386: Grr, fix copy-and-paste bug.
2007-10-10 Andrew Bartlettr4385: Set the correct target service.
2007-10-10 Andrew Bartlettr4384: Try again to fix compiling against a specified...
2007-10-10 Andrew Tridgellr4383: in order to cope with overfilled buffers on...
2007-10-10 Andrew Tridgellr4382: check for bad tid in SMBtdis
2007-10-10 Volker Lendecker4381: Add my copyright
2007-10-10 Volker Lendecker4380: Implement samr_QueryDisplayInfo. This probably...
2007-10-10 Andrew Bartlettr4379: Merge more Kerberos related configure checks...
2007-10-10 Volker Lendecker4378: Implement samr_EnumDomainGroups and samr_EnumDom...
2007-10-10 Volker Lendecker4377: Fix default groupType attributes.
2007-10-10 Volker Lendecker4376: Implement samr_AddAliasMember, samr_DeleteAliasM...
2007-10-10 Volker Lendecker4375: Implement samr_OpenAlias, samr_QueryAliasInfo...
2007-10-10 Volker Lendecker4374: Follow metzes hint, change LookupRids a bit
2007-10-10 Jelmer Vernooijr4373: Support setting values and fix a segfault
2007-10-10 Volker Lendecker4372: Implement samr_LookupRids
2007-10-10 Jelmer Vernooijr4371: Add "Create Key", "Delete Key" and "Delete Value...
2007-10-10 Volker Lendecker4367: Implement samr_AddGroupMember, samr_DeleteGroupM...
2007-10-10 Volker Lendecker4366: Fix ldb_modify_internal: Adding values to an...
2007-10-10 Andrew Tridgellr4365: added command 'eainfo' to smbclient for displayi...
2007-10-10 Andrew Tridgellr4364: - added support for testing of chained SMB opera...
2007-10-10 Jelmer Vernooijr4363: value "none required" is set if no library is...
2007-10-10 Jelmer Vernooijr4362: dlopen() doesn't imply -ldl
2007-10-10 Stefan Metzmacherr4361: fix the build
2007-10-10 Stefan Metzmacherr4360: destroy the gensec context
2007-10-10 Stefan Metzmacherr4359: using talloc_free() of a child struct in a tallo...
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Andrew Bartlettr4357: Return a more sensible error code if a NULL...
2007-10-10 Andrew Bartlettr4356: Allow anonymous connections to use NTLMSSP....
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Andrew Bartlettr4354: The ldb databases do not go in lib/private,...
2007-10-10 Andrew Bartlettr4349: Start to fix the long-standing pain that --with...
2007-10-10 Volker Lendecker4345: Unify the representation of grouptype and samacc...
2007-10-10 Volker Lendecker4344: Unify memory handling in dcerpc_samr.c a bit
2007-10-10 Andrew Bartlettr4342: Fix a memory leak in init_globals().
2007-10-10 Tim Potterr4341: Fix const warning.
2007-10-10 Stefan Metzmacherr4340: - simplify lsa_GetUserName() server code,
2007-10-10 Stefan Metzmacherr4339: - rename auth_guest to auth_anonymous
2007-10-10 Stefan Metzmacherr4338: reuse netlogon structs in the krb5 PAC
2007-10-10 Volker Lendecker4335: Fix some potential memleaks, implement CreateDom...
2007-10-10 Volker Lendecker4332: Fix a potential memleak.
2007-10-10 Stefan Metzmacherr4328: mark the talloc data as DATA_BLOB
2007-10-10 Stefan Metzmacherr4327: add usefull function if you don't want that...
2007-10-10 Stefan Metzmacherr4326: fix memory leak
2007-10-10 Stefan Metzmacherr4325: add the GENSEC_FEATURE_DCE_STYLE flag
2007-10-10 Stefan Metzmacherr4324: add some more ads constants before I forget...
2007-10-10 Stefan Metzmacherr4323: - implement the lsa_GetUserName() server call
2007-10-10 Stefan Metzmacherr4322: use a nicer name
2007-10-10 Stefan Metzmacherr4321: objectClass trustedDomain uses "securityIdentifi...
2007-10-10 Stefan Metzmacherr4320: fix locations of new trusting domains and domsin...
2007-10-10 Andrew Tridgellr4319: make it easy to use valgrind in the test_posix...
2007-10-10 Stefan Metzmacherr4318: add missing template for trusting domains
2007-10-10 Andrew Tridgellr4317: check the count of replies in the os2 ea_list...
2007-10-10 Andrew Tridgellr4316: - now that the trans2 code properly supports...
2007-10-10 Andrew Tridgellr4315: use the remote hosts max_xmit, not the local...
2007-10-10 Andrew Tridgellr4314: added ACL checking on unlink
2007-10-10 Andrew Tridgellr4313: fixed a bug in handling new xattrs in the tdb...
2007-10-10 Andrew Tridgellr4310: fixed the authority_name field in lsa_GetUserName()
2007-10-10 Stefan Metzmacherr4309: idl and torture test for lsa_GetUserName()
2007-10-10 Stefan Metzmacherr4308: [out,ref] pointer needs to set (don't corrupt...
2007-10-10 Andrew Tridgellr4303: a bit more consistent help on privileges command...
2007-10-10 Andrew Tridgellr4302: fixed all of the annoying gtk warnings. The...
2007-10-10 Jelmer Vernooijr4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values...
next