Age | Commit message (Expand) | Author | Files | Lines |
2008-05-23 | drsuapi: add all code required for our drsuapi rpc client. | Günther Deschner | 12 | -3/+1373 |
2008-05-23 | Manually merge Steven Danneman's patch for SPNEGO auth to a trusted | Gerald W. Carter | 3 | -26/+31 |
2008-05-23 | Manually port Steven Dannenman fix for using the correct machine domain when | Gerald W. Carter | 2 | -6/+6 |
2008-05-23 | build: make sure LIBWBCLIENT_*_TARGET is never empty | Stefan Metzmacher | 1 | -4/+4 |
2008-05-23 | libwbclient: add wbcLibraryDetails() | Stefan Metzmacher | 2 | -0/+38 |
2008-05-23 | libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS | Stefan Metzmacher | 3 | -5/+5 |
2008-05-23 | build: add symbol versioning when we build with gnu ld | Stefan Metzmacher | 6 | -16/+69 |
2008-05-23 | build: autogenerate exports/libwbclient.syms | Stefan Metzmacher | 3 | -8/+16 |
2008-05-23 | build: autogenerate exports/libtalloc.syms | Stefan Metzmacher | 2 | -11/+10 |
2008-05-23 | build: pass .syms extention via @SYMSEXT@ from configure | Stefan Metzmacher | 2 | -3/+7 |
2008-05-23 | Fix a (bogus) uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2008-05-23 | build: add a "make shlibs" target to build all the shared libraries. | Michael Adam | 1 | -0/+2 |
2008-05-23 | build: autogenerate exports/libnetapi.syms | Stefan Metzmacher | 2 | -4/+6 |
2008-05-22 | Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limits | Jeremy Allison | 1 | -19/+6 |
2008-05-22 | Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)." | Jeremy Allison | 1 | -6/+19 |
2008-05-22 | Arggh. Got the path/user the wrong way around. IDL is correct :-). | Jeremy Allison | 1 | -19/+6 |
2008-05-22 | Arggh. Got the path/user the wrong way around. IDL is correct :-). | Jeremy Allison | 1 | -4/+4 |
2008-05-22 | Fix 2 bugs with displaying open file state. Firstly | Jeremy Allison | 1 | -3/+3 |
2008-05-22 | Get rid of "shadowed local var" warnings with gcc. | Jeremy Allison | 1 | -7/+7 |
2008-05-22 | Make WINBINDD_LIST_GROUPS handler asynchronous. | Steven Danneman | 6 | -60/+187 |
2008-05-22 | library-versions: use the same version for talloc and tdb as for the standalo... | Stefan Metzmacher | 1 | -2/+2 |
2008-05-22 | libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ... | Stefan Metzmacher | 1 | -1/+1 |
2008-05-22 | configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET | Stefan Metzmacher | 1 | -1/+1 |
2008-05-22 | configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have this | Stefan Metzmacher | 1 | -23/+0 |
2008-05-22 | libreplace: add test for HAVE_IPV6 | Stefan Metzmacher | 1 | -0/+29 |
2008-05-22 | rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static. | Michael Adam | 2 | -14/+7 |
2008-05-22 | torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func. | Michael Adam | 2 | -0/+135 |
2008-05-22 | rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp(). | Michael Adam | 4 | -12/+171 |
2008-05-22 | client: Fix the proto header to fix the build. | Kai Blin | 1 | -1/+1 |
2008-05-21 | Compile endpoint mapper pidl output | Volker Lendecke | 4 | -1/+8 |
2008-05-21 | rpc_client: add a destructor to close the socket for pipes over tcp. | Volker Lendecke | 1 | -0/+10 |
2008-05-21 | Add client support for NCACN_UNIX_STREAM | Volker Lendecke | 2 | -4/+89 |
2008-05-21 | rpccli_schannel_bind_data only needs the schannel key | Volker Lendecke | 2 | -4/+5 |
2008-05-21 | Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd | Volker Lendecke | 2 | -9/+9 |
2008-05-21 | Fix a comment | Volker Lendecke | 1 | -1/+1 |
2008-05-21 | Fix bug #5479, print spool shares require max_xmit to | Jeremy Allison | 1 | -1/+6 |
2008-05-21 | Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into docbook | Jelmer Vernooij | 91 | -2262/+14449 |
2008-05-21 | Add double-colon where it makes sense. | Jelmer Vernooij | 1 | -66/+64 |
2008-05-20 | Convert in_transaction to a bool. Add the same fix Volker | Jeremy Allison | 1 | -4/+9 |
2008-05-20 | Fix type error in debug message | Volker Lendecke | 1 | -1/+1 |
2008-05-20 | Fix some signed/unsigned warnings | Volker Lendecke | 2 | -2/+3 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 29 | -400/+537 |
2008-05-20 | Fix nesting tdb_traverse in a transaction | Volker Lendecke | 1 | -3/+8 |
2008-05-20 | Fix bug #5477 - recvfile code was broken. | Jeremy Allison | 2 | -8/+14 |
2008-05-20 | Fix memcache_flush() | Volker Lendecke | 1 | -5/+34 |
2008-05-20 | Fix typo. | Günther Deschner | 1 | -1/+1 |
2008-05-20 | Fix a valgrind error in _samr_LookupNames | Volker Lendecke | 1 | -5/+8 |
2008-05-20 | net: The top level help function for net cmd is always net_cmd_usage | Kai Blin | 7 | -55/+37 |
2008-05-20 | net: Move help for "net status" to net_status.c | Kai Blin | 3 | -13/+14 |
2008-05-20 | net: Move printer help to net_rpc where it's used. | Kai Blin | 3 | -34/+27 |