summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4342: Fix a memory leak in init_globals().Andrew Bartlett1-1/+4
2007-10-10r4341: Fix const warning.Tim Potter1-1/+1
2007-10-10r4340: - simplify lsa_GetUserName() server code,Stefan Metzmacher1-29/+5
2007-10-10r4339: - rename auth_guest to auth_anonymousStefan Metzmacher4-63/+69
2007-10-10r4338: reuse netlogon structs in the krb5 PACStefan Metzmacher2-168/+24
2007-10-10r4335: Fix some potential memleaks, implement CreateDomAlias. Hmmmm. Isn't thereVolker Lendecke3-8/+137
2007-10-10r4332: Fix a potential memleak.Volker Lendecke1-3/+3
2007-10-10r4328: mark the talloc data as DATA_BLOBStefan Metzmacher1-2/+2
2007-10-10r4327: add usefull function if you don't want that the data will talloc_memdu...Stefan Metzmacher1-0/+7
2007-10-10r4326: fix memory leakStefan Metzmacher1-1/+1
2007-10-10r4325: add the GENSEC_FEATURE_DCE_STYLE flagStefan Metzmacher2-0/+2
2007-10-10r4324: add some more ads constants before I forget themStefan Metzmacher1-8/+74
2007-10-10r4323: - implement the lsa_GetUserName() server callStefan Metzmacher1-18/+106
2007-10-10r4322: use a nicer nameStefan Metzmacher1-3/+3
2007-10-10r4321: objectClass trustedDomain uses "securityIdentifier" for the sidStefan Metzmacher1-11/+13
2007-10-10r4320: fix locations of new trusting domains and domsin controllerStefan Metzmacher1-2/+2
2007-10-10r4319: make it easy to use valgrind in the test_posix.sh test suiteAndrew Tridgell1-2/+2
2007-10-10r4318: add missing template for trusting domainsStefan Metzmacher1-0/+20
2007-10-10r4317: check the count of replies in the os2 ea_list torture testAndrew Tridgell1-0/+1
2007-10-10r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell4-7/+7
2007-10-10r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell1-1/+1
2007-10-10r4314: added ACL checking on unlinkAndrew Tridgell5-9/+31
2007-10-10r4313: fixed a bug in handling new xattrs in the tdb xattr backendAndrew Tridgell1-2/+1
2007-10-10r4310: fixed the authority_name field in lsa_GetUserName()Andrew Tridgell2-2/+5
2007-10-10r4309: idl and torture test for lsa_GetUserName()Stefan Metzmacher2-3/+38
2007-10-10r4308: [out,ref] pointer needs to set (don't corrupt the stack and segfault)Stefan Metzmacher1-0/+2
2007-10-10r4303: a bit more consistent help on privileges commands in smbclientAndrew Tridgell1-6/+6
2007-10-10r4302: fixed all of the annoying gtk warnings. The code all seems to still wo...Andrew Tridgell7-17/+19
2007-10-10r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij3-7/+37
2007-10-10r4298: Update to credentials.h after feedback from Andrew BartlettJelmer Vernooij2-29/+40
2007-10-10r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher6-114/+259
2007-10-10r4284: fixed a problem with very large EA lists and OS/2 clients. TheseAndrew Tridgell1-17/+28
2007-10-10r4283: adding a privilege that an account already has is not an errorAndrew Tridgell1-60/+90
2007-10-10r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell1-1/+0
2007-10-10r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell3-8/+19
2007-10-10r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...Andrew Tridgell1-119/+203
2007-10-10r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...Andrew Tridgell2-6/+83
2007-10-10r4278: - added server support for lsa_EnumPrivsAccount()Andrew Tridgell1-6/+52
2007-10-10r4277: - added server support for lsa_EnumAccounts()Andrew Tridgell2-17/+83
2007-10-10r4276: added server side support for lsa_OpenAccount()Andrew Tridgell1-2/+73
2007-10-10r4275: improve the share type infoAndrew Tridgell1-0/+6
2007-10-10r4274: make the prototype RAP netshareenum call return something a bit more s...Andrew Tridgell1-11/+12
2007-10-10r4267: fixed the charset code to use the builtin_functions.Andrew Tridgell1-12/+20
2007-10-10r4264: fix acl handling on systems without xattr supportAndrew Tridgell1-11/+15
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell10-15/+283
2007-10-10r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling inAndrew Tridgell3-12/+1
2007-10-10r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell7-50/+310
2007-10-10r4247: two more places that need the unlink hookAndrew Tridgell1-0/+5
2007-10-10r4244: add more calls to pvfs_xattr_unlink_hook() on file/dir create, to try ...Andrew Tridgell1-0/+4
2007-10-10r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell10-90/+101