summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-09Add libreplace macro for soname flags.jelmer1-0/+41
2007-11-09Try to fix the build on some HPUX machines.jelmer1-3/+1
2007-11-08More pstring/fstring removal.Jeremy Allison1-11/+16
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-56/+43
2007-11-08Remove unneeded variable.Jeremy Allison1-6/+3
2007-11-08Fix case where we have no dns domain name. Return a talloc of "".Jeremy Allison1-0/+2
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison3-35/+38
2007-11-08Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2007-11-08libreplace: we need to link to make sure the functions are availableStefan Metzmacher1-1/+1
2007-11-07Unify the name and addr cache for client_name toJeremy Allison1-21/+31
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-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-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-43/+44
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 Deschner1-6/+1
2007-11-05Remove unnecessary codeVolker Lendecke1-6/+1
2007-11-05Display sec ace flags.Günther Deschner1-3/+31
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison3-42/+40
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison3-39/+33
2007-11-03Missed one case where I need to pass down addrlen.Jeremy Allison1-1/+1
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison3-14/+16
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison3-17/+23
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-21/+38
2007-11-03Remove unused var noticed by metze.Jeremy Allison1-1/+0
2007-11-02Fix the snprintf checks, and fix a typo in pointer indirection.Jeremy Allison1-5/+5
2007-11-02Ensure we use the correct socklen_t values for bind() forJeremy Allison1-1/+3
2007-11-02Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison1-1/+2
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison3-6/+42
2007-11-02Fix state_path to take a const string, not use pstring.Jeremy Allison1-7/+11
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter3-7/+7
2007-11-01Patch from Debian Samba package maintainers:Gerald (Jerry) Carter1-0/+33
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-14/+7
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-6/+25
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison2-107/+39
2007-10-29Forgot to add recvfile.cJeremy Allison1-0/+158