summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-20net: Use true/false instead of True/False.Kai Blin15-203/+203
2008-05-20man pages: Remove man page for 'mangled map'.Karolin Seeger1-33/+0
2008-05-20sesssetup.c: Add debug message.Karolin Seeger1-0/+3
2008-05-20man pages: Add documentation for new cluster parameters.Karolin Seeger3-0/+50
2008-05-19Remove conn_find_byname now it's no longer used inJeremy Allison1-1/+0
2008-05-19Restructuring of code to fix #5460. Remove searchJeremy Allison2-38/+12
2008-05-19Convert messages_local.c to use "struct tdb_wrap"Volker Lendecke1-15/+17
2008-05-19Don't block smbcontrol online/offline if !"winbind offline logons"Volker Lendecke1-14/+0
2008-05-19If no node number is given, default to the current node in smbcontrolVolker Lendecke1-1/+1
2008-05-19Fix some comments to match get_kdc_ip_string()'s behaviourroot1-1/+7
2008-05-19build: remove the proto_exists target - it is not needed anymore.Michael Adam1-11/+3
2008-05-19build: remove the "delheaders" target.Michael Adam1-6/+3
2008-05-19build: remove "headers" and "proto" make targets.Michael Adam1-10/+6
2008-05-18build: remove mkproto.sh and mkproto.awkMichael Adam2-217/+0
2008-05-18build: remove reference to mkproto.sh from MakefileMichael Adam1-2/+0
2008-05-18libnet: freeze libnet_proto.h from "make proto"Michael Adam3-10/+47
2008-05-18build: freeze passwd_proto.h from "make proto"Michael Adam3-8/+33
2008-05-18net: freeze net_proto.h from "make proto"Michael Adam3-9/+475
2008-05-18ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam3-9/+50
2008-05-18smbclient: freeze client_proto.h from "make proto"Michael Adam3-9/+459
2008-05-18swat: freeze swat_proto.h from "make proto"Michael Adam3-9/+70
2008-05-18winbindd: freeze winbindd_proto.hMichael Adam3-9/+585
2008-05-18build: freeze proto.hMichael Adam3-10/+10477
2008-05-18configure: Fix comment to match the current iconv check.Kai Blin1-1/+5
2008-05-17Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke2-183/+185
2008-05-17configure: make use of LIBREPLACE_NETWORK_LIBS instead of redoing the testsStefan Metzmacher1-37/+3
2008-05-17configure: remove some header checks which are already done by AC_LIBREPLACE_...Stefan Metzmacher1-4/+3
2008-05-17lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2-1/+1
2008-05-17configure: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIX...Stefan Metzmacher1-28/+0
2008-05-17lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher1-0/+40
2008-05-17configure: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2-103/+0
2008-05-16Simplify fake_file logicVolker Lendecke6-73/+46
2008-05-16Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().Günther Deschner1-20/+139
2008-05-16libnetjoin: for informational reasons, report forest_name.Günther Deschner4-0/+7
2008-05-16netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner1-1/+31
2008-05-16net: use the netapi_ctx from the net_context struct.Günther Deschner1-20/+12
2008-05-16dsgetdcname: store client sitename for mailslot and cldap replies.Günther Deschner1-0/+6
2008-05-16libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher1-0/+13
2008-05-16libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher2-0/+5
2008-05-16libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher1-17/+18