Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12720: By metze's request, rename the ntPwdHistory attribute to | Andrew Bartlett | 1 | -14/+14 |
2007-10-10 | r12719: Rename unicodePwd -> sambaPassword. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r12684: A better error code for SAMR transaction failures. | Andrew Bartlett | 1 | -12/+15 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 2 | -110/+45 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+5 |
2007-10-10 | r12507: This file has had my grubby paws all over it ;-) | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12506: Fix up issues shown up by the expanded RPC-SAMR testsuite, and add ldb | Andrew Bartlett | 2 | -43/+140 |
2007-10-10 | r12504: Fix one more transaction cancel bail-out path, and correct comments. | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r12503: This function was just too simple to leave unimplemented. | Andrew Bartlett | 1 | -2/+15 |
2007-10-10 | r12432: Re-indent and consistantly cancel the transaction. | Andrew Bartlett | 1 | -1/+8 |
2007-10-10 | r12427: Move SAMR CreateUser2 to transactions, and re-add support for | Andrew Bartlett | 1 | -4/+75 |
2007-10-10 | r12361: Add a new function: ldb_binary_encode_string() | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r11438: Move enum samr_RejectReason into misc.idl so I can use it in a global | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11221: I don't quite know how I tested this before, but clearly I didn't. | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r11195: Add a new helper function (needed by my kpasswdd work, but hooked in | Andrew Bartlett | 1 | -74/+112 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 1 | -20/+16 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 2 | -14/+20 |
2007-10-10 | r9930: Use a single samdb_base_dn() function rather than lots of silly | Andrew Bartlett | 1 | -25/+18 |
2007-10-10 | r9654: introduce the samdb_search_dn call | Simo Sorce | 2 | -13/+8 |
2007-10-10 | r9392: Fix ldb_dn_compose to make build farm happy | Simo Sorce | 1 | -10/+4 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 3 | -52/+67 |
2007-10-10 | r9015: Fix access to BUILTIN again. | Andrew Bartlett | 1 | -31/+34 |
2007-10-10 | r9011: Remove more references to "name" as a netbios name, using the | Andrew Bartlett | 1 | -20/+81 |
2007-10-10 | r8983: The KVNO (Kerberos key version number) should be incremented with | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 1 | -21/+5 |
2007-10-10 | r8670: Remove GUID code from SAMR, it is handled lower down now. I notice | Andrew Bartlett | 1 | -11/+1 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -5/+9 |
2007-10-10 | r8370: remove the '$' from in the cn: attribute for computer and dc accounts | Stefan Metzmacher | 1 | -7/+21 |
2007-10-10 | r8232: remove samr_String and netr_String as they are the same as lsa_String | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 3 | -167/+110 |
2007-10-10 | r7756: Don't segfault by trying to search for the NULL DN, if the wrong | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 2 | -43/+36 |
2007-10-10 | r7507: fixed the problem with users being shown too many times in acl | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC. | Andrew Bartlett | 1 | -13/+13 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r6325: Rename aliasname -> alias_name in CreateDomAlias function. | Tim Potter | 1 | -11/+11 |
2007-10-10 | r6084: - Introduce the samldb module dependency on samba4 | Simo Sorce | 1 | -122/+82 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 2 | -26/+26 |
2007-10-10 | r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r5783: Test renaming of accounts in the RPC-SAMR test, and add support into | Andrew Bartlett | 1 | -3/+13 |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'. | Tim Potter | 1 | -4/+4 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r5080: patch from ronnie to make our samr IDL a little more consistent | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 2 | -39/+39 |
2007-10-10 | r4745: remove the distinguishedName attribute adds from samr. See the | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r4715: alwys add the distinguishedName attribute | Stefan Metzmacher | 1 | -0/+5 |