index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
kludge_acl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-12
rename sambaPassword -> userPassword.
Andrew Bartlett
1
-1
/
+1
2008-07-11
Use common code to fill in allowedAttributes in kludge_acl.
Andrew Bartlett
1
-36
/
+28
2008-03-20
More kludge ACLs!
Andrew Bartlett
1
-36
/
+9
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-6
/
+1
2008-01-26
ldb: Add ldb_oom() calls in a couple of places.
Jelmer Vernooij
1
-0
/
+5
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25748: Don't segfault if we don't have a schema yet.
Andrew Bartlett
1
-0
/
+12
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24731: Remove unused code - if we hit these error conditions, then we are
Andrew Bartlett
1
-9
/
+0
2007-10-10
r24260: Ensure we always override any existing values for these generated
Andrew Bartlett
1
-0
/
+4
2007-10-10
r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to
Andrew Bartlett
1
-4
/
+76
2007-10-10
r24010: Fix warning for the function paramter to qsort().
Andrew Bartlett
1
-1
/
+1
2007-10-10
r23982: Fix use-after-realloc() found by valgrind and mwallnoefer@yahoo.de.
Andrew Bartlett
1
-1
/
+5
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...
Andrew Bartlett
1
-4
/
+97
2007-10-10
r21306: fix the RPC-LSA tests the admin couldn't no longer get the 'currentVa...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r20923: only allow extended operations for SYSTEM or administrators for now
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r20921: - only give password attributes to the SYSTEM account
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r20760: also handle the case where no private data is attached to the module
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20622: Add in a hack to avoid permitting searches on the value of protected
Andrew Bartlett
1
-1
/
+23
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-1
/
+1
2007-10-10
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
1
-5
/
+6
2007-10-10
r17186: "async" word abuse clean-up part 2
Simo Sorce
1
-14
/
+14
2007-10-10
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
1
-2
/
+2
2007-10-10
r16109: Make this module simpiler, don't intercept operations we are not going
Andrew Bartlett
1
-21
/
+0
2007-10-10
r16070: Fix kludge_acls
Simo Sorce
1
-1
/
+1
2007-10-10
r16036: Add a couple of new functions to corretly deal with timeouts.
Simo Sorce
1
-4
/
+3
2007-10-10
r15942: Remove the sync internal ldb calls altogether.
Simo Sorce
1
-57
/
+0
2007-10-10
r15932: Remove per request creds
Simo Sorce
1
-1
/
+0
2007-10-10
r15927: Optimize ldb module traverse while keeping the API intact.
Simo Sorce
1
-7
/
+5
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14840: - rename some functions
Stefan Metzmacher
1
-6
/
+9
2007-10-10
r14465: kludge_acl -> async
Simo Sorce
1
-2
/
+114
2007-10-10
r14373: remove unreached wrong code, found by sparse
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
1
-26
/
+13
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
1
-1
/
+1
2007-10-10
r13353: Fix a crash bug in rootdse when we do not pass in credentials
Simo Sorce
1
-8
/
+6
2007-10-10
r13253: More work to ensure that we don't keep data on long-term contexts.
Andrew Bartlett
1
-0
/
+5
2007-10-10
r12851: Fix some typos
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12818: When denying an operation, include what we think the username is in
Andrew Bartlett
1
-1
/
+16
2007-10-10
r12773: - remove unused variable, fix the build with some old compilers
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r12769: Make ldb_next_request() evident, I was much confused on first sight
Simo Sorce
1
-4
/
+6
2007-10-10
r12763: Oops. If you call ldb_search from within an ldb module's search
Andrew Bartlett
1
-1
/
+3
2007-10-10
r12762: Simo correctly asked that the policy logic (which attributes contain
Andrew Bartlett
1
-26
/
+62
2007-10-10
r12746: An initial version of the kludge_acls module.
Andrew Bartlett
1
-0
/
+210