index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util: Add a UNIX platform independent samba_getpass().
Andreas Schneider
2012-12-03
3
-1
/
+265
*
ldb: fix a typo in the comment for ldb_req_is_untrusted()
Michael Adam
2012-11-30
1
-1
/
+1
*
dbwrap: Remove an unnecessary if-statement
Volker Lendecke
2012-11-29
1
-3
/
+1
*
dbwrap: No need to NULL out a talloc_zero'ed structure element
Volker Lendecke
2012-11-29
1
-1
/
+0
*
dbwrap: Use talloc_zero in db_open_rbt
Volker Lendecke
2012-11-29
1
-5
/
+1
*
dbwrap: Use talloc_zero in db_open_cache
Volker Lendecke
2012-11-29
1
-6
/
+1
*
dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-11-29
1
-13
/
+27
*
docs: man tdbtool: Add missing meta data.
Karolin Seeger
2012-11-29
1
-1
/
+1
*
docs: man talloc: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+12
*
docs: man ldbsearch: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldbrename: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldbmodify: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldbedit: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldbdel: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldbadd: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
docs: man ldb.3: Add missing meta data.
Karolin Seeger
2012-11-29
1
-0
/
+3
*
lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets this
Andrew Bartlett
2012-11-22
2
-4
/
+2
*
lib/replace: replace all *printf function if we replace snprintf (bug #9390)
Stefan Metzmacher
2012-11-14
3
-17
/
+34
*
subunit: Update to latest upstream version.
Jelmer Vernooij
2012-11-14
21
-318
/
+1143
*
testtools: Update to latest version.
Jelmer Vernooij
2012-11-14
58
-2931
/
+5207
*
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2012-11-13
2
-20
/
+0
*
lib/ldb: add missing newline in the output of ldb_ldif_write_trace()
Stefan Metzmacher
2012-11-13
1
-1
/
+1
*
lib/addns: remove compiler warnings
Stefan Metzmacher
2012-11-13
1
-2
/
+2
*
lib/addns: don't depend on the order in resp->answers[]
Stefan Metzmacher
2012-11-13
1
-3
/
+12
*
lib/addns: remove pointless check for resp->num_additionals != 1
Stefan Metzmacher
2012-11-13
1
-2
/
+1
*
lib/util: Simplify bitmap.c a bit
Volker Lendecke
2012-11-07
1
-7
/
+6
*
lib/util: Make "struct bitmap" abstract
Volker Lendecke
2012-11-07
2
-4
/
+6
*
lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
Stefan Metzmacher
2012-11-05
1
-0
/
+29
*
lib/tsocket: disable the syscall optimization for recvfrom/readv by default
Stefan Metzmacher
2012-11-05
2
-6
/
+109
*
lib/krb5_wrap: request enc_types in the correct order (bug #9272)
Stefan Metzmacher
2012-11-01
1
-6
/
+6
*
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
Andrew Tridgell
2012-11-01
10
-48
/
+321
*
ldb: move ldb_pack.c into common
Andrew Tridgell
2012-11-01
1
-11
/
+11
*
util: remove accidently committed hunk
Björn Jacke
2012-10-31
1
-3
/
+0
*
ldb: Add ldbdump, based on tdbdump
Andrew Bartlett
2012-10-30
2
-0
/
+223
*
ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
Andrew Bartlett
2012-10-31
1
-2
/
+0
*
ldb: Change ltdb_unpack_data to take an ldb_context
Andrew Bartlett
2012-10-31
5
-9
/
+7
*
wafbuild: use -Wstack-protector if available
Björn Jacke
2012-10-30
1
-0
/
+3
*
ccan/wafbuild: use WERROR_CFLAGS instead of -Werror
Björn Jacke
2012-10-30
1
-10
/
+7
*
wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...
Björn Jacke
2012-10-30
1
-1
/
+5
*
wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to waf
Björn Jacke
2012-10-30
1
-1
/
+1
*
wfabuild: fix the -errwarn compile flag test
Björn Jacke
2012-10-30
2
-1
/
+4
*
lib/param: fix line length of DEBUG statments touched in previous commit in s...
Michael Adam
2012-10-29
1
-2
/
+4
*
lib/param: fix function name (set_variable) in debug statements
Michael Adam
2012-10-29
1
-4
/
+4
*
lib/param: fix function name (lpcfg_file_list_changed) in a debug message
Michael Adam
2012-10-29
1
-1
/
+1
*
lib/replace: Return size of xattr if size argument is 0
Andrew Bartlett
2012-10-28
1
-3
/
+12
*
dbwrap: use talloc_stackframe() in db_tdb_log_key()
Andrew Bartlett
2012-10-25
1
-3
/
+4
*
lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)
Stefan Metzmacher
2012-10-23
1
-1
/
+9
*
lib/replace: Fix configure on FreeBSD: define_ret is not correct here
Andrew Bartlett
2012-10-23
1
-1
/
+0
*
lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSD
Andrew Bartlett
2012-10-23
1
-1
/
+4
*
ccan: check for all the used config.h defines
Rusty Russell
2012-10-17
2
-0
/
+37
[prev]
[next]