Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 23 | -55/+77 |
2007-10-10 | r4051: use talloc_array() instead of talloc() when allocating arrays in auto-... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4050: make sure we add objectClass and sAMAccountName | Andrew Tridgell | 1 | -7/+6 |
2007-10-10 | r4049: a simple perl script to add a new user to Samba4 ldb | Andrew Tridgell | 1 | -0/+146 |
2007-10-10 | r4046: add more servicePrincipalName's for the dc account | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r4045: readd krb5 support defaulted to disable | Stefan Metzmacher | 8 | -5/+22 |
2007-10-10 | r4044: only send supportedMech when we also send other data | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r4042: fix segfault on server schannel connections | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r4041: fix cut-n-paste typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4040: sorry today is not my day... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4039: added a test for an element > 128 bytes in length, to ensure we test | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r4038: fix sign/unsign bug I introduced in -r 4022 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 22 | -48/+50 |
2007-10-10 | r4036: expanded the RAW-ACLS torture test to include tests for the | Andrew Tridgell | 1 | -2/+427 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 32 | -104/+116 |
2007-10-10 | r4034: add a function security_descriptor_create() which can be used to | Andrew Tridgell | 1 | -0/+79 |
2007-10-10 | r4033: removed a pointless comment | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4027: add a useful function for debugging | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r4026: added NT ACL checking on pvfs_open() for existing files. I need to | Andrew Tridgell | 2 | -16/+90 |
2007-10-10 | r4025: added a sec_access_check() function for checking security descriptors | Andrew Tridgell | 3 | -39/+163 |
2007-10-10 | r4022: fix compiler warnings | Stefan Metzmacher | 4 | -6/+7 |
2007-10-10 | r4015: correct copyright attributions | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r4014: removed unused MacExtension.h header | Andrew Tridgell | 1 | -246/+0 |
2007-10-10 | r4013: got rid of a bunch of unused or unmaintained code | Andrew Tridgell | 12 | -2676/+80 |
2007-10-10 | r4012: split out the lsa lookup single name logic into a separate function | Andrew Tridgell | 1 | -24/+34 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 41 | -646/+450 |
2007-10-10 | r4010: fixed parsing of null attributes in the ldb ldif parser | Andrew Tridgell | 2 | -2/+7 |
2007-10-10 | r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3... | Stefan Metzmacher | 2 | -10/+23 |
2007-10-10 | r4002: NT 4.0 sp6a can't do schannel 128 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4001: fix segfault fix auth failed | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r4000: DATA_BLOB.data is uint8_t * not void * :-) | Stefan Metzmacher | 5 | -5/+5 |
2007-10-10 | r3999: - reply with the same DsBindInfo blob as w2k3 in the server function | Stefan Metzmacher | 2 | -6/+54 |
2007-10-10 | r3998: allow const arrays (see next commit to drsuapi.idl) | Stefan Metzmacher | 3 | -469/+626 |
2007-10-10 | r3997: fix STR_CHARLEN pull case | Stefan Metzmacher | 1 | -21/+25 |
2007-10-10 | r3996: add some comments | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r3995: improved the default ACL mapping from unix perms | Andrew Tridgell | 1 | -7/+11 |
2007-10-10 | r3994: - removed the unused reference count code in lsa server | Andrew Tridgell | 1 | -37/+39 |
2007-10-10 | r3993: use distinctive fnums in the ipc backend, to make monitoring sniffs ea... | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3992: provide hooks for lsa to lookup sids allocated using the linear id->si... | Andrew Tridgell | 2 | -17/+104 |
2007-10-10 | r3991: for uid->sid and gid->sid to be efficient we need to index on unixID | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3990: take advantage of the uid->sid and gid->sid code to create a much | Andrew Tridgell | 3 | -14/+97 |
2007-10-10 | r3989: added a linear algorithmic mapping for uid->sid and gid->sid within | Andrew Tridgell | 1 | -21/+351 |
2007-10-10 | r3988: made dom_sid_add_rid() allocate the new sid with proper parent/child t... | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r3984: success full parse the repsFrom/repsTo LDAP fields | Stefan Metzmacher | 2 | -28/+36 |
2007-10-10 | r3983: posix:fakeoplocks should default to False, not True ! | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap | Andrew Tridgell | 5 | -160/+237 |
2007-10-10 | r3981: Use correct access-mask when querying aliases. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r3980: added server side support for lsa_LookupNames() and lsa_LookupNames2() | Andrew Tridgell | 1 | -36/+179 |
2007-10-10 | r3979: added server side code for lsa_LookupSids2() and fixed authority_name | Andrew Tridgell | 2 | -33/+136 |
2007-10-10 | r3978: added IDL and test code for lsa_LookupSids2() and lsa_LookupNames2() | Andrew Tridgell | 2 | -2/+140 |