summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2191-2262/+14449
|\
| * 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
| * net: more whitespace cleanupKai Blin2008-05-201-5/+5
| * net: Use true/false instead of True/False.Kai Blin2008-05-2015-203/+203
| * sesssetup.c: Add debug message.Karolin Seeger2008-05-201-0/+3
| * Remove conn_find_byname now it's no longer used inJeremy Allison2008-05-191-1/+0
| * Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-192-38/+12
| * Convert messages_local.c to use "struct tdb_wrap"Volker Lendecke2008-05-191-15/+17
| * Don't block smbcontrol online/offline if !"winbind offline logons"Volker Lendecke2008-05-191-14/+0
| * If no node number is given, default to the current node in smbcontrolVolker Lendecke2008-05-191-1/+1
| * Fix some comments to match get_kdc_ip_string()'s behaviourroot2008-05-191-1/+7
| * build: remove the proto_exists target - it is not needed anymore.Michael Adam2008-05-191-11/+3
| * build: remove the "delheaders" target.Michael Adam2008-05-191-6/+3
| * build: remove "headers" and "proto" make targets.Michael Adam2008-05-191-10/+6
| * build: remove mkproto.sh and mkproto.awkMichael Adam2008-05-182-217/+0
| * build: remove reference to mkproto.sh from MakefileMichael Adam2008-05-181-2/+0
| * libnet: freeze libnet_proto.h from "make proto"Michael Adam2008-05-182-9/+47
| * build: freeze passwd_proto.h from "make proto"Michael Adam2008-05-182-7/+33
| * net: freeze net_proto.h from "make proto"Michael Adam2008-05-182-8/+475
| * ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam2008-05-182-8/+50