summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY...Stefan Metzmacher4-95/+161
2007-10-10r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell1-0/+1
2007-10-10r4423: give lp_parm_int() and lp_parm_ulong() default valuesStefan Metzmacher3-12/+6
2007-10-10r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameterStefan Metzmacher5-8/+8
2007-10-10r4421: fix typoStefan Metzmacher1-2/+2
2007-10-10r4420: - add usefull helper macros for allocation failures,Stefan Metzmacher1-0/+13
2007-10-10r4419: move security_token stuff to the libcli/security/Stefan Metzmacher11-131/+177
2007-10-10r4418: fix compiler warning and remove unused typedefStefan Metzmacher1-2/+1
2007-10-10r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does.Volker Lendecke1-0/+16
2007-10-10r4416: [in,out] variables do have an r->out component...Volker Lendecke1-1/+1
2007-10-10r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete...Volker Lendecke1-1/+58
2007-10-10r4414: Various bits&pieces:Volker Lendecke3-58/+160
2007-10-10r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...Andrew Tridgell1-1/+1
2007-10-10r4412: SEC_FILE_READ_ATTRIBUTE is always granted, even if not requested. This...Andrew Tridgell1-0/+2
2007-10-10r4411: when checking for create permissions, we need to check the parent, not...Andrew Tridgell1-1/+1
2007-10-10r4410: pvfs_rename_one() should not check for create permissions, as the renameAndrew Tridgell1-14/+7
2007-10-10r4409: fixed handling of zero access masks for the POSITION_INFORMATION query...Andrew Tridgell2-2/+2
2007-10-10r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell6-7/+159
2007-10-10r4407: stricter checking of parameters on hard link creation in the RAW-RENAM...Andrew Tridgell1-0/+8
2007-10-10r4406: - don't call the xattr unlink hook on unlink unless the link count is ...Andrew Tridgell2-9/+9
2007-10-10r4405: added acl inheritance to the mkdir and t2mkdir backends.Andrew Tridgell1-0/+14
2007-10-10r4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the "maximum allowed" logicAndrew Tridgell1-0/+4
2007-10-10r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell3-44/+287
2007-10-10r4402: use __location__ instead of __LINE__ in the RAW-RENAME testAndrew Tridgell1-4/+4
2007-10-10r4401: stricter test for correct ACL inheritance in RAW-ACLSAndrew Tridgell1-2/+2
2007-10-10r4400: Pass rootdse.ldif past the subst code.Andrew Bartlett1-1/+20
2007-10-10r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes...Volker Lendecke1-2/+143
2007-10-10r4398: Make usrmgr.exe believe we're a DC. Otherwise it will not show global ...Volker Lendecke1-1/+4
2007-10-10r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke1-0/+1
2007-10-10r4396: Generate newrootdse.ldb in provision.pl as wellJelmer Vernooij1-0/+10
2007-10-10r4395: Generate "newhklm.ldb" using provision.plJelmer Vernooij2-1/+13
2007-10-10r4394: Use 'raw' protocol towers in the lists in the endpoint rather thenJelmer Vernooij1-29/+22
2007-10-10r4393: Trivial bugfix for a silly bugVolker Lendecke1-3/+5
2007-10-10r4392: Fix samr_GetAliasMembership idlVolker Lendecke2-4/+4
2007-10-10r4391: bring the default ACL inline with what w2k3 usesAndrew Tridgell2-74/+39
2007-10-10r4390: Registry value and key names are case-insensitiveJelmer Vernooij3-12/+36
2007-10-10r4389: added checking for the default inherited ACL, which is used when no ACEsAndrew Tridgell1-6/+39
2007-10-10r4388: - allow ACE flags to be specified in security_descriptor_create()Andrew Tridgell2-1/+272
2007-10-10r4387: added a TODO about the NTCREATEX_FLAGS_OPEN_DIRECTORY flag - it seems ...Andrew Tridgell1-1/+2
2007-10-10r4386: Grr, fix copy-and-paste bug.Andrew Bartlett1-1/+1
2007-10-10r4385: Set the correct target service.Andrew Bartlett1-0/+7
2007-10-10r4384: Try again to fix compiling against a specified KRB5 library.Andrew Bartlett1-2/+2
2007-10-10r4383: in order to cope with overfilled buffers on trans2 findfirst we need t...Andrew Tridgell1-5/+6
2007-10-10r4382: check for bad tid in SMBtdisAndrew Tridgell1-0/+5
2007-10-10r4381: Add my copyrightVolker Lendecke1-0/+1
2007-10-10r4380: Implement samr_QueryDisplayInfo. This probably needs some polishing (D...Volker Lendecke1-1/+195
2007-10-10r4379: Merge more Kerberos related configure checks (by jra, gd and LarsAndrew Bartlett2-11/+5
2007-10-10r4378: Implement samr_EnumDomainGroups and samr_EnumDomainAliases.Volker Lendecke1-12/+195
2007-10-10r4377: Fix default groupType attributes.Volker Lendecke1-2/+2
2007-10-10r4376: Implement samr_AddAliasMember, samr_DeleteAliasMember andVolker Lendecke3-5/+214