Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-18 | s4:"util_ldb" - remove some really unused dependancies | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ↵ | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
in "dsdb/common/util.c"" This reverts commit 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0. Jelmer pointed out that these are also in use by other LDB databases - not only SAMDB ones. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 13:37:16 UTC 2010 on sn-devel-104 | |||||
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in ↵ | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
"dsdb/common/util.c" They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | s4-rpc: added target_principal binding handle option | Andrew Tridgell | 1 | -1/+1 | |
this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-24 | s4-libnet_join Use header constant for 'all encryption types' in ↵ | Andrew Bartlett | 1 | -4/+3 | |
msDS-SupportedEncryptionTypes | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -4/+4 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-29 | s4:libnet_join Fix typo in msDS-SupportedEncryptionTypes | Andrew Bartlett | 1 | -1/+1 | |
2010-06-24 | s4:libnet_join.c - always use LDB constants | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
2010-06-23 | s4:libnet When joining a domain, update msDS-SupportedEncryptionTypes | Andrew Bartlett | 1 | -0/+32 | |
We need this for our DC to have clients use AES keys to us | |||||
2010-05-18 | s4:provision Remove unused 'account_name' parameter | Andrew Bartlett | 1 | -1/+0 | |
The python glue code didn't even de-reference this element in the structure. Andrew Bartlett | |||||
2010-04-15 | s4:libnet/libnet_join: don't look at p->last_fault_code for debugging anymore | Stefan Metzmacher | 1 | -49/+20 | |
metze | |||||
2010-03-29 | s4:libnet/libnet_join.c: add explicit check for NTSTATUS r.out.result | Stefan Metzmacher | 1 | -0/+30 | |
metze | |||||
2010-03-12 | s4:libnet/libnet_join.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -13/+13 | |
metze | |||||
2010-03-10 | s4:libnet - change variables to "unsigned" where needed | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-10 | s4/drs: DsCrackNames - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-26 | s4:libnet: use generate_random_password() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-02-22 | More spelling fixes across source4/ | Brad Hards | 1 | -1/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-16 | s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags | Andrew Tridgell | 1 | -1/+1 | |
This allows for controls to be added easily where they are needed. | |||||
2009-10-23 | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 1 | -1/+1 | |
This allows us to reuse a ldb context if it is open twice, instead of going through the expensive process of a full ldb open. We can reuse it if all of the parameters are the same. The change relies on callers using talloc_unlink() or free of a parent to close a ldb context. | |||||
2009-09-20 | s4:provision Use code to store domain join in 'net join' as well | Andrew Bartlett | 1 | -266/+20 | |
This ensures we only have one codepath to store the secret, and therefore that we have a single choke point for setting the saltPrincipal, which we were previously skipping. Andrew Bartlett | |||||
2009-09-07 | s4: fixed the secrets.ldb construction in libnet | Andrew Tridgell | 1 | -8/+8 | |
on a vampire join we were not putting the right attributes and objectclass on the secrets.ldb record | |||||
2009-07-31 | s4:libnet: use talloc_strdup() instead of talloc_reference() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-07-01 | use the new talloc_reparent in two places | Andrew Tridgell | 1 | -1/+1 | |
2009-06-18 | s4:libnet Allow 'net password change' to work on expired passwords | Andrew Bartlett | 1 | -1/+1 | |
We need to pass down flags to the DCE/RPC layer to allow fallback to anonymous connections, as we can't log in with an expired password. The anonymous connection can then change the password with SAMR. Andrew Bartlett | |||||
2008-12-23 | Fix compiler warnings in libnet. | Jelmer Vernooij | 1 | -0/+2 | |
2008-11-10 | s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python) | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python) | Günther Deschner | 1 | -3/+6 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl. | Günther Deschner | 1 | -23/+37 | |
Guenther | |||||
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -4/+2 | |
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -1/+1 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | |||||
2008-04-09 | Factor out filling in the secrets database. | Andrew Bartlett | 1 | -80/+116 | |
This allows the vampire code to start with a join, but fill in the secrets only when the process is compleated. Andrew Bartlett (This used to be commit c90751040e941d10234131852815e1cec1a54efe) | |||||
2008-01-11 | libnet: Rename a variable so it does not shadow a global. | Kai Blin | 1 | -4/+5 | |
(This used to be commit a5b9d2f33279e0f96a36acbf3da7c018aadf08c9) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) | |||||
2007-12-21 | r26328: remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit 40ae12c08647c47a9c504d39ee6f61c32b4e5748) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26205: Pass loadparm_context to secrets_db_connect() rather than using ↵ | Jelmer Vernooij | 1 | -1/+1 | |
global context. (This used to be commit 5718b6cfee86ddfc9cf405c98c68ba848df4d9d7) | |||||
2007-12-21 | r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just | Andrew Bartlett | 1 | -1/+1 | |
wrappers to ldb_add() etc. samdb_replace() remains, as it sets flags on all entries as 'replace'. Andrew Bartlett (This used to be commit 09c0faa5b7e1a560bf13b99a2584012a47377bb6) | |||||
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+2 | |
2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r21175: Fix the kerberos keytab update code to handle deletes. | Andrew Bartlett | 1 | -28/+0 | |
Fix the join code to know that the ldb layer handles the keytab update. Andrew Bartlett (This used to be commit d3fbc089f4161ae71b21077d50130fdabd8b2d77) | |||||
2007-10-10 | r21141: Attempt to fix the build | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 3f41a4b014a47b3c751066f5d1bef7f76f4be831) |