summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-1011-50/+25
* r4053: expanded and fixed a bug in the RAW-ACLS testAndrew Tridgell2007-10-101-6/+19
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-1023-55/+77
* r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...Andrew Tridgell2007-10-101-1/+1
* r4050: make sure we add objectClass and sAMAccountNameAndrew Tridgell2007-10-101-7/+6
* r4049: a simple perl script to add a new user to Samba4 ldbAndrew Tridgell2007-10-101-0/+146
* r4048: a very simple howto for new developers to tell them how to build and i...Andrew Tridgell2007-10-101-0/+118
* r4046: add more servicePrincipalName's for the dc accountStefan Metzmacher2007-10-101-0/+5
* r4045: readd krb5 support defaulted to disableStefan Metzmacher2007-10-108-5/+22
* r4044: only send supportedMech when we also send other dataStefan Metzmacher2007-10-101-5/+8
* r4042: fix segfault on server schannel connectionsStefan Metzmacher2007-10-101-1/+4
* r4041: fix cut-n-paste typoStefan Metzmacher2007-10-101-1/+1
* r4040: sorry today is not my day...Stefan Metzmacher2007-10-101-2/+2
* r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell2007-10-101-0/+3
* r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher2007-10-101-2/+2
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-1022-48/+50
* r4036: expanded the RAW-ACLS torture test to include tests for theAndrew Tridgell2007-10-101-2/+427
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-1032-104/+116
* r4034: add a function security_descriptor_create() which can be used toAndrew Tridgell2007-10-101-0/+79
* r4033: removed a pointless commentAndrew Tridgell2007-10-101-1/+1
* r4027: add a useful function for debuggingStefan Metzmacher2007-10-101-0/+18
* r4026: added NT ACL checking on pvfs_open() for existing files. I need toAndrew Tridgell2007-10-102-16/+90
* r4025: added a sec_access_check() function for checking security descriptorsAndrew Tridgell2007-10-103-39/+163
* r4022: fix compiler warningsStefan Metzmacher2007-10-104-6/+7
* r4015: correct copyright attributionsAndrew Tridgell2007-10-101-3/+2
* r4014: removed unused MacExtension.h headerAndrew Tridgell2007-10-101-246/+0
* r4013: got rid of a bunch of unused or unmaintained codeAndrew Tridgell2007-10-1012-2676/+80
* r4012: split out the lsa lookup single name logic into a separate functionAndrew Tridgell2007-10-101-24/+34
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-1041-646/+450
* r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2007-10-102-2/+7
* r4003: run successful against a nt4 sp6 pdc with one nt4 sp6 trust and a w2k3...Stefan Metzmacher2007-10-102-10/+23
* r4002: NT 4.0 sp6a can't do schannel 128Stefan Metzmacher2007-10-101-2/+2
* r4001: fix segfault fix auth failedStefan Metzmacher2007-10-102-0/+4
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2007-10-105-5/+5
* r3999: - reply with the same DsBindInfo blob as w2k3 in the server functionStefan Metzmacher2007-10-102-6/+54
* r3998: allow const arrays (see next commit to drsuapi.idl)Stefan Metzmacher2007-10-103-469/+626
* r3997: fix STR_CHARLEN pull caseStefan Metzmacher2007-10-101-21/+25
* r3996: add some commentsStefan Metzmacher2007-10-101-5/+5
* r3995: improved the default ACL mapping from unix permsAndrew Tridgell2007-10-101-7/+11
* r3994: - removed the unused reference count code in lsa serverAndrew Tridgell2007-10-101-37/+39
* r3993: use distinctive fnums in the ipc backend, to make monitoring sniffs ea...Andrew Tridgell2007-10-101-1/+3
* r3992: provide hooks for lsa to lookup sids allocated using the linear id->si...Andrew Tridgell2007-10-102-17/+104
* r3991: for uid->sid and gid->sid to be efficient we need to index on unixIDAndrew Tridgell2007-10-101-0/+2
* r3990: take advantage of the uid->sid and gid->sid code to create a muchAndrew Tridgell2007-10-103-14/+97
* r3989: added a linear algorithmic mapping for uid->sid and gid->sid withinAndrew Tridgell2007-10-101-21/+351
* r3988: made dom_sid_add_rid() allocate the new sid with proper parent/child t...Andrew Tridgell2007-10-101-3/+5
* r3984: success full parse the repsFrom/repsTo LDAP fieldsStefan Metzmacher2007-10-102-28/+36
* r3983: posix:fakeoplocks should default to False, not True !Andrew Tridgell2007-10-101-1/+1
* r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmapAndrew Tridgell2007-10-105-160/+237
* r3981: Use correct access-mask when querying aliases.Günther Deschner2007-10-101-2/+2