summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r4077: don't add wrapping to empty blobsStefan Metzmacher2007-10-101-1/+5
* r4076: fix compiler warningStefan Metzmacher2007-10-101-1/+3
* r4075: implement RemoteTOD server functionStefan Metzmacher2007-10-103-6/+36
* r4074: make the RAW-ACLS test use the new lsa helper functions to determineAndrew Tridgell2007-10-102-17/+40
* r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell2007-10-107-2/+419
* r4072: - changed the names of some of the well known sids to be more consistentAndrew Tridgell2007-10-102-8/+51
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-103-4/+12
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-1012-41/+32
* r4069: better error code for SMBwriteBMPXAndrew Tridgell2007-10-101-4/+2
* r4068: added LANMAN2.1 to list of supported protocols (for OS/2)Andrew Tridgell2007-10-101-0/+1
* r4067: no matches in findnext is not an errorAndrew Tridgell2007-10-101-5/+0
* r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIESAndrew Tridgell2007-10-101-0/+1
* r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILEAndrew Tridgell2007-10-101-1/+1
* r4064: use the same name for type on both endsStefan Metzmacher2007-10-101-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-1039-154/+159
* r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strangeAndrew Tridgell2007-10-102-4/+17
* r4061: more additions to the RAW-ACLS test, to help me work out some details ...Andrew Tridgell2007-10-101-5/+54
* r4060: removed an unused fileAndrew Tridgell2007-10-101-117/+0
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-109-84/+36
* r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2007-10-106-12/+16
* r4057: unknown5 represents the account policy "Users must logon to changeGünther Deschner2007-10-101-1/+1
* r4056: modified the access check code based on results from RAW-ACLSAndrew Tridgell2007-10-102-26/+60
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-1031-67/+64
* 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
* 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