summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * smbclient: freeze client_proto.h from "make proto"Michael Adam2008-05-182-8/+459
| * swat: freeze swat_proto.h from "make proto"Michael Adam2008-05-182-8/+70
| * winbindd: freeze winbindd_proto.hMichael Adam2008-05-182-8/+585
| * build: freeze proto.hMichael Adam2008-05-182-9/+10477
| * configure: Fix comment to match the current iconv check.Kai Blin2008-05-181-1/+5
| * Factor out generation of an info3 struct from a serversupplied_infoVolker Lendecke2008-05-172-183/+185
| * configure: make use of LIBREPLACE_NETWORK_LIBS instead of redoing the testsStefan Metzmacher2008-05-171-37/+3
| * configure: remove some header checks which are already done by AC_LIBREPLACE_...Stefan Metzmacher2008-05-171-4/+3
| * lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2008-05-172-1/+1
| * configure: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIX...Stefan Metzmacher2008-05-171-28/+0
| * lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-171-0/+40
| * configure: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-172-103/+0
| * Simplify fake_file logicVolker Lendecke2008-05-166-73/+46