Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12622: Move table.c prototypes to seperate header to prevent circular depend... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 6 | -14/+0 |
2007-10-10 | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 3 | -115/+50 |
2007-10-10 | r12554: get rid of the pesky NTLMSSP warnings about being called after proces... | Andrew Tridgell | 2 | -5/+6 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 9 | -0/+14 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 2 | -34/+16 |
2007-10-10 | r12512: Use GUID structs in API functions everywhere rather then converting b... | Jelmer Vernooij | 4 | -41/+29 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 1 | -9/+12 |
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 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -20/+18 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r12461: Some updates to the srvsvc IDL from Ronnie Sahlberg | Jelmer Vernooij | 1 | -322/+88 |
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 | 2 | -12/+16 |
2007-10-10 | r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the | Andrew Tridgell | 1 | -19/+23 |
2007-10-10 | r11597: revert a commit by mistake | Simo Sorce | 1 | -0/+12 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -12/+0 |
2007-10-10 | r11513: Add the ability to use the local machine account instead of a static | Andrew Bartlett | 1 | -11/+46 |
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 | r11402: In response to comments by volker, expand our Netlogon DsRGetDCName | Andrew Bartlett | 1 | -26/+61 |
2007-10-10 | r11370: Samba4 now passes it's own RPC-SAMLOGON test again. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r11366: Pass around the flags which indicate if we should support plaintext | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11291: Fix implementation of LookupNames4. | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r11289: Fix comment. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-side | Andrew Bartlett | 1 | -17/+32 |
2007-10-10 | r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. | Andrew Bartlett | 3 | -835/+50 |
2007-10-10 | r11261: Rename access_required field in winreg idl to access_mask so it matches | Tim Potter | 1 | -1/+1 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -25/+25 |
2007-10-10 | r11239: Use ${REALM} for the realm in rootdse.ldif | Andrew Bartlett | 1 | -0/+60 |
2007-10-10 | r11223: Only pass around the ldb handle (make this code easier to seperate | Andrew Bartlett | 1 | -21/+21 |
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 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -21/+0 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 1 | -0/+18 |
2007-10-10 | r11195: Add a new helper function (needed by my kpasswdd work, but hooked in | Andrew Bartlett | 2 | -242/+136 |
2007-10-10 | r11194: Use the special ldb attribute "canonicalName" (therefore testing that | Andrew Bartlett | 1 | -11/+20 |
2007-10-10 | r11122: Fix some talloc hierarchy errors | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c | Andrew Bartlett | 1 | -35/+119 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 3 | -23/+18 |
2007-10-10 | r10854: talloc_get_type() can return NULL.. | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r10811: Revert accidental commit, I still need to finish the displayName and | Andrew Bartlett | 1 | -55/+0 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 7 | -62/+108 |
2007-10-10 | r10764: To match Win2k3 SP1, we need to set an anonymous user token for | Andrew Bartlett | 1 | -1/+1 |