summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-13/+5
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-281-0/+5
* lib/events: use mem_context given to event_context_init().Michael Adam2008-05-281-1/+1
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-5/+3
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-232-0/+709
* libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher2008-05-221-1/+1
* libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-221-0/+29
* Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison2008-05-201-4/+9
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-206-186/+221
* Fix nesting tdb_traverse in a transactionVolker Lendecke2008-05-201-3/+8
* Fix bug #5477 - recvfile code was broken.Jeremy Allison2008-05-201-0/+10
* Fix memcache_flush()Volker Lendecke2008-05-201-5/+34
* 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