r4227: index the privilege attribute to make lsa privilege calls efficient
[samba.git] / source4 /
2007-10-10 Stefan Metzmacherr4075: implement RemoteTOD server function
2007-10-10 Andrew Tridgellr4074: make the RAW-ACLS test use the new lsa helper...
2007-10-10 Andrew Tridgellr4073: - added a set of lsa helper routines to make...
2007-10-10 Andrew Tridgellr4072: - changed the names of some of the well known...
2007-10-10 Andrew Tridgellr4071: - ldap does allow adding additional attribute...
2007-10-10 Stefan Metzmacherr4070: move some defines from asn_1.h to the places...
2007-10-10 Andrew Tridgellr4069: better error code for SMBwriteBMPX
2007-10-10 Andrew Tridgellr4068: added LANMAN2.1 to list of supported protocols...
2007-10-10 Andrew Tridgellr4067: no matches in findnext is not an error
2007-10-10 Andrew Tridgellr4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
2007-10-10 Andrew Tridgellr4065: fixed ntstatus->dos error code for NT_STATUS_NO_...
2007-10-10 Stefan Metzmacherr4064: use the same name for type on both ends
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr4062: the RAW-ACLS test now passes. The SEC_STD_DELETE...
2007-10-10 Andrew Tridgellr4061: more additions to the RAW-ACLS test, to help...
2007-10-10 Andrew Tridgellr4060: removed an unused file
2007-10-10 Andrew Tridgellr4059: moved the ldb -o option parsing to a common...
2007-10-10 Andrew Tridgellr4058: added a type safe version of smb_xmalloc()
2007-10-10 Günther Deschnerr4057: unknown5 represents the account policy "Users...
2007-10-10 Andrew Tridgellr4056: modified the access check code based on results...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4053: expanded and fixed a bug in the RAW-ACLS test
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Andrew Tridgellr4051: use talloc_array() instead of talloc() when...
2007-10-10 Andrew Tridgellr4050: make sure we add objectClass and sAMAccountName
2007-10-10 Andrew Tridgellr4049: a simple perl script to add a new user to Samba4 ldb
2007-10-10 Stefan Metzmacherr4046: add more servicePrincipalName's for the dc account
2007-10-10 Stefan Metzmacherr4045: readd krb5 support defaulted to disable
2007-10-10 Stefan Metzmacherr4044: only send supportedMech when we also send other...
2007-10-10 Stefan Metzmacherr4042: fix segfault on server schannel connections
2007-10-10 Stefan Metzmacherr4041: fix cut-n-paste typo
2007-10-10 Stefan Metzmacherr4040: sorry today is not my day...
2007-10-10 Andrew Tridgellr4039: added a test for an element > 128 bytes in lengt...
2007-10-10 Stefan Metzmacherr4038: fix sign/unsign bug I introduced in -r 4022
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr4036: expanded the RAW-ACLS torture test to include...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr4034: add a function security_descriptor_create()...
2007-10-10 Andrew Tridgellr4033: removed a pointless comment
2007-10-10 Stefan Metzmacherr4027: add a useful function for debugging
2007-10-10 Andrew Tridgellr4026: added NT ACL checking on pvfs_open() for existin...
2007-10-10 Andrew Tridgellr4025: added a sec_access_check() function for checking...
2007-10-10 Stefan Metzmacherr4022: fix compiler warnings
2007-10-10 Andrew Tridgellr4015: correct copyright attributions
2007-10-10 Andrew Tridgellr4014: removed unused MacExtension.h header
2007-10-10 Andrew Tridgellr4013: got rid of a bunch of unused or unmaintained...
2007-10-10 Andrew Tridgellr4012: split out the lsa lookup single name logic into...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr4010: fixed parsing of null attributes in the ldb...
2007-10-10 Stefan Metzmacherr4003: run successful against a nt4 sp6 pdc with one...
2007-10-10 Stefan Metzmacherr4002: NT 4.0 sp6a can't do schannel 128
2007-10-10 Stefan Metzmacherr4001: fix segfault fix auth failed
2007-10-10 Stefan Metzmacherr4000: DATA_BLOB.data is uint8_t * not void * :-)
2007-10-10 Stefan Metzmacherr3999: - reply with the same DsBindInfo blob as w2k3...
2007-10-10 Stefan Metzmacherr3998: allow const arrays (see next commit to drsuapi...
2007-10-10 Stefan Metzmacherr3997: fix STR_CHARLEN pull case
2007-10-10 Stefan Metzmacherr3996: add some comments
2007-10-10 Andrew Tridgellr3995: improved the default ACL mapping from unix perms
2007-10-10 Andrew Tridgellr3994: - removed the unused reference count code in...
2007-10-10 Andrew Tridgellr3993: use distinctive fnums in the ipc backend, to...
2007-10-10 Andrew Tridgellr3992: provide hooks for lsa to lookup sids allocated...
2007-10-10 Andrew Tridgellr3991: for uid->sid and gid->sid to be efficient we...
2007-10-10 Andrew Tridgellr3990: take advantage of the uid->sid and gid->sid...
2007-10-10 Andrew Tridgellr3989: added a linear algorithmic mapping for uid-...
2007-10-10 Andrew Tridgellr3988: made dom_sid_add_rid() allocate the new sid...
2007-10-10 Stefan Metzmacherr3984: success full parse the repsFrom/repsTo LDAP...
2007-10-10 Andrew Tridgellr3983: posix:fakeoplocks should default to False, not...
2007-10-10 Andrew Tridgellr3982: split out the sid -> uid/gid mapping routines...
2007-10-10 Günther Deschnerr3981: Use correct access-mask when querying aliases.
2007-10-10 Andrew Tridgellr3980: added server side support for lsa_LookupNames...
2007-10-10 Andrew Tridgellr3979: added server side code for lsa_LookupSids2(...
2007-10-10 Andrew Tridgellr3978: added IDL and test code for lsa_LookupSids2...
2007-10-10 Andrew Tridgellr3977: fixed the lmPwdHash change in the rpc server...
2007-10-10 Andrew Tridgellr3976: changed NBENCH to use the same recording method...
2007-10-10 Andrew Tridgellr3975: added LFN filesystem attribute bit definition...
2007-10-10 Stefan Metzmacherr3972: use GUID_* naming context and move GUID_* functi...
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Stefan Metzmacherr3970: fix compiler warning
2007-10-10 Stefan Metzmacherr3969: fix compiler warnings
2007-10-10 Stefan Metzmacherr3968: fix compiler warnings
2007-10-10 Stefan Metzmacherr3967: fix compiler warnings
2007-10-10 Stefan Metzmacherr3966: fix compiler warnings
2007-10-10 Stefan Metzmacherr3965: fix compiler warnings
2007-10-10 Stefan Metzmacherr3964: fix compiler warnings
2007-10-10 Stefan Metzmacherr3963: fix conpiler warnings
2007-10-10 Stefan Metzmacherr3962: fix compiler warnings
2007-10-10 Stefan Metzmacherr3961: - fix compiler warnings
2007-10-10 Stefan Metzmacherr3960: fix compiler warnings
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Stefan Metzmacherr3958: fix the build for now
2007-10-10 Stefan Metzmacherr3957: fix compiler warning
2007-10-10 Stefan Metzmacherr3956: start to decode the repsFrom and repsTo fileds...
2007-10-10 Andrew Tridgellr3953: the lm verifier key in passwoed ChangePasswordUs...
2007-10-10 Andrew Tridgellr3952: added validation of the lm and nt verifiers...
2007-10-10 Andrew Tridgellr3945: expanded the BASE-PROPERTIES test to print a...
2007-10-10 Stefan Metzmacherr3942: decode the 'replUpToDateVector' blob
2007-10-10 Andrew Tridgellr3941: make sure we don't keep pounding on a ncacn_ip_t...
2007-10-10 Andrew Tridgellr3939: - added "posix:fakeoplocks" option for testing...
2007-10-10 Andrew Tridgellr3938: cleaned some old stuff out of loadparm
next