| Commit message (Expand) | Author | Age | Files | Lines |
* | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |
* | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 2008-09-23 | 1 | -6/+4 |
* | drsuapi: fix samba4 callers after drsuapi.idl changes | Stefan Metzmacher | 2008-08-20 | 1 | -6/+14 |
* | drsuapi: fix callers after idl change | Stefan Metzmacher | 2008-08-07 | 1 | -1/+1 |
* | dsdb: teach dreplsrv_out_drsuapi_bind_recv() knowledge of DsBindInfo48. | Michael Adam | 2008-07-23 | 1 | -0/+9 |
* | Change occurrences of the u1 member of DsBindInfo* to pid after idl change. | Michael Adam | 2008-07-22 | 2 | -2/+2 |
* | drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6] | Stefan Metzmacher | 2008-07-16 | 1 | -8/+2 |
* | drsuapi: check ctr6->drs_error | Stefan Metzmacher | 2008-07-16 | 1 | -0/+7 |
* | drsuapi: get ctr6 out of xpress compressed level | Stefan Metzmacher | 2008-07-16 | 1 | -0/+5 |
* | drsuapi.idl: remove some unknows from DsGetNCChanges() (update samba4 callers) | Stefan Metzmacher | 2008-06-30 | 1 | -6/+6 |
* | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 2008-04-17 | 1 | -1/+1 |
* | Remove useless layer of indirection, where every service called | Andrew Bartlett | 2008-02-04 | 1 | -9/+1 |
* | Rework service init functions to pass down service name. This is | Andrew Bartlett | 2008-02-04 | 1 | -1/+1 |
* | Get more information from ldb when reporting a failed replication. | Andrew Bartlett | 2008-01-23 | 1 | -2/+2 |
* | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 2008-01-05 | 1 | -1/+1 |
* | r26640: Janitorial: Remove some more uses of global_loadparm. | Jelmer Vernooij | 2008-01-01 | 1 | -2/+2 |
* | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 2008-01-01 | 1 | -2/+5 |
* | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 2008-01-01 | 1 | -1/+4 |
* | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 2007-12-21 | 1 | -2/+2 |
* | r26539: Remove unnecessary statics. | Jelmer Vernooij | 2007-12-21 | 1 | -2/+2 |
* | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+2 |
* | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 2007-12-21 | 1 | -6/+6 |
* | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 2007-12-21 | 2 | -10/+14 |
* | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |
* | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 2007-10-10 | 8 | -24/+16 |
* | r22944: fix bug #4618: | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r22508: at option for the startup delay | Stefan Metzmacher | 2007-10-10 | 1 | -1/+3 |
* | r22472: Commit the start of the DRSUAPI pull replication service. | Stefan Metzmacher | 2007-10-10 | 7 | -54/+1151 |
* | r21859: add a comment why we remove the rid_crypt obfuscation | Stefan Metzmacher | 2007-10-10 | 1 | -0/+8 |
* | r21839: add my email address | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r21773: fix typo orginating -> originating | Stefan Metzmacher | 2007-10-10 | 1 | -8/+8 |
* | r21359: remove the rid encryption before storing the password hashes | Stefan Metzmacher | 2007-10-10 | 1 | -7/+39 |
* | r21296: remove the session specific encryption from the attributes | Stefan Metzmacher | 2007-10-10 | 1 | -1/+132 |
* | r21282: we only need one for loop... | Stefan Metzmacher | 2007-10-10 | 1 | -7/+5 |
* | r21281: move constinancy checks to the beginning of the function | Stefan Metzmacher | 2007-10-10 | 1 | -8/+8 |
* | r20978: 300 seconds as interval is ok, when we do nothing | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r20977: start the 'drepl' service, which currently does nothing by default, | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r20974: add basic infrastructure for a DSDB replication service | Stefan Metzmacher | 2007-10-10 | 2 | -0/+253 |
* | r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit() | Stefan Metzmacher | 2007-10-10 | 1 | -3/+8 |
* | r20733: add a function to load the oid mappings from ldb_val's | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r20729: add a version number to struct dsdb_extended_replicated_objects | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
* | r20726: - only add the rdn attribute and it's meta_data when the 'name' attri... | Stefan Metzmacher | 2007-10-10 | 1 | -35/+27 |