Age | Commit message (Expand) | Author | Files | Lines |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 1 | -0/+1 |
2011-10-04 | s4-lsa: fixed set of trust password with old password | Andrew Tridgell | 1 | -14/+13 |
2011-10-04 | s4-drs: added DSDB_REPL_FLAG_ADD_NCNAME to DsAddEntry call | Andrew Tridgell | 1 | -0/+1 |
2011-09-20 | s4-drs: allow replication of the GC partial attribute set | Andrew Tridgell | 1 | -5/+95 |
2011-08-26 | s4-drsuapi Allow DsAddEntry of normal objects | Andrew Bartlett | 1 | -1/+6 |
2011-08-25 | s4-drs: fixed msdcs DNS name in getncchanges | Andrew Tridgell | 1 | -3/+2 |
2011-08-25 | s4-samr: fixed subtree search | Andrew Tridgell | 1 | -1/+1 |
2011-08-14 | s4:misc: remove last usage of legacy event_ fn names | Simo Sorce | 1 | -1/+1 |
2011-08-13 | s4-dsdb Add ability to force a particular SID in the upgrade case | Andrew Bartlett | 1 | -1/+2 |
2011-08-10 | s4-drs: In dcesrv_drsuapi_DsRemoveDSServer use the subtree control to delete ... | Matthieu Patou | 1 | -1/+2 |
2011-08-03 | gensec: clarify memory ownership for gensec_session_info() and gensec_session... | Andrew Bartlett | 1 | -0/+3 |
2011-08-03 | gensec: Remove mem_ctx from calls that do not return memory | Andrew Bartlett | 1 | -2/+0 |
2011-07-29 | s4-lsa Use the supplied handle in LsaLookupNames2 | Andrew Bartlett | 1 | -5/+5 |
2011-07-27 | s4-dcerpc: Do not return linked attribute on deleted objects it makes W2k8R2 ... | Matthieu Patou | 1 | -1/+15 |
2011-07-15 | s4-lsa: prepare dcesrv_lsa_CreateTrustedDomain_base() to deal with unencrypte... | Günther Deschner | 1 | -15/+16 |
2011-07-15 | lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, not | Günther Deschner | 1 | -1/+6 |
2011-07-15 | lsa: rename auth info argument in lsa_CreateTrustedDomainEx2 | Günther Deschner | 1 | -3/+3 |
2011-07-11 | s4-drs: do not return links pointed to unexistant objects | Matthieu Patou | 1 | -0/+24 |
2011-06-24 | s4-lsa: Fix typo | Sumit Bose | 1 | -1/+1 |
2011-06-23 | param: Remove "announce as" parameter | Andrew Bartlett | 1 | -16/+2 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -2/+2 |
2011-06-10 | s4-drs: added debug lines for missing linked attribute fields | Andrew Tridgell | 1 | -0/+8 |
2011-06-10 | s4-drs: cope with missing RMD_ADDTIME in linked attributes | Andrew Tridgell | 1 | -4/+6 |
2011-06-09 | server_id.idl: Bring server_id.idl in common | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s4:rpc_server/dcesrv_samr.c - quiet enum warnings | Matthias Dieter Wallnöfer | 1 | -0/+6 |
2011-06-08 | s4-ipv6: fill in pdc_ip in DsRGetDCNameEx2 | Andrew Tridgell | 1 | -3/+12 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 1 | -1/+1 |
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 1 | -1/+1 |
2011-06-06 | s4-ipv6: use "ip" instead of "ipv4" for servers | Andrew Tridgell | 1 | -1/+1 |
2011-06-06 | s4-ipv6: use iface_list_wildcard() to listen on IPv6 | Andrew Tridgell | 1 | -3/+9 |
2011-05-21 | s4:lsa RPC server - handle LDB flags as "unsigned" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-05-11 | s4/getncchanges: Pre-mark extended requests as success in case a sub-function... | Kamen Mazdrashki | 1 | -0/+4 |
2011-05-11 | s4/getncchanges: Implement placeholder for handling ex-op collection of objects | Kamen Mazdrashki | 1 | -13/+44 |
2011-05-11 | s4/getncchanges: Move the code that collects objects into separate function | Kamen Mazdrashki | 1 | -41/+67 |
2011-05-11 | s4/getncchanges: Don't mask Extended operation result - callers need it | Kamen Mazdrashki | 1 | -1/+0 |
2011-05-11 | s4/getncchanges: Fail extended request rather than failing whole request | Kamen Mazdrashki | 1 | -1/+3 |
2011-05-08 | s4-samr Remove incorrect transaction_cancel() in error path | Andrew Bartlett | 1 | -1/+0 |
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 1 | -3/+3 |
2011-05-08 | s4-auth Rename auth -> auth4 to avoid conflict with s3 auth | Andrew Bartlett | 1 | -1/+1 |
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 2 | -4/+4 |
2011-04-04 | s4-rpc: improved error mapping for several RPC server calls | Andrew Tridgell | 4 | -26/+22 |
2011-04-03 | Fix compilation without external heimdal. | Jelmer Vernooij | 1 | -0/+1 |
2011-04-03 | use system heimdal headers if possible, fix missing dependencies on hx509 and... | Jelmer Vernooij | 2 | -4/+7 |
2011-03-29 | Ensure convert_string_XXX is always called with a valid converted_size pointer. | Jeremy Allison | 1 | -2/+5 |
2011-03-25 | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 1 | -3/+3 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -3/+3 |
2011-03-19 | rpc_server/remote: Add missing prototype. | Jelmer Vernooij | 1 | -0/+1 |
2011-03-19 | source4/rpc_server: Fix prototypes for all functions. | Jelmer Vernooij | 6 | -0/+7 |
2011-03-16 | dcerpc: we do not need these as public headers | Simo Sorce | 1 | -2/+0 |
2011-03-15 | s4-rpc: added dcesrv_call_account_name() | Andrew Tridgell | 2 | -0/+13 |