index
:
samba
master
pristine-tar
upstream_4.1
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-22
Imported Upstream version 4.1.16+dfsg
upstream/4.1.16+dfsg
Ivo De Decker
3
-4
/
+3
2014-11-24
lib/util: use size_t for add_string_to_array().
Günther Deschner
2
-2
/
+2
2014-11-17
lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()
Stefan Metzmacher
1
-2
/
+1
2014-10-20
Imported Upstream version 4.1.13+dfsg
upstream/4.1.13+dfsg
Ivo De Decker
16
-26
/
+650
2014-10-19
lib: util: Signal handling - change CatchChild() and CatchChildLeaveStatus() ...
Jeremy Allison
2
-6
/
+6
2014-09-26
lib: Add daemon_status() to util library.
Andreas Schneider
2
-0
/
+17
2014-09-01
s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...
Jeremy Allison
2
-0
/
+10
2014-09-01
lib: strings: Simplify strcasecmp
Volker Lendecke
1
-35
/
+13
2014-09-01
s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...
Jeremy Allison
1
-0
/
+12
2014-09-01
lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...
Jeremy Allison
1
-2
/
+27
2014-09-01
lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...
Jeremy Allison
1
-1
/
+11
2014-09-01
lib: Remove unused nstrcpy
Volker Lendecke
1
-5
/
+0
2014-08-07
sys_poll_intr: fix timeout arithmetic
Daniel Kobras
1
-2
/
+12
2014-08-07
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
Stefan Metzmacher
3
-1
/
+532
2014-08-07
lib: tevent: make TEVENT_SIG_INCREMENT atomic.
Jeremy Allison
3
-0
/
+36
2014-08-01
fix unstrcpy
Volker Lendecke
1
-1
/
+1
2014-07-31
fix unstrcpy
Volker Lendecke
1
-1
/
+1
2014-07-19
ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()
Stefan Metzmacher
1
-1
/
+6
2014-07-15
ldb:build: improve detection of srcdir
Michael Adam
1
-1
/
+1
2014-07-15
ldb: make the successful ldb_transaction_start() message clearer
Andrew Bartlett
1
-4
/
+8
2014-07-15
ldb: change version to 1.1.17
Stefan Metzmacher
3
-1
/
+265
2014-07-15
ldb:pyldb: add some more helper functions for LdbDn
Stefan Metzmacher
1
-0
/
+112
2014-07-15
ldb:pyldb: fix doc string for set_extended_component()
Stefan Metzmacher
1
-1
/
+1
2014-07-15
ldb:pyldb: add some const to PyObject_FromLdbValue()
Stefan Metzmacher
1
-1
/
+1
2014-07-15
ldb: Add a env variable to disable RTLD_DEEPBIND.
Andreas Schneider
1
-6
/
+19
2014-07-15
ldb: pass module init errors back to the caller
Andrew Bartlett
1
-2
/
+3
2014-07-15
ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...
Andrew Bartlett
1
-2
/
+5
2014-07-15
ldb: Fix 1138330 Dereference null return value
Volker Lendecke
1
-0
/
+4
2014-07-15
lib/ldb fix compiler warnings
Christian Ambach
1
-2
/
+2
2014-07-15
lib/ldb fix compiler warnings
Christian Ambach
1
-2
/
+2
2014-07-15
ldb: use of NULL pointer bugfix
Pavel Reichl
1
-2
/
+2
2014-07-15
ldb: Fix CID 241329 Array compared against 0
Volker Lendecke
1
-1
/
+1
2014-07-15
ldb: Fix CID 240798 Uninitialized pointer read
Volker Lendecke
1
-1
/
+1
2014-07-15
ldb:rdn_name: reject 'distinguishedName' depending of the MOD flags
Stefan Metzmacher
1
-2
/
+8
2014-07-15
s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c
Nadezhda Ivanova
1
-9
/
+13
2014-07-15
Add LDB_MAP_RENDROP option
Howard Chu
4
-8
/
+23
2014-07-15
Fix SEGV from improperly formed SUBSTRING/PRESENCE filter
Howard Chu
1
-1
/
+1
2014-07-15
Cleanup map return codes
Howard Chu
1
-18
/
+17
2014-07-15
ldb: Show the type of failing operation in default error message
Andrew Bartlett
1
-1
/
+26
2014-07-15
ldb: Do not build libldb-cmdline when using system ldb.
Jeroen Dekkers
1
-4
/
+4
2014-07-15
ldb_map: Fix CID 1034791 Dereference null return value
Volker Lendecke
1
-0
/
+6
2014-07-15
pyldb: Fix CID 1034792 Dereference null return value
Volker Lendecke
1
-0
/
+4
2014-07-15
ldb: Fix CID 1034793 Dereference null return value
Volker Lendecke
1
-0
/
+4
2014-07-15
ldb: Fix a const warning
Volker Lendecke
2
-3
/
+3
2014-07-15
pyldb: decrement ref counters on py_results and quiet warnings
Matthieu Patou
1
-0
/
+4
2014-05-20
lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)
Björn Baumbach
2
-2
/
+2
2014-05-20
add systemd integration
Alexander Bokovoy
3
-2
/
+49
2014-05-19
byteorder: do not assume PowerPC is big-endian
David Disseldorp
1
-4
/
+6
2014-04-01
tevent: fix crash bug in tevent_queue_immediate_trigger()
Stefan Metzmacher
1
-0
/
+4
2014-03-10
waf:lib/replace fix iconv checks on HP/UX
Christian Ambach
1
-1
/
+1
[next]