summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* packaging: re-introduce Release numbering ".ctdb.<number>"Michael Adam2008-05-161-1/+1
* packaging: enable calling RHEL-CTDB/makerpms.sh from other directoriesMichael Adam2008-05-161-1/+7
* packaging: fix RHEL-CTDB build by removing duplicate winbind-32bit paragraphsMichael Adam2008-05-161-16/+0
* packaging: use git-archive in RHEL-CTDB/makerpms.shMichael Adam2008-05-161-31/+12
* packaging: use docs tarball instead of docs dir in makerpms / samba.specMichael Adam2008-05-162-14/+6
* packaging: add a comment explaining EXTRA_OPTIONS to the makerpms scriptMichael Adam2008-05-161-0/+2
* packaging: fix a comment typo in makerpms script.Michael Adam2008-05-161-1/+1
* merge build changes from MathiasAndrew Tridgell2008-05-162-1/+35
* 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
* net rpc registry: fix usage message of getvalue.Michael Adam2008-05-151-1/+1
* net registry: add a getvalueraw command to print the value in raw format.Michael Adam2008-05-151-0/+11
* net registry: refactor core of net_registry_getvalue() outMichael Adam2008-05-151-3/+9
* net_registry: add raw output of value to print_registry_value().Michael Adam2008-05-154-14/+37
* net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner2008-05-151-12/+2
* dsgetdcname: add site support.Günther Deschner2008-05-151-4/+14
* dsgetdcname: check for invalid sitename/flag combinations.Günther Deschner2008-05-151-2/+7
* libads/cldap: store client sitename also keyed by dns domain name.Günther Deschner2008-05-151-0/+1
* Fix build warning.Günther Deschner2008-05-151-1/+0
* testparm: list registry shares with testparm.Michael Adam2008-05-151-1/+1
* loadparm: add funcion lp_load_with_registry_shares().Michael Adam2008-05-151-0/+15
* loadparm: add call to do_section() to process_registry_service().Michael Adam2008-05-151-0/+4
* loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam2008-05-151-3/+10
* loadparm: add a function process_registry_shares()Michael Adam2008-05-151-0/+37
* loadparm: refactor processing of service out of process_registry_globals()Michael Adam2008-05-151-8/+23