summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r4362: dlopen() doesn't imply -ldlJelmer Vernooij2007-10-101-1/+1
* r4361: fix the buildStefan Metzmacher2007-10-101-2/+3
* r4360: destroy the gensec contextStefan Metzmacher2007-10-101-0/+1
* r4359: using talloc_free() of a child struct in a talloc_destructor is uselessStefan Metzmacher2007-10-101-5/+0
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-108-44/+30
* r4357: Return a more sensible error code if a NULL (as opposed to the validAndrew Bartlett2007-10-101-2/+3
* r4356: Allow anonymous connections to use NTLMSSP. The silly bugs thatAndrew Bartlett2007-10-101-1/+0
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-1016-227/+952
* r4354: The ldb databases do not go in lib/private, but in private/ under PREFIXAndrew Bartlett2007-10-102-2/+2
* r4349: Start to fix the long-standing pain that --with-krb5 would be ignored ...Andrew Bartlett2007-10-101-3/+25
* r4345: Unify the representation of grouptype and samaccounttype to hex. Witho...Volker Lendecke2007-10-101-18/+18
* r4344: Unify memory handling in dcerpc_samr.c a bitVolker Lendecke2007-10-101-12/+7
* r4342: Fix a memory leak in init_globals().Andrew Bartlett2007-10-101-1/+4
* r4341: Fix const warning.Tim Potter2007-10-101-1/+1
* r4340: - simplify lsa_GetUserName() server code,Stefan Metzmacher2007-10-101-29/+5
* r4339: - rename auth_guest to auth_anonymousStefan Metzmacher2007-10-104-63/+69
* r4338: reuse netlogon structs in the krb5 PACStefan Metzmacher2007-10-102-168/+24
* r4335: Fix some potential memleaks, implement CreateDomAlias. Hmmmm. Isn't thereVolker Lendecke2007-10-103-8/+137
* r4332: Fix a potential memleak.Volker Lendecke2007-10-101-3/+3
* r4328: mark the talloc data as DATA_BLOBStefan Metzmacher2007-10-101-2/+2
* r4327: add usefull function if you don't want that the data will talloc_memdu...Stefan Metzmacher2007-10-101-0/+7
* r4326: fix memory leakStefan Metzmacher2007-10-101-1/+1
* r4325: add the GENSEC_FEATURE_DCE_STYLE flagStefan Metzmacher2007-10-102-0/+2
* r4324: add some more ads constants before I forget themStefan Metzmacher2007-10-101-8/+74
* r4323: - implement the lsa_GetUserName() server callStefan Metzmacher2007-10-101-18/+106
* r4322: use a nicer nameStefan Metzmacher2007-10-101-3/+3
* r4321: objectClass trustedDomain uses "securityIdentifier" for the sidStefan Metzmacher2007-10-101-11/+13
* r4320: fix locations of new trusting domains and domsin controllerStefan Metzmacher2007-10-101-2/+2
* r4319: make it easy to use valgrind in the test_posix.sh test suiteAndrew Tridgell2007-10-101-2/+2
* r4318: add missing template for trusting domainsStefan Metzmacher2007-10-101-0/+20
* r4317: check the count of replies in the os2 ea_list torture testAndrew Tridgell2007-10-101-0/+1
* r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell2007-10-104-7/+7
* r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell2007-10-101-1/+1
* r4314: added ACL checking on unlinkAndrew Tridgell2007-10-105-9/+31
* r4313: fixed a bug in handling new xattrs in the tdb xattr backendAndrew Tridgell2007-10-101-2/+1
* r4310: fixed the authority_name field in lsa_GetUserName()Andrew Tridgell2007-10-102-2/+5
* r4309: idl and torture test for lsa_GetUserName()Stefan Metzmacher2007-10-102-3/+38
* r4308: [out,ref] pointer needs to set (don't corrupt the stack and segfault)Stefan Metzmacher2007-10-101-0/+2
* r4303: a bit more consistent help on privileges commands in smbclientAndrew Tridgell2007-10-101-6/+6
* r4302: fixed all of the annoying gtk warnings. The code all seems to still wo...Andrew Tridgell2007-10-107-17/+19
* r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij2007-10-103-7/+37
* r4298: Update to credentials.h after feedback from Andrew BartlettJelmer Vernooij2007-10-102-29/+40
* r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2007-10-106-114/+259
* r4284: fixed a problem with very large EA lists and OS/2 clients. TheseAndrew Tridgell2007-10-101-17/+28
* r4283: adding a privilege that an account already has is not an errorAndrew Tridgell2007-10-101-60/+90
* r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell2007-10-101-1/+0
* r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell2007-10-103-8/+19
* r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...Andrew Tridgell2007-10-101-119/+203
* r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...Andrew Tridgell2007-10-102-6/+83
* r4278: - added server support for lsa_EnumPrivsAccount()Andrew Tridgell2007-10-101-6/+52