Age | Commit message (Expand) | Author | Files | Lines |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-22 | Remove unused parameter from decode_pw_buffer and fail on invalid | Andrew Bartlett | 1 | -6/+4 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25553: Convert to standard bool type. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r24611: Following up on the re-opening of bug 4817 is it pretty clear that | Andrew Bartlett | 1 | -23/+22 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21362: rename: | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20850: Prefix all server calls with dcesrv_ | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -6/+6 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There are | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16772: Clarify comment. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r16262: Another basedn fix. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14570: Move some functions also they are also used from kpasswd | Jelmer Vernooij | 1 | -309/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -0/+1 |
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 | 1 | -109/+40 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+3 |
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 | 1 | -35/+128 |
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 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 1 | -12/+17 |
2007-10-10 | r9654: introduce the samdb_search_dn call | Simo Sorce | 1 | -8/+6 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -14/+17 |
2007-10-10 | r8983: The KVNO (Kerberos key version number) should be incremented with | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -4/+6 |
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 | 1 | -7/+6 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 1 | -6/+6 |
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 | r5309: removed ads.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4707: w2k3 don't restict passwords on | Stefan Metzmacher | 1 | -8/+17 |
2007-10-10 | r4650: - make more use of bitmap and enum's | Stefan Metzmacher | 1 | -2/+2 |