Age | Commit message (Expand) | Author | Files | Lines |
2008-02-04 | Remove useless layer of indirection, where every service called | Andrew Bartlett | 1 | -9/+1 |
2008-02-04 | Rework service init functions to pass down service name. This is | Andrew Bartlett | 1 | -1/+1 |
2008-01-23 | Get more information from ldb when reporting a failed replication. | Andrew Bartlett | 1 | -2/+2 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-01 | r26640: Janitorial: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -2/+5 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+4 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -6/+6 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 2 | -10/+14 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 8 | -24/+16 |
2007-10-10 | r22944: fix bug #4618: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22508: at option for the startup delay | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r22472: Commit the start of the DRSUAPI pull replication service. | Stefan Metzmacher | 7 | -54/+1151 |
2007-10-10 | r21859: add a comment why we remove the rid_crypt obfuscation | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r21839: add my email address | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21773: fix typo orginating -> originating | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r21359: remove the rid encryption before storing the password hashes | Stefan Metzmacher | 1 | -7/+39 |
2007-10-10 | r21296: remove the session specific encryption from the attributes | Stefan Metzmacher | 1 | -1/+132 |
2007-10-10 | r21282: we only need one for loop... | Stefan Metzmacher | 1 | -7/+5 |
2007-10-10 | r21281: move constinancy checks to the beginning of the function | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20978: 300 seconds as interval is ok, when we do nothing | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20977: start the 'drepl' service, which currently does nothing by default, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20974: add basic infrastructure for a DSDB replication service | Stefan Metzmacher | 2 | -0/+253 |
2007-10-10 | r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit() | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r20733: add a function to load the oid mappings from ldb_val's | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20729: add a version number to struct dsdb_extended_replicated_objects | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r20726: - only add the rdn attribute and it's meta_data when the 'name' attri... | Stefan Metzmacher | 1 | -35/+27 |
2007-10-10 | r20709: pass a repsFromTo1 struct down as it contains all needed info for the... | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_... | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r20682: make the dsdb_extended_replicated_objects_commit() interface a bit mo... | Stefan Metzmacher | 1 | -22/+8 |
2007-10-10 | r20680: prepare the helper functions for applying replicated objects | Stefan Metzmacher | 1 | -59/+17 |
2007-10-10 | r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED... | Stefan Metzmacher | 1 | -0/+299 |