summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-06-03netapi: Add NetGroupDel/NetGroupAdd header.Günther Deschner1-0/+71
2008-06-03libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().Günther Deschner3-1/+157
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-13/+5
2008-05-28Fix Bug #5285. (libcap header mismatch)Günther Deschner1-0/+5
2008-05-28lib/events: use mem_context given to event_context_init().Michael Adam1-1/+1
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-5/+3
2008-05-23drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2-0/+709
2008-05-22libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher1-1/+1
2008-05-22libreplace: add test for HAVE_IPV6Stefan Metzmacher1-0/+29
2008-05-20Convert in_transaction to a bool. Add the same fix VolkerJeremy Allison1-4/+9
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty6-186/+221
2008-05-20Fix nesting tdb_traverse in a transactionVolker Lendecke1-3/+8
2008-05-20Fix bug #5477 - recvfile code was broken.Jeremy Allison1-0/+10
2008-05-20Fix memcache_flush()Volker Lendecke1-5/+34
2008-05-19Convert messages_local.c to use "struct tdb_wrap"Volker Lendecke1-15/+17
2008-05-19If no node number is given, default to the current node in smbcontrolVolker Lendecke1-1/+1
2008-05-17lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2-1/+1
2008-05-17lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher1-0/+40
2008-05-16netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner1-1/+31
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 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-14AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin1-1/+1
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-1/+1
2008-05-10Use TALLOC_ZERO_P instead of separate ZERO_STRUCTP in dup_nt_tokenVolker Lendecke1-3/+1
2008-05-09Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison1-5/+2
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner2-3/+4
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner1-5/+12
2008-05-09util: add strip_hostname() to strip of leading '\\'.Günther Deschner1-0/+19
2008-05-08Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison1-2/+2
2008-05-08gencache: add some const.Günther Deschner1-1/+1
2008-05-08netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner1-0/+35
2008-05-07netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner1-3/+15
2008-05-06Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison1-2/+19