summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert messages_local.c to use "struct tdb_wrap"Volker Lendecke2008-05-191-15/+17
* If no node number is given, default to the current node in smbcontrolVolker Lendecke2008-05-191-1/+1
* lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2008-05-172-1/+1
* lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-171-0/+40
* netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner2008-05-161-1/+31
* 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-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
* AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin2008-05-141-1/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+1
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-1/+1
* Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_tokenVolker Lendecke2008-05-101-3/+1
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-05-091-5/+2
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-092-3/+4
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-091-5/+12
* util: add strip_hostname() to strip of leading '\\'.Günther Deschner2008-05-091-0/+19
* Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison2008-05-081-2/+2
* gencache: add some const.Günther Deschner2008-05-081-1/+1
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-081-0/+35
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-061-2/+19
* libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-2/+9
* Make the namelist arg to set_namearray constVolker Lendecke2008-05-051-2/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-052-30/+49
* netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner2008-04-291-1/+5
* Merge data_blob_hex_string from Samba4.Günther Deschner2008-04-291-0/+22
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-2/+3
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-235-56/+68
* libsmbconf: add a struct smbconf_service to hold the parameter names + values.Michael Adam2008-04-221-0/+7
* libsmbconf: fix comment headers in smbconf.hMichael Adam2008-04-221-3/+8