Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-05-20 | net: Split out "net share" | Kai Blin | 7 | -51/+86 |
2008-05-20 | net: Split out "net afs" | Kai Blin | 7 | -86/+139 |
2008-05-20 | net: Move more utility functions into net_util.c | Kai Blin | 3 | -502/+503 |
2008-05-20 | net: Split out "net file" | Kai Blin | 7 | -29/+66 |
2008-05-20 | net: Split out "net group" | Kai Blin | 8 | -39/+75 |
2008-05-20 | net: Split out "net user" | Kai Blin | 8 | -40/+77 |
2008-05-20 | net: Move "net join" handling into a separate file. | Kai Blin | 5 | -25/+61 |
2008-05-20 | net: Split out common help functions. | Kai Blin | 6 | -35/+105 |
2008-05-20 | net: more whitespace cleanup | Kai Blin | 1 | -5/+5 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 15 | -203/+203 |
2008-05-20 | sesssetup.c: Add debug message. | Karolin Seeger | 1 | -0/+3 |
2008-05-19 | Remove conn_find_byname now it's no longer used in | Jeremy Allison | 1 | -1/+0 |
2008-05-19 | Restructuring of code to fix #5460. Remove search | Jeremy Allison | 2 | -38/+12 |
2008-05-19 | Convert messages_local.c to use "struct tdb_wrap" | Volker Lendecke | 1 | -15/+17 |
2008-05-19 | Don't block smbcontrol online/offline if !"winbind offline logons" | Volker Lendecke | 1 | -14/+0 |
2008-05-19 | If no node number is given, default to the current node in smbcontrol | Volker Lendecke | 1 | -1/+1 |
2008-05-19 | Fix some comments to match get_kdc_ip_string()'s behaviour | root | 1 | -1/+7 |
2008-05-19 | build: remove the proto_exists target - it is not needed anymore. | Michael Adam | 1 | -11/+3 |
2008-05-19 | build: remove the "delheaders" target. | Michael Adam | 1 | -6/+3 |
2008-05-19 | build: remove "headers" and "proto" make targets. | Michael Adam | 1 | -10/+6 |
2008-05-18 | build: remove mkproto.sh and mkproto.awk | Michael Adam | 2 | -217/+0 |
2008-05-18 | build: remove reference to mkproto.sh from Makefile | Michael Adam | 1 | -2/+0 |
2008-05-18 | libnet: freeze libnet_proto.h from "make proto" | Michael Adam | 2 | -9/+47 |
2008-05-18 | build: freeze passwd_proto.h from "make proto" | Michael Adam | 2 | -7/+33 |
2008-05-18 | net: freeze net_proto.h from "make proto" | Michael Adam | 2 | -8/+475 |
2008-05-18 | ntlm_auth: freeze ntlm_auth_proto.h from "make proto" | Michael Adam | 2 | -8/+50 |
2008-05-18 | smbclient: freeze client_proto.h from "make proto" | Michael Adam | 2 | -8/+459 |
2008-05-18 | swat: freeze swat_proto.h from "make proto" | Michael Adam | 2 | -8/+70 |
2008-05-18 | winbindd: freeze winbindd_proto.h | Michael Adam | 2 | -8/+585 |