summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* talloc: version 2.1.1talloc-2.1.1Stefan Metzmacher2014-05-163-1/+71
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2014-05-161-0/+13
* talloc: fix compiler warningStefan Metzmacher2014-05-161-1/+4
* talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher2014-05-161-0/+4
* talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher2014-05-161-1/+1
* talloc: inline talloc_get_name()Stefan Metzmacher2014-05-161-6/+10
* talloc: inline more static functionsStefan Metzmacher2014-05-161-19/+26
* lib: Fix build --without-winbind by adding winbind_lookup_usersids dummyKai Blin2014-05-161-0/+8
* selftest: Test auth_wbc, the auth4 winbind and winbind_wbclient modules using...Andrew Bartlett2014-05-164-24/+34
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-165-16/+36
* selftest: Run pdbtest under valgrind if specifiedAndrew Bartlett2014-05-161-1/+1
* nsswitch: Fix the check for the privileged pipe.Andreas Schneider2014-05-161-17/+19
* add FSCTL_SET_ZERO_ON_DEALLOCATION defineBjörn Jacke2014-05-151-0/+1
* add FSCTL_SET_ZERO_DATA fsctl defineBjörn Jacke2014-05-151-0/+1
* talloc: Tune talloc_vasprintfVolker Lendecke2014-05-151-5/+9
* s3:vfs_gpfs: increase log level for EPERM and EACCES errors in gpfs_get_xattr()Ralph Wuerthner2014-05-151-2/+9
* ldbsamba: Move pyldb-utils dependency to python_samba__ldbKai Blin2014-05-141-2/+2
* smbd: Remove unused code for dos attributes in stat structChristof Schmitt2014-05-141-135/+4
* Fix selfetet environment user gidSimo Sorce2014-05-131-0/+3
* s4:imessaging: Remove event context from irpc and imessaging structuresAndrew Bartlett2014-05-132-23/+19
* s4:imessaging: Remove dcerpc_binding_handle_set_sync_ev() call from irpc_bind...Andrew Bartlett2014-05-131-2/+0
* s4:irpc/tests: explicitly use dcerpc_binding_handle_set_sync_ev()Andrew Bartlett2014-05-131-0/+10
* s4:pyrpc: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett2014-05-131-0/+6
* s4:service_task: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett2014-05-131-0/+2
* s4:rpc_server/netlogon: explicitly use dcerpc_binding_handle_set_sync_ev() fo...Andrew Bartlett2014-05-131-0/+6
* s4:auth_winbind: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett2014-05-131-0/+2
* s4:irpc/tests: make use explicit use of the top level event contextAndrew Bartlett2014-05-131-5/+6
* s4:nbt_server/wins: make use explicit use of the top level event contextAndrew Bartlett2014-05-131-2/+2
* tdb: return ENOSYS if the tdb was created with spinlocks.Stefan Metzmacher2014-05-121-0/+1
* pytdb: avoid const warnings by using discard_const_p()Stefan Metzmacher2014-05-121-9/+18
* s3:lib: always use db_open(serverid.tdb)Stefan Metzmacher2014-05-121-35/+14
* auth: avoid overwriting the auth_sam_reply.h header all the time.Günther Deschner2014-05-122-1/+8
* pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIRStefan Metzmacher2014-05-101-2/+2
* script/autobuild: make use of --with-perl-{arch,lib}-install-dirStefan Metzmacher2014-05-091-1/+3
* wafsamba: Fail with error message if perl doesn't provide valid dirs.Stefan Metzmacher2014-05-091-19/+39
* s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx SMB1 servers.Jeremy Allison2014-05-091-1/+21
* s3: client : correctly fill in the struct smb_create_returns from cli_ntcreat...Jeremy Allison2014-05-091-5/+27
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-0921-112/+136
* s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison2014-05-095-10/+10
* selftest: skip GETADDRINFO testsStefan Metzmacher2014-05-091-0/+1
* swrap: Update version to 1.0.2.Andreas Schneider2014-05-091-1/+1
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-091-4/+4
* Fix some typos.Jakub Wilk2014-05-091-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-05-091-2/+14
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-05-091-3/+4
* wafsamba: If perl can't provide defaults, define them.Andreas Schneider2014-05-081-2/+8
* torture3: local-messaging-read3Volker Lendecke2014-05-084-0/+203
* messaging3: Relax the self-send check a bitVolker Lendecke2014-05-081-1/+2
* messaging3: Factor out the self-send checkVolker Lendecke2014-05-081-2/+8
* messaging3: Push down the self-send callbackVolker Lendecke2014-05-082-53/+95