summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-16libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher1-2/+3
2008-05-16libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2-129/+127
2008-05-16libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2-33/+33
2008-05-16libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-16libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-16libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-16libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-16libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2-20/+20
2008-05-16libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2-40/+40
2008-05-16Fix typo.Jelmer Vernooij1-1/+0
2008-05-16Add undefined symbol flag for AIX.William Jojo1-0/+4
2008-05-16libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher1-0/+1
2008-05-16libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher1-0/+1
2008-05-16libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2-1/+1
2008-05-16libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2-63/+73
2008-05-16libreplace: always provide utime() and utimes()Stefan Metzmacher6-1/+200
2008-05-16packaging: re-introduce Release numbering ".ctdb.<number>"Michael Adam1-1/+1
2008-05-16packaging: enable calling RHEL-CTDB/makerpms.sh from other directoriesMichael Adam1-1/+7
2008-05-16packaging: fix RHEL-CTDB build by removing duplicate winbind-32bit paragraphsMichael Adam1-16/+0
2008-05-16packaging: use git-archive in RHEL-CTDB/makerpms.shMichael Adam1-31/+12
2008-05-16packaging: use docs tarball instead of docs dir in makerpms / samba.specMichael Adam2-14/+6
2008-05-16packaging: add a comment explaining EXTRA_OPTIONS to the makerpms scriptMichael Adam1-0/+2
2008-05-16packaging: fix a comment typo in makerpms script.Michael Adam1-1/+1
2008-05-16merge build changes from MathiasAndrew Tridgell2-1/+35
2008-05-15net rpc registry: fix getvalueraw to really print raw...Michael Adam1-1/+1
2008-05-15net rpc registry: add a getvalueraw subcommand.Michael Adam1-3/+32
2008-05-15net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()Michael Adam1-1/+16
2008-05-15net rpc registry: fix usage message of getvalue.Michael Adam1-1/+1
2008-05-15net registry: add a getvalueraw command to print the value in raw format.Michael Adam1-0/+11
2008-05-15net registry: refactor core of net_registry_getvalue() outMichael Adam1-3/+9
2008-05-15net_registry: add raw output of value to print_registry_value().Michael Adam4-14/+37
2008-05-15net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner1-12/+2
2008-05-15dsgetdcname: add site support.Günther Deschner1-4/+14
2008-05-15dsgetdcname: check for invalid sitename/flag combinations.Günther Deschner1-2/+7
2008-05-15libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner1-0/+1
2008-05-15Fix build warning.Günther Deschner1-1/+0
2008-05-15testparm: list registry shares with testparm.Michael Adam1-1/+1
2008-05-15loadparm: add funcion lp_load_with_registry_shares().Michael Adam1-0/+15
2008-05-15loadparm: add call to do_section() to process_registry_service().Michael Adam1-0/+4
2008-05-15loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam1-3/+10
2008-05-15loadparm: add a function process_registry_shares()Michael Adam1-0/+37