summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r4437: added IDL and test code for lsa_LookupSids3() and lsa_LookupNames3().Andrew Tridgell2007-10-102-2/+123
* r4436: add one more flagStefan Metzmacher2007-10-101-0/+1
* r4435: add another error codeStefan Metzmacher2007-10-102-0/+2
* r4434: - fix some NetShare* idl functionsStefan Metzmacher2007-10-102-7/+38
* r4433: added the boilerplate for the new w2k3 LSA functions in preparationAndrew Tridgell2007-10-102-0/+287
* r4432: - add srvsvc_NetShareInfo level 1006 and 1501 idlStefan Metzmacher2007-10-103-283/+572
* r4431: add WERR_NET_NAME_NOT_FOUNDStefan Metzmacher2007-10-102-3/+5
* r4430: - fixed the BASE-LOCK* tests to use a subdirectory, and properly setup...Andrew Tridgell2007-10-101-12/+30
* r4429: the owner of a file always gets SEC_STD_DELETEAndrew Tridgell2007-10-101-6/+5
* r4428: use minimum open permissions in the 'acl' command in smbclient, so the...Andrew Tridgell2007-10-101-1/+8
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2007-10-103-0/+153
* r4426: fix same namesStefan Metzmacher2007-10-102-25/+25
* r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY...Stefan Metzmacher2007-10-104-95/+161
* r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell2007-10-101-0/+1
* r4423: give lp_parm_int() and lp_parm_ulong() default valuesStefan Metzmacher2007-10-103-12/+6
* r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameterStefan Metzmacher2007-10-105-8/+8
* r4421: fix typoStefan Metzmacher2007-10-101-2/+2
* r4420: - add usefull helper macros for allocation failures,Stefan Metzmacher2007-10-101-0/+13
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-1011-131/+177
* r4418: fix compiler warning and remove unused typedefStefan Metzmacher2007-10-101-2/+1
* r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does.Volker Lendecke2007-10-101-0/+16
* r4416: [in,out] variables do have an r->out component...Volker Lendecke2007-10-101-1/+1
* r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete...Volker Lendecke2007-10-101-1/+58
* r4414: Various bits&pieces:Volker Lendecke2007-10-103-58/+160
* r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...Andrew Tridgell2007-10-101-1/+1
* r4412: SEC_FILE_READ_ATTRIBUTE is always granted, even if not requested. This...Andrew Tridgell2007-10-101-0/+2
* r4411: when checking for create permissions, we need to check the parent, not...Andrew Tridgell2007-10-101-1/+1
* r4410: pvfs_rename_one() should not check for create permissions, as the renameAndrew Tridgell2007-10-101-14/+7
* r4409: fixed handling of zero access masks for the POSITION_INFORMATION query...Andrew Tridgell2007-10-102-2/+2
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-106-7/+159
* r4407: stricter checking of parameters on hard link creation in the RAW-RENAM...Andrew Tridgell2007-10-101-0/+8
* r4406: - don't call the xattr unlink hook on unlink unless the link count is ...Andrew Tridgell2007-10-102-9/+9
* r4405: added acl inheritance to the mkdir and t2mkdir backends.Andrew Tridgell2007-10-101-0/+14
* r4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the "maximum allowed" logicAndrew Tridgell2007-10-101-0/+4
* r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell2007-10-103-44/+287
* r4402: use __location__ instead of __LINE__ in the RAW-RENAME testAndrew Tridgell2007-10-101-4/+4
* r4401: stricter test for correct ACL inheritance in RAW-ACLSAndrew Tridgell2007-10-101-2/+2
* r4400: Pass rootdse.ldif past the subst code.Andrew Bartlett2007-10-101-1/+20
* r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes...Volker Lendecke2007-10-101-2/+143
* r4398: Make usrmgr.exe believe we're a DC. Otherwise it will not show global ...Volker Lendecke2007-10-101-1/+4
* r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke2007-10-101-0/+1
* r4396: Generate newrootdse.ldb in provision.pl as wellJelmer Vernooij2007-10-101-0/+10
* r4395: Generate "newhklm.ldb" using provision.plJelmer Vernooij2007-10-102-1/+13
* r4394: Use 'raw' protocol towers in the lists in the endpoint rather thenJelmer Vernooij2007-10-101-29/+22
* r4393: Trivial bugfix for a silly bugVolker Lendecke2007-10-101-3/+5
* r4392: Fix samr_GetAliasMembership idlVolker Lendecke2007-10-102-4/+4
* r4391: bring the default ACL inline with what w2k3 usesAndrew Tridgell2007-10-102-74/+39
* r4390: Registry value and key names are case-insensitiveJelmer Vernooij2007-10-103-12/+36
* r4389: added checking for the default inherited ACL, which is used when no ACEsAndrew Tridgell2007-10-101-6/+39
* r4388: - allow ACE flags to be specified in security_descriptor_create()Andrew Tridgell2007-10-102-1/+272