summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove flag that causes problems on some hosts.jelmer2007-11-061-1/+1
* Wrap native HPUX functions in dl implementation.jelmer2007-11-061-0/+16
* Check for HPUX dl functions.jelmer2007-11-061-0/+5
* Move SHLIBEXT determination into a test as well.jelmer2007-11-061-0/+18
* Move system-specific ldflags checks to libreplace so they can be used by ldb.jelmer2007-11-061-0/+38
* Add macro for picflag.jelmer2007-11-061-0/+55
* Add configure test for -Wl,--export-dynamic.jelmer2007-11-062-0/+11
* libreplace: include nss_wrapper.h if NSS_WRAPPER is definedmetze2007-11-061-0/+7
* Ensure we null out the address correctly.Jeremy Allison2007-11-051-1/+2
* Fix another segfault and make smbfilter run again.Michael Adam2007-11-061-1/+3
* Fix a segfault.Michael Adam2007-11-061-0/+2
* Try to fix the build. There was one forgotten callerMichael Adam2007-11-061-2/+2
* When deleting a key from the registry make sure the non-defaultGünther Deschner2007-11-064-14/+32
* Add two const's.Michael Adam2007-11-051-2/+2
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-059-84/+104
* Fix a typo.Michael Adam2007-11-051-1/+1
* Ignore testing tdb.Günther Deschner2007-11-051-0/+1
* Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison2007-11-041-1/+8
* This should really be a cond_set_smb_read_error().Jeremy Allison2007-11-041-3/+1
* Don't use 0 when we mean SMB_READ_OK.Jeremy Allison2007-11-041-1/+1
* Merge commit 'origin/v3-2-test' into branches/upstreamGünther Deschner2007-11-052-7/+2
|\
| * Remove unnecessary codeVolker Lendecke2007-11-051-6/+1
| * Fix a debug messageVolker Lendecke2007-11-051-1/+1
* | Display sec ace flags.Günther Deschner2007-11-051-3/+31
* | Make sure we can read SACLs from the registry.Günther Deschner2007-11-051-1/+5
|/
* Fix the smbmount buildVolker Lendecke2007-11-051-1/+1
* static pstring removalVolker Lendecke2007-11-054-11/+22
* pstring removalVolker Lendecke2007-11-052-18/+12
* Make load_registry_service return the share numberVolker Lendecke2007-11-051-1/+0
* Forgot arg type.Jeremy Allison2007-11-041-1/+1
* Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison2007-11-041-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-0315-62/+71
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-0311-57/+58
* Missed one case where I need to pass down addrlen.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-0315-29/+38
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-0315-32/+56
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-0311-88/+91
* Remove unused var noticed by metze.Jeremy Allison2007-11-031-1/+0
* Fix the snprintf checks, and fix a typo in pointer indirection.Jeremy Allison2007-11-021-5/+5
* Ensure we use the correct socklen_t values for bind() forJeremy Allison2007-11-021-1/+3
* Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison2007-11-021-1/+2
* Change the client library to write directly out ofJeremy Allison2007-11-026-42/+179
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-11-021-0/+3
|\
| * Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-11-026-22/+66
| |\
| * | Fix build breakage when not specifying --with-fhs.Gerald (Jerry) Carter2007-11-021-0/+3
* | | Forgot one more getnameinfo.Jeremy Allison2007-11-021-1/+1
| |/ |/|
* | Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison2007-11-021-4/+4
* | Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-024-7/+43
* | Fix state_path to take a const string, not use pstring.Jeremy Allison2007-11-021-7/+11
* | Ensure we can't accidently do a pipe write withJeremy Allison2007-11-011-0/+5