summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: pass .syms extention via @SYMSEXT@ from configureStefan Metzmacher2008-05-232-3/+7
* Fix a (bogus) uninitialized variable warningVolker Lendecke2008-05-231-1/+1
* build: add a "make shlibs" target to build all the shared libraries.Michael Adam2008-05-231-0/+2
* build: autogenerate exports/libnetapi.symsStefan Metzmacher2008-05-232-4/+6
* Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison2008-05-221-19/+6
* Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."Jeremy Allison2008-05-221-6/+19
* Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison2008-05-221-19/+6
* Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison2008-05-221-4/+4
* Fix 2 bugs with displaying open file state. FirstlyJeremy Allison2008-05-221-3/+3
* Get rid of "shadowed local var" warnings with gcc.Jeremy Allison2008-05-221-7/+7
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-226-60/+187
* library-versions: use the same version for talloc and tdb as for the standalo...Stefan Metzmacher2008-05-221-2/+2
* libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher2008-05-221-1/+1
* configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKETStefan Metzmacher2008-05-221-1/+1
* configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have thisStefan Metzmacher2008-05-221-23/+0
* libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-221-0/+29
* rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam2008-05-222-14/+7
* torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam2008-05-222-0/+135
* rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam2008-05-224-12/+171
* client: Fix the proto header to fix the build.Kai Blin2008-05-221-1/+1
* Compile endpoint mapper pidl outputVolker Lendecke2008-05-214-1/+8
* rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke2008-05-211-0/+10
* Add client support for NCACN_UNIX_STREAMVolker Lendecke2008-05-212-4/+89
* rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke2008-05-212-4/+5
* Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke2008-05-212-9/+9
* Fix a commentVolker Lendecke2008-05-211-1/+1
* packaging: disable cups in the RHEL-CTDB build.Michael Adam2008-05-211-1/+1
* packaging: we are at release ctdb.27 in RHEL-CTDB.Michael Adam2008-05-211-1/+1
* Fix bug #5479, print spool shares require max_xmit toJeremy Allison2008-05-211-1/+6
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into docbookJelmer Vernooij2008-05-2196-2303/+14499
|\
| * Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison2008-05-201-4/+9
| * Fix type error in debug messageVolker Lendecke2008-05-201-1/+1
| * Fix some signed/unsigned warningsVolker Lendecke2008-05-202-2/+3
| * Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-2029-400/+537
| * Fix nesting tdb_traverse in a transactionVolker Lendecke2008-05-201-3/+8
| * Fix bug #5477 - recvfile code was broken.Jeremy Allison2008-05-202-8/+14
| * Fix memcache_flush()Volker Lendecke2008-05-201-5/+34
| * Fix typo.Günther Deschner2008-05-201-1/+1
| * Fix a valgrind error in _samr_LookupNamesVolker Lendecke2008-05-201-5/+8
| * net: The top level help function for net cmd is always net_cmd_usageKai Blin2008-05-207-55/+37
| * net: Move help for "net status" to net_status.cKai Blin2008-05-203-13/+14
| * net: Move printer help to net_rpc where it's used.Kai Blin2008-05-203-34/+27
| * net: Split out "net share"Kai Blin2008-05-207-51/+86
| * net: Split out "net afs"Kai Blin2008-05-207-86/+139
| * net: Move more utility functions into net_util.cKai Blin2008-05-203-502/+503
| * net: Split out "net file"Kai Blin2008-05-207-29/+66
| * net: Split out "net group"Kai Blin2008-05-208-39/+75
| * net: Split out "net user"Kai Blin2008-05-208-40/+77
| * net: Move "net join" handling into a separate file.Kai Blin2008-05-205-25/+61
| * net: Split out common help functions.Kai Blin2008-05-206-35/+105