index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4357: Return a more sensible error code if a NULL (as opposed to the valid
Andrew Bartlett
1
-2
/
+3
2007-10-10
r4356: Allow anonymous connections to use NTLMSSP. The silly bugs that
Andrew Bartlett
1
-1
/
+0
2007-10-10
r4355: More work from the elves on Christmas eve:
Andrew Bartlett
16
-227
/
+952
2007-10-10
r4354: The ldb databases do not go in lib/private, but in private/ under PREFIX
Andrew Bartlett
2
-2
/
+2
2007-10-10
r4349: Start to fix the long-standing pain that --with-krb5 would be ignored ...
Andrew Bartlett
1
-3
/
+25
2007-10-10
r4345: Unify the representation of grouptype and samaccounttype to hex. Witho...
Volker Lendecke
1
-18
/
+18
2007-10-10
r4344: Unify memory handling in dcerpc_samr.c a bit
Volker Lendecke
1
-12
/
+7
2007-10-10
r4342: Fix a memory leak in init_globals().
Andrew Bartlett
1
-1
/
+4
2007-10-10
r4341: Fix const warning.
Tim Potter
1
-1
/
+1
2007-10-10
r4340: - simplify lsa_GetUserName() server code,
Stefan Metzmacher
1
-29
/
+5
2007-10-10
r4339: - rename auth_guest to auth_anonymous
Stefan Metzmacher
4
-63
/
+69
2007-10-10
r4338: reuse netlogon structs in the krb5 PAC
Stefan Metzmacher
2
-168
/
+24
2007-10-10
r4335: Fix some potential memleaks, implement CreateDomAlias. Hmmmm. Isn't there
Volker Lendecke
3
-8
/
+137
2007-10-10
r4332: Fix a potential memleak.
Volker Lendecke
1
-3
/
+3
2007-10-10
r4328: mark the talloc data as DATA_BLOB
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4327: add usefull function if you don't want that the data will talloc_memdu...
Stefan Metzmacher
1
-0
/
+7
2007-10-10
r4326: fix memory leak
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4325: add the GENSEC_FEATURE_DCE_STYLE flag
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r4324: add some more ads constants before I forget them
Stefan Metzmacher
1
-8
/
+74
2007-10-10
r4323: - implement the lsa_GetUserName() server call
Stefan Metzmacher
1
-18
/
+106
2007-10-10
r4322: use a nicer name
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r4321: objectClass trustedDomain uses "securityIdentifier" for the sid
Stefan Metzmacher
1
-11
/
+13
2007-10-10
r4320: fix locations of new trusting domains and domsin controller
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4319: make it easy to use valgrind in the test_posix.sh test suite
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4318: add missing template for trusting domains
Stefan Metzmacher
1
-0
/
+20
2007-10-10
r4317: check the count of replies in the os2 ea_list torture test
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4316: - now that the trans2 code properly supports multi-part requests, we c...
Andrew Tridgell
4
-7
/
+7
2007-10-10
r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4314: added ACL checking on unlink
Andrew Tridgell
5
-9
/
+31
2007-10-10
r4313: fixed a bug in handling new xattrs in the tdb xattr backend
Andrew Tridgell
1
-2
/
+1
2007-10-10
r4310: fixed the authority_name field in lsa_GetUserName()
Andrew Tridgell
2
-2
/
+5
2007-10-10
r4309: idl and torture test for lsa_GetUserName()
Stefan Metzmacher
2
-3
/
+38
2007-10-10
r4308: [out,ref] pointer needs to set (don't corrupt the stack and segfault)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r4303: a bit more consistent help on privileges commands in smbclient
Andrew Tridgell
1
-6
/
+6
2007-10-10
r4302: fixed all of the annoying gtk warnings. The code all seems to still wo...
Andrew Tridgell
7
-17
/
+19
2007-10-10
r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...
Jelmer Vernooij
3
-7
/
+37
2007-10-10
r4298: Update to credentials.h after feedback from Andrew Bartlett
Jelmer Vernooij
2
-29
/
+40
2007-10-10
r4288: don't use struct dcerpc_interface_table anymore in the
Stefan Metzmacher
6
-114
/
+259
2007-10-10
r4284: fixed a problem with very large EA lists and OS/2 clients. These
Andrew Tridgell
1
-17
/
+28
2007-10-10
r4283: adding a privilege that an account already has is not an error
Andrew Tridgell
1
-60
/
+90
2007-10-10
r4282: removed a spurious error message now we remove index entries in the mo...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4281: fixed an ldb indexing bug in ldb found by volker.
Andrew Tridgell
3
-8
/
+19
2007-10-10
r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...
Andrew Tridgell
1
-119
/
+203
2007-10-10
r4279: added IDL and test code for lsa_AddPrivilegesToAccount() and lsa_Remov...
Andrew Tridgell
2
-6
/
+83
2007-10-10
r4278: - added server support for lsa_EnumPrivsAccount()
Andrew Tridgell
1
-6
/
+52
2007-10-10
r4277: - added server support for lsa_EnumAccounts()
Andrew Tridgell
2
-17
/
+83
2007-10-10
r4276: added server side support for lsa_OpenAccount()
Andrew Tridgell
1
-2
/
+73
2007-10-10
r4275: improve the share type info
Andrew Tridgell
1
-0
/
+6
2007-10-10
r4274: make the prototype RAP netshareenum call return something a bit more s...
Andrew Tridgell
1
-11
/
+12
2007-10-10
r4269: expanded the note about what you need on linux for xattr support
Andrew Tridgell
1
-4
/
+17
[next]