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
2012-12-21
tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_list
Volker Lendecke
1
-23
/
+31
2012-12-21
tdb: Simplify logic in tdb_lock_list slightly
Volker Lendecke
1
-7
/
+22
2012-12-21
tdb: Slightly simplify tdb_lock_list
Volker Lendecke
1
-11
/
+11
2012-12-21
tdb: Fix blank line endings
Volker Lendecke
11
-89
/
+89
2012-12-21
tdb: Fix a comment
Volker Lendecke
1
-1
/
+1
2012-12-21
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-12-21
tdb: Fix a missing CONVERT
Volker Lendecke
1
-1
/
+1
2012-12-15
tdr: Strip trailing whitespace.
Jelmer Vernooij
1
-10
/
+10
2012-12-12
util: Remove unused fde_stdin in samba_runcmd.
Andreas Schneider
1
-22
/
+5
2012-12-12
tdb: Improve the documentation of tdb_reopen() and tdb_close().
Andreas Schneider
1
-2
/
+8
2012-12-12
tdb: Fix possible crash bugs in the python tdb code.
Andreas Schneider
1
-2
/
+15
2012-12-12
util: Don't use the pid ret value uninitialized.
Andreas Schneider
1
-1
/
+1
2012-12-07
Fix bug #9471 - SEGV when using second vfs module.
Tsukasa Hamano
1
-1
/
+1
2012-12-03
lib/talloc: Move manpage to man/.
Karolin Seeger
2
-13
/
+13
2012-12-03
lib/tdb: Rename manpages/ to man/.
Karolin Seeger
5
-12
/
+12
2012-12-03
replace: Remove deprecated getpass() support.
Andreas Schneider
8
-285
/
+0
2012-12-03
util: Add a UNIX platform independent samba_getpass().
Andreas Schneider
3
-1
/
+265
2012-11-30
ldb: fix a typo in the comment for ldb_req_is_untrusted()
Michael Adam
1
-1
/
+1
2012-11-29
dbwrap: Remove an unnecessary if-statement
Volker Lendecke
1
-3
/
+1
2012-11-29
dbwrap: No need to NULL out a talloc_zero'ed structure element
Volker Lendecke
1
-1
/
+0
2012-11-29
dbwrap: Use talloc_zero in db_open_rbt
Volker Lendecke
1
-5
/
+1
2012-11-29
dbwrap: Use talloc_zero in db_open_cache
Volker Lendecke
1
-6
/
+1
2012-11-29
dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystring
Volker Lendecke
1
-13
/
+27
2012-11-29
docs: man tdbtool: Add missing meta data.
Karolin Seeger
1
-1
/
+1
2012-11-29
docs: man talloc: Add missing meta data.
Karolin Seeger
1
-0
/
+12
2012-11-29
docs: man ldbsearch: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbrename: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbmodify: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbedit: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbdel: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldbadd: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-29
docs: man ldb.3: Add missing meta data.
Karolin Seeger
1
-0
/
+3
2012-11-22
lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets this
Andrew Bartlett
2
-4
/
+2
2012-11-14
lib/replace: replace all *printf function if we replace snprintf (bug #9390)
Stefan Metzmacher
3
-17
/
+34
2012-11-14
subunit: Update to latest upstream version.
Jelmer Vernooij
21
-318
/
+1143
2012-11-14
testtools: Update to latest version.
Jelmer Vernooij
58
-2931
/
+5207
2012-11-13
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2
-20
/
+0
2012-11-13
lib/ldb: add missing newline in the output of ldb_ldif_write_trace()
Stefan Metzmacher
1
-1
/
+1
2012-11-13
lib/addns: remove compiler warnings
Stefan Metzmacher
1
-2
/
+2
2012-11-13
lib/addns: don't depend on the order in resp->answers[]
Stefan Metzmacher
1
-3
/
+12
2012-11-13
lib/addns: remove pointless check for resp->num_additionals != 1
Stefan Metzmacher
1
-2
/
+1
2012-11-07
lib/util: Simplify bitmap.c a bit
Volker Lendecke
1
-7
/
+6
2012-11-07
lib/util: Make "struct bitmap" abstract
Volker Lendecke
2
-4
/
+6
2012-11-05
lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
Stefan Metzmacher
1
-0
/
+29
2012-11-05
lib/tsocket: disable the syscall optimization for recvfrom/readv by default
Stefan Metzmacher
2
-6
/
+109
2012-11-01
lib/krb5_wrap: request enc_types in the correct order (bug #9272)
Stefan Metzmacher
1
-6
/
+6
2012-11-01
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
Andrew Tridgell
10
-48
/
+321
2012-11-01
ldb: move ldb_pack.c into common
Andrew Tridgell
1
-11
/
+11
2012-10-31
util: remove accidently committed hunk
Björn Jacke
1
-3
/
+0
2012-10-30
ldb: Add ldbdump, based on tdbdump
Andrew Bartlett
2
-0
/
+223
[prev]
[next]