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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-11
ntdb: Make sure variables passed by value are initialized.
Andreas Schneider
1
-2
/
+3
2013-10-10
ldb:rdn_name: reject 'distinguishedName' depending of the MOD flags
Stefan Metzmacher
1
-2
/
+8
2013-10-08
lib/util: remove unused (and not even compiled) lib/util/capability.c.
Günther Deschner
1
-103
/
+0
2013-09-23
s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c
Nadezhda Ivanova
1
-9
/
+13
2013-09-23
Add LDB_MAP_RENDROP option
Howard Chu
4
-8
/
+23
2013-09-19
Fix SEGV from improperly formed SUBSTRING/PRESENCE filter
Howard Chu
1
-1
/
+1
2013-09-17
Cleanup map return codes
Howard Chu
1
-18
/
+17
2013-09-17
lib/ldb-samba/ldb_ildap: Also skip special base DNs
Andrew Bartlett
1
-0
/
+3
2013-09-17
lib/param: add PROTOCOL_SMB3_02 handling
Stefan Metzmacher
1
-0
/
+1
2013-09-16
ldb: Show the type of failing operation in default error message
Andrew Bartlett
1
-1
/
+26
2013-09-12
tdb: Fix some typos in comments.
Björn Jacke
2
-5
/
+5
2013-09-10
loadparm: add new parameter "acl allow execute always"
Michael Adam
2
-0
/
+11
2013-09-10
ldb: Do not build libldb-cmdline when using system ldb.
Jeroen Dekkers
1
-4
/
+4
2013-09-08
tevent: Use talloc_pooled_object for tevent_req_create
Volker Lendecke
1
-1
/
+4
2013-09-08
talloc: Test the pooled object
Volker Lendecke
1
-0
/
+36
2013-09-08
talloc: Add talloc_pooled_object
Volker Lendecke
5
-1
/
+174
2013-09-08
talloc: Allow nested pools.
Volker Lendecke
3
-24
/
+52
2013-09-08
talloc: Add a separate pool size
Volker Lendecke
1
-12
/
+23
2013-09-08
talloc: Put pool-specific data before the chunk
Volker Lendecke
1
-79
/
+125
2013-09-08
talloc: Introduce __talloc_with_prefix
Volker Lendecke
1
-10
/
+22
2013-09-08
talloc: Decouple the dual use of chunk->pool
Volker Lendecke
1
-25
/
+23
2013-08-28
Fix valgrind errors with memmove and talloc pools.
Jeremy Allison
1
-0
/
+21
2013-08-27
Add simple limited pool tests to test_memlimit().
Jeremy Allison
1
-0
/
+27
2013-08-27
Remove talloc_memlimit_update(). No longer used.
Jeremy Allison
1
-24
/
+0
2013-08-27
Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.
Jeremy Allison
1
-4
/
+15
2013-08-27
Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...
Jeremy Allison
1
-15
/
+0
2013-08-27
Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...
Jeremy Allison
1
-1
/
+1
2013-08-27
In _talloc_steal_internal(), correctly decrement the memory limit in the sour...
Jeremy Allison
1
-12
/
+5
2013-08-27
Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...
Jeremy Allison
1
-23
/
+4
2013-08-27
Update memory limits when we call free() on a pool.
Jeremy Allison
1
-0
/
+2
2013-08-27
Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...
Jeremy Allison
1
-12
/
+9
2013-08-27
Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...
Jeremy Allison
1
-1
/
+8
2013-08-27
Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().
Jeremy Allison
1
-1
/
+1
2013-08-27
Start to fix talloc memlimits with talloc pools.
Jeremy Allison
1
-0
/
+72
2013-08-22
pkgconfig: Do not hardcode library version numbers in pc files.
Günther Deschner
2
-2
/
+2
2013-08-21
ntdbtool.8.xml: Bump version up to 4.1.
Karolin Seeger
1
-1
/
+1
2013-08-21
ntdbrestore.8.xml: Bump version up to 4.1.
Karolin Seeger
1
-1
/
+1
2013-08-21
ntdbdump.8.xml: Bump version up to 4.1.
Karolin Seeger
1
-1
/
+1
2013-08-21
ntdbbackup.8.xml: Bump version up to 4.1.
Karolin Seeger
1
-1
/
+1
2013-08-21
ntdb.3.xml: Bump version up to 4.1.
Karolin Seeger
1
-1
/
+1
2013-08-19
Man pages for ntdb tools missing
Rusty Russell
6
-5
/
+708
2013-08-19
ldb_map: Fix CID 1034791 Dereference null return value
Volker Lendecke
1
-0
/
+6
2013-08-19
pyldb: Fix CID 1034792 Dereference null return value
Volker Lendecke
1
-0
/
+4
2013-08-19
ldb: Fix CID 1034793 Dereference null return value
Volker Lendecke
1
-0
/
+4
2013-08-18
ldb: Fix a const warning
Volker Lendecke
2
-3
/
+3
2013-08-16
tevent: Remove a pointless goto
Volker Lendecke
1
-4
/
+1
2013-08-16
loadparm: Use the new fully featured kcc by default
Matthieu Patou
1
-0
/
+1
2013-08-12
tevent: Add tevent_received to tevent_req_simple_recv_ntstatus
Volker Lendecke
1
-5
/
+8
2013-08-12
tevent: Fix tutorial reference
Volker Lendecke
1
-5
/
+3
2013-08-12
lib: Remove unused "client_name"
Volker Lendecke
1
-1
/
+0
[next]