summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-11-08we should not ignore convert_string_talloc() failures.Stefan Metzmacher1-1/+1
2007-11-08libreplace: we need to link to make sure the functions are availableStefan Metzmacher1-1/+1
2007-11-08Try to fix the build on systems without struct sockaddr_storage typeMichael Adam1-0/+1
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2-3/+28
2007-11-07Try to fix the build on irix.Michael Adam1-2/+2
2007-11-07- check return value of ndr_push_set_switch_value()metze1-1/+8
2007-11-07use error and out logicmetze1-3/+7
2007-11-07use NT_STATUS_HAVE_NO_MEMORY()metze1-3/+1
2007-11-07use NDR_CHECK()metze1-4/+3
2007-11-07check the return value of ndr_push_set_switch_value()metze1-1/+1
2007-11-07use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()metze1-16/+6
2007-11-07the return value of ndr_pull_set_switch_value() should be checkedmetze1-2/+2
2007-11-07use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosmetze1-22/+10
2007-11-07add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlymetze2-3/+10
2007-11-07create ndr_pull_union_blob_all() and match the logic of the struct fnsmetze1-4/+20
2007-11-06Fix tdbtorture build.Jeremy Allison1-1/+1
2007-11-06Fix const warning.Jeremy Allison1-1/+1
2007-11-06Keep the tdb code in sync with Samba4.Jeremy Allison12-54/+238
2007-11-06Fix bug where tdb lock call interrupted withJeremy Allison9-0/+29
2007-11-06Ensure we don't use massive writes in pipe mode.Jeremy Allison1-2/+3
2007-11-06Move some access check functions that are not posix-acl specificMichael Adam3-212/+240
2007-11-06Don't repeat fast-pathing...Michael Adam1-1/+1
2007-11-06This is a proposed patch for Bug #5023.Michael Adam1-300/+70
2007-11-06Add a const.Michael Adam1-1/+1
2007-11-06libreplace: we should only have one location where we check for required func...metze1-4/+1
2007-11-06libreplace: we need include <unistd.h> before nss_wrapper.hmetze1-0/+3
2007-11-06Fix export dynamic for HPUX.jelmer1-4/+12
2007-11-06Remove flag that causes problems on some hosts.jelmer1-1/+1
2007-11-06Wrap native HPUX functions in dl implementation.jelmer1-0/+16
2007-11-06Check for HPUX dl functions.jelmer1-0/+5
2007-11-06Move SHLIBEXT determination into a test as well.jelmer1-0/+18
2007-11-06Move system-specific ldflags checks to libreplace so they can be used by ldb.jelmer1-0/+38
2007-11-06Add macro for picflag.jelmer1-0/+55
2007-11-06Add configure test for -Wl,--export-dynamic.jelmer2-0/+11
2007-11-06libreplace: include nss_wrapper.h if NSS_WRAPPER is definedmetze1-0/+7
2007-11-05Ensure we null out the address correctly.Jeremy Allison1-1/+2
2007-11-06Fix another segfault and make smbfilter run again.Michael Adam1-1/+3
2007-11-06Fix a segfault.Michael Adam1-0/+2
2007-11-06Try to fix the build. There was one forgotten callerMichael Adam1-2/+2
2007-11-06When deleting a key from the registry make sure the non-defaultGünther Deschner4-14/+32
2007-11-05Add two const's.Michael Adam1-2/+2
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison9-84/+104
2007-11-05Fix a typo.Michael Adam1-1/+1
2007-11-04Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison1-1/+8
2007-11-04This should really be a cond_set_smb_read_error().Jeremy Allison1-3/+1
2007-11-04Don't use 0 when we mean SMB_READ_OK.Jeremy Allison1-1/+1
2007-11-05Merge commit 'origin/v3-2-test' into branches/upstreamGünther Deschner2-7/+2
2007-11-05Remove unnecessary codeVolker Lendecke1-6/+1
2007-11-05Fix a debug messageVolker Lendecke1-1/+1
2007-11-05Display sec ace flags.Günther Deschner1-3/+31