summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-05-23build: pass .syms extention via @SYMSEXT@ from configureStefan Metzmacher2-3/+7
2008-05-23Fix a (bogus) uninitialized variable warningVolker Lendecke1-1/+1
2008-05-23build: add a "make shlibs" target to build all the shared libraries.Michael Adam1-0/+2
2008-05-23build: autogenerate exports/libnetapi.symsStefan Metzmacher2-4/+6
2008-05-22Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison1-19/+6
2008-05-22Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."Jeremy Allison1-6/+19
2008-05-22Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison1-19/+6
2008-05-22Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison1-4/+4
2008-05-22Fix 2 bugs with displaying open file state. FirstlyJeremy Allison1-3/+3
2008-05-22Get rid of "shadowed local var" warnings with gcc.Jeremy Allison1-7/+7
2008-05-22Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman6-60/+187
2008-05-22library-versions: use the same version for talloc and tdb as for the standalo...Stefan Metzmacher1-2/+2
2008-05-22libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher1-1/+1
2008-05-22configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKETStefan Metzmacher1-1/+1
2008-05-22configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have thisStefan Metzmacher1-23/+0
2008-05-22libreplace: add test for HAVE_IPV6Stefan Metzmacher1-0/+29
2008-05-22rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam2-14/+7
2008-05-22torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam2-0/+135
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam4-12/+171
2008-05-22client: Fix the proto header to fix the build.Kai Blin1-1/+1
2008-05-21Compile endpoint mapper pidl outputVolker Lendecke4-1/+8
2008-05-21rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke1-0/+10
2008-05-21Add client support for NCACN_UNIX_STREAMVolker Lendecke2-4/+89
2008-05-21rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke2-4/+5
2008-05-21Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke2-9/+9
2008-05-21Fix a commentVolker Lendecke1-1/+1
2008-05-21Fix bug #5479, print spool shares require max_xmit toJeremy Allison1-1/+6
2008-05-21Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into docbookJelmer Vernooij91-2262/+14449
2008-05-21Add double-colon where it makes sense.Jelmer Vernooij1-66/+64
2008-05-20Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison1-4/+9
2008-05-20Fix type error in debug messageVolker Lendecke1-1/+1
2008-05-20Fix some signed/unsigned warningsVolker Lendecke2-2/+3
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty29-400/+537
2008-05-20Fix nesting tdb_traverse in a transactionVolker Lendecke1-3/+8
2008-05-20Fix bug #5477 - recvfile code was broken.Jeremy Allison2-8/+14
2008-05-20Fix memcache_flush()Volker Lendecke1-5/+34
2008-05-20Fix typo.Günther Deschner1-1/+1
2008-05-20Fix a valgrind error in _samr_LookupNamesVolker Lendecke1-5/+8
2008-05-20net: The top level help function for net cmd is always net_cmd_usageKai Blin7-55/+37
2008-05-20net: Move help for "net status" to net_status.cKai Blin3-13/+14
2008-05-20net: Move printer help to net_rpc where it's used.Kai Blin3-34/+27
2008-05-20net: Split out "net share"Kai Blin7-51/+86
2008-05-20net: Split out "net afs"Kai Blin7-86/+139
2008-05-20net: Move more utility functions into net_util.cKai Blin3-502/+503
2008-05-20net: Split out "net file"Kai Blin7-29/+66
2008-05-20net: Split out "net group"Kai Blin8-39/+75
2008-05-20net: Split out "net user"Kai Blin8-40/+77
2008-05-20net: Move "net join" handling into a separate file.Kai Blin5-25/+61
2008-05-20net: Split out common help functions.Kai Blin6-35/+105
2008-05-20net: more whitespace cleanupKai Blin1-5/+5