Age | Commit message (Expand) | Author | Files | Lines |
2007-11-06 | Fix bug where tdb lock call interrupted with | Jeremy Allison | 9 | -0/+29 |
2007-11-06 | Ensure we don't use massive writes in pipe mode. | Jeremy Allison | 1 | -2/+3 |
2007-11-06 | Move some access check functions that are not posix-acl specific | Michael Adam | 3 | -212/+240 |
2007-11-06 | Don't repeat fast-pathing... | Michael Adam | 1 | -1/+1 |
2007-11-06 | This is a proposed patch for Bug #5023. | Michael Adam | 1 | -300/+70 |
2007-11-06 | Add a const. | Michael Adam | 1 | -1/+1 |
2007-11-06 | libreplace: we should only have one location where we check for required func... | metze | 1 | -4/+1 |
2007-11-06 | libreplace: we need include <unistd.h> before nss_wrapper.h | metze | 1 | -0/+3 |
2007-11-06 | Fix export dynamic for HPUX. | jelmer | 1 | -4/+12 |
2007-11-06 | Remove flag that causes problems on some hosts. | jelmer | 1 | -1/+1 |
2007-11-06 | Wrap native HPUX functions in dl implementation. | jelmer | 1 | -0/+16 |
2007-11-06 | Check for HPUX dl functions. | jelmer | 1 | -0/+5 |
2007-11-06 | Move SHLIBEXT determination into a test as well. | jelmer | 1 | -0/+18 |
2007-11-06 | Move system-specific ldflags checks to libreplace so they can be used by ldb. | jelmer | 1 | -0/+38 |
2007-11-06 | Add macro for picflag. | jelmer | 1 | -0/+55 |
2007-11-06 | Add configure test for -Wl,--export-dynamic. | jelmer | 2 | -0/+11 |
2007-11-06 | libreplace: include nss_wrapper.h if NSS_WRAPPER is defined | metze | 1 | -0/+7 |
2007-11-05 | Ensure we null out the address correctly. | Jeremy Allison | 1 | -1/+2 |
2007-11-06 | Fix another segfault and make smbfilter run again. | Michael Adam | 1 | -1/+3 |
2007-11-06 | Fix a segfault. | Michael Adam | 1 | -0/+2 |
2007-11-06 | Try to fix the build. There was one forgotten caller | Michael Adam | 1 | -2/+2 |
2007-11-06 | When deleting a key from the registry make sure the non-default | Günther Deschner | 4 | -14/+32 |
2007-11-05 | Add two const's. | Michael Adam | 1 | -2/+2 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 9 | -84/+104 |
2007-11-05 | Fix a typo. | Michael Adam | 1 | -1/+1 |
2007-11-04 | Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries) | Jeremy Allison | 1 | -1/+8 |
2007-11-04 | This should really be a cond_set_smb_read_error(). | Jeremy Allison | 1 | -3/+1 |
2007-11-04 | Don't use 0 when we mean SMB_READ_OK. | Jeremy Allison | 1 | -1/+1 |
2007-11-05 | Merge commit 'origin/v3-2-test' into branches/upstream | Günther Deschner | 2 | -7/+2 |
2007-11-05 | Remove unnecessary code | Volker Lendecke | 1 | -6/+1 |
2007-11-05 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2007-11-05 | Display sec ace flags. | Günther Deschner | 1 | -3/+31 |
2007-11-05 | Make sure we can read SACLs from the registry. | Günther Deschner | 1 | -1/+5 |
2007-11-05 | Fix the smbmount build | Volker Lendecke | 1 | -1/+1 |
2007-11-05 | static pstring removal | Volker Lendecke | 4 | -11/+22 |
2007-11-05 | pstring removal | Volker Lendecke | 2 | -18/+12 |
2007-11-05 | Make load_registry_service return the share number | Volker Lendecke | 1 | -1/+0 |
2007-11-04 | Forgot arg type. | Jeremy Allison | 1 | -1/+1 |
2007-11-04 | Don't believe len returned from read_smb_length_return_keepalive(), | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 15 | -62/+71 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 11 | -57/+58 |
2007-11-03 | Missed one case where I need to pass down addrlen. | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 15 | -29/+38 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 15 | -32/+56 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 11 | -88/+91 |
2007-11-03 | Remove unused var noticed by metze. | Jeremy Allison | 1 | -1/+0 |
2007-11-02 | Fix the snprintf checks, and fix a typo in pointer indirection. | Jeremy Allison | 1 | -5/+5 |
2007-11-02 | Ensure we use the correct socklen_t values for bind() for | Jeremy Allison | 1 | -1/+3 |
2007-11-02 | Fix typos in calc_sa_size, noticed by jim.brown@miami.edu | Jeremy Allison | 1 | -1/+2 |
2007-11-02 | Change the client library to write directly out of | Jeremy Allison | 6 | -42/+179 |