Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-06 | s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for np | Andreas Schneider | 1 | -0/+10 | |
2010-12-21 | s4-auth Remove event context from privilage database handling | Andrew Bartlett | 1 | -1/+1 | |
These local TDB operations can quite safely be handled in a new/nested event context, rather than using the main event context. Andrew Bartlett | |||||
2010-10-10 | samdb: Add flags argument to samdb_connect(). | Jelmer Vernooij | 1 | -1/+1 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -2/+2 | |
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-04-13 | Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions" | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
We should use the "ldb_get_*_basedn" calls since they are available in the LDB library. | |||||
2010-04-12 | s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Purely cosmetic change. | |||||
2009-10-20 | s4: ran minimal_includes.pl on source4/rpc_server | Andrew Tridgell | 1 | -1/+0 | |
2009-10-17 | s4-privileges: moved privileges to private/privilege.ldb | Andrew Tridgell | 1 | -0/+7 | |
We were storing privileges in the sam, which was OK when we were a standalone DC, but is no good when we replicate with a windows DC. This moves the privileges to a separate (local) database | |||||
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 1 | -57/+12 | |
A single AD server can only host a single domain, so don't stuff about with looking up our crossRef record in the cn=Partitions container. We instead trust that lp_realm() and lp_workgroup() works correctly. Andrew Bartlett | |||||
2008-09-30 | cope with NULL attr | Andrew Tridgell | 1 | -1/+3 | |
2008-09-29 | WSPP docs say we need to check that root_dir is NULL | Andrew Tridgell | 1 | -0/+6 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -5/+4 | |
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-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | |||||
2008-04-02 | rpc_server: Remove references to sidmap from the lsa pipe code. | Kai Blin | 1 | -5/+0 | |
(This used to be commit 25cbb1b76720a271984ad5c023e45476094562f1) | |||||
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit fc1f4d2d65d4c983cba5421e7ffb64dd75482860) | |||||
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts ↵ | Jelmer Vernooij | 1 | -1/+1 | |
up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166) | |||||
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts ↵ | Jelmer Vernooij | 1 | -1/+1 | |
further up the call stack. (This used to be commit 0721a07aada6a1fae6dcbd610b8783df57d7bbad) | |||||
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 1 | -0/+248 | |
a new torture suite to match. This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de> Previously we had no knowlege of BUILTIN or well-known names. This code needs expansion to check with winbind for trusted domains. Andrew Bartlett (This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a) |