summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Add double-colon where it makes sense.Jelmer Vernooij2008-05-211-66/+64
|/
* Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().Günther Deschner2008-05-161-20/+139
* libnetjoin: for informational reasons, report forest_name.Günther Deschner2008-05-164-0/+7
* netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner2008-05-161-1/+31
* net: use the netapi_ctx from the net_context struct.Günther Deschner2008-05-161-20/+12
* dsgetdcname: store client sitename for mailslot and cldap replies.Günther Deschner2008-05-161-0/+6
* libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher2008-05-161-0/+13
* libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher2008-05-162-0/+5
* libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher2008-05-161-17/+18
* libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher2008-05-161-2/+3
* libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-129/+127
* libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-33/+33
* libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
* libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
* libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
* libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
* libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-20/+20
* libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-40/+40
* Fix typo.Jelmer Vernooij2008-05-161-1/+0
* Add undefined symbol flag for AIX.William Jojo2008-05-161-0/+4
* libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-161-0/+1
* libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-161-0/+1
* libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-162-1/+1
* libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-162-63/+73
* libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-166-1/+200
* net rpc registry: fix getvalueraw to really print raw...Michael Adam2008-05-151-1/+1
* net rpc registry: add a getvalueraw subcommand.Michael Adam2008-05-151-3/+32
* net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()Michael Adam2008-05-151-1/+16