index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-build Require fully defined symbols in ALL libraries by default
Andrew Bartlett
2011-06-24
1
-54
/
+29
*
s3-build: Remove SECRETS3 as a samba3core dep
Andrew Bartlett
2011-06-24
1
-5
/
+10
*
s3-param Remove %(DomainSID) support
Andrew Bartlett
2011-06-24
1
-102
/
+0
*
Fix bug #8254 - "acl check permissions = no" does not work in all cases
Jeremy Allison
2011-06-24
2
-2
/
+16
*
s3-param Remove 'announce version' parameter
Andrew Bartlett
2011-06-23
9
-89
/
+22
*
param: Remove "announce as" parameter
Andrew Bartlett
2011-06-23
1
-43
/
+2
*
s3-net: Bind our gettext results to 'unix charset'
Andrew Bartlett
2011-06-23
3
-2
/
+12
*
s3-swat Remove d_printf() calls
Andrew Bartlett
2011-06-23
1
-2
/
+2
*
lib/util/charset: Remove autodetection of charset from LOCALE
Andrew Bartlett
2011-06-23
2
-3
/
+3
*
lib/util/charset: Remove 'display charset'
Andrew Bartlett
2011-06-23
5
-50
/
+2
*
s3: Add IO_REPARSE_TAG_SYMLINK define
Volker Lendecke
2011-06-23
1
-0
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-06-23
1
-3
/
+3
*
s3: remove prototype of convert_string_error from proto.h
Michael Adam
2011-06-23
1
-4
/
+0
*
s3: remove prototype of convert_string from proto.h
Michael Adam
2011-06-23
1
-4
/
+0
*
s3: Added missing includes to .clang_complete.
Andreas Schneider
2011-06-22
1
-0
/
+2
*
s3-spoolss: Fix some valgrind warnings.
Andreas Schneider
2011-06-21
2
-8
/
+8
*
s3-rpc_client: Fix some valgrind warnings.
Andreas Schneider
2011-06-21
1
-10
/
+12
*
s3: Remove unused code
Volker Lendecke
2011-06-21
3
-127
/
+0
*
s3: Convert WINBINDD_WINS_BYNAME to the async API
Volker Lendecke
2011-06-21
5
-4
/
+159
*
s3-smbd: longer explanation of smbd_shim code
Andrew Tridgell
2011-06-21
1
-2
/
+7
*
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
2011-06-21
13
-95
/
+187
*
selftest: Run tests for libsmbclient and libnetapi
Andrew Bartlett
2011-06-21
2
-1
/
+5
*
lib/util Remove samba-util-common!
Andrew Bartlett
2011-06-21
7
-99
/
+98
*
lib/util: Use common d_printf() in the whole codebase
Andrew Bartlett
2011-06-21
3
-130
/
+1
*
s3-param Put &Globals in the FN_ macros, rather than in each entry
Andrew Bartlett
2011-06-21
1
-254
/
+254
*
lib/util Make unused d_vfprintf() static
Andrew Bartlett
2011-06-21
2
-3
/
+1
*
s3: Fix a winbind message
Volker Lendecke
2011-06-20
1
-1
/
+1
*
s3:idmap_autorid: remove redundant code
Michael Adam
2011-06-20
1
-4
/
+0
*
s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...
Michael Adam
2011-06-20
1
-2
/
+4
*
s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...
Michael Adam
2011-06-20
1
-1
/
+1
*
s3:idmap_autorid: fail initialization if the domain is not "*"
Michael Adam
2011-06-20
1
-0
/
+7
*
s3: Fix the build, NAME_MAX not universally available
Volker Lendecke
2011-06-20
1
-1
/
+1
*
Use tevent_req_oom
Volker Lendecke
2011-06-20
9
-15
/
+15
*
tdb2: create tdb2 versions of various testing TDBs.
Rusty Russell
2011-06-20
1
-0
/
+0
*
source3/lib/util_tdb.c: operation timeout support for TDB2.
Rusty Russell
2011-06-20
1
-0
/
+96
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
20
-34
/
+34
*
tdb_compat: use tdb_open_compat.
Rusty Russell
2011-06-20
5
-13
/
+26
*
tdb2: tdb_parse_record() returns negative errors, not -1.
Rusty Russell
2011-06-20
2
-3
/
+3
*
source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.
Rusty Russell
2011-06-20
1
-2
/
+16
*
tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.
Rusty Russell
2011-06-20
1
-2
/
+10
*
tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
Rusty Russell
2011-06-20
2
-1
/
+10
*
ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
Rusty Russell
2011-06-20
4
-6
/
+9
*
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
2011-06-20
3
-14
/
+14
*
tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.
Rusty Russell
2011-06-20
3
-12
/
+12
*
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
2011-06-20
13
-16
/
+16
*
tdb_chainunlock: ignore return value.
Rusty Russell
2011-06-20
3
-10
/
+5
*
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
2011-06-20
4
-5
/
+5
*
tdb_transaction_cancel: ignore return value.
Rusty Russell
2011-06-20
3
-18
/
+9
*
tdb_transaction_commit: check returns for 0, not -1.
Rusty Russell
2011-06-20
2
-5
/
+5
*
tdb_store: check returns for 0, not -1.
Rusty Russell
2011-06-20
5
-13
/
+13
[next]