summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-06-24s3-build Add dep on popt to fix FreeBSD buildAndrew Bartlett1-1/+1
2011-06-24s3-selftest Remove unused gdb_backtraceAndrew Bartlett1-87/+0
2011-06-24s3-build Require fully defined symbols in ALL libraries by defaultAndrew Bartlett1-54/+29
2011-06-24s3-build: Remove SECRETS3 as a samba3core depAndrew Bartlett1-5/+10
2011-06-24s3-param Remove %(DomainSID) supportAndrew Bartlett1-102/+0
2011-06-24Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2-2/+16
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett9-89/+22
2011-06-23param: Remove "announce as" parameterAndrew Bartlett1-43/+2
2011-06-23s3-net: Bind our gettext results to 'unix charset'Andrew Bartlett3-2/+12
2011-06-23s3-swat Remove d_printf() callsAndrew Bartlett1-2/+2
2011-06-23lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett2-3/+3
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett5-50/+2
2011-06-23s3: Add IO_REPARSE_TAG_SYMLINK defineVolker Lendecke1-0/+1
2011-06-23s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-06-23s3: remove prototype of convert_string_error from proto.hMichael Adam1-4/+0
2011-06-23s3: remove prototype of convert_string from proto.hMichael Adam1-4/+0
2011-06-22s3: Added missing includes to .clang_complete.Andreas Schneider1-0/+2
2011-06-21s3-spoolss: Fix some valgrind warnings.Andreas Schneider2-8/+8
2011-06-21s3-rpc_client: Fix some valgrind warnings.Andreas Schneider1-10/+12
2011-06-21s3: Remove unused codeVolker Lendecke3-127/+0
2011-06-21s3: Convert WINBINDD_WINS_BYNAME to the async APIVolker Lendecke5-4/+159
2011-06-21s3-smbd: longer explanation of smbd_shim codeAndrew Tridgell1-2/+7
2011-06-21s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett13-95/+187
2011-06-21selftest: Run tests for libsmbclient and libnetapiAndrew Bartlett2-1/+5
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett7-99/+98
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett3-130/+1
2011-06-21s3-param Put &Globals in the FN_ macros, rather than in each entryAndrew Bartlett1-254/+254
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett2-3/+1
2011-06-20s3: Fix a winbind messageVolker Lendecke1-1/+1
2011-06-20s3:idmap_autorid: remove redundant codeMichael Adam1-4/+0
2011-06-20s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam1-2/+4
2011-06-20s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam1-1/+1
2011-06-20s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+7
2011-06-20s3: Fix the build, NAME_MAX not universally availableVolker Lendecke1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke9-15/+15
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-0/+0
2011-06-20source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell1-0/+96
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell20-34/+34
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell5-13/+26
2011-06-20tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2-3/+3
2011-06-20source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell1-2/+16
2011-06-20tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell1-2/+10
2011-06-20tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2-1/+10
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell4-6/+9
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell3-14/+14
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell3-12/+12
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell13-16/+16
2011-06-20tdb_chainunlock: ignore return value.Rusty Russell3-10/+5
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell4-5/+5
2011-06-20tdb_transaction_cancel: ignore return value.Rusty Russell3-18/+9