summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy instead of strncpyVolker Lendecke2007-10-131-12/+8
* Fix an uninitialized variable warningVolker Lendecke2007-10-131-2/+2
* Fix a segfault with an unknown interfaceVolker Lendecke2007-10-131-1/+7
* Also find loopback interfacesVolker Lendecke2007-10-131-1/+1
* Dummy formatting commit to check I've set up my home gitJeremy Allison2007-10-121-1/+2
* Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison2007-10-121-55/+112
* offsetof() is always present as shown in someStefan Metzmacher2007-10-121-4/+0
* Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison2007-10-111-2/+5
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-15/+16
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-106-506/+1112
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA...Jeremy Allison2007-10-101-2/+39
|\
| * Display ace_objects in security descriptors.Guenther Deschner2007-10-111-2/+39
* | Merge from metze of libreplace header changesJeremy Allison2007-10-102-6/+12
|/
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-109-340/+40
* r25587: Fix getaddrinfo detection code. From Timur.Jeremy Allison2007-10-101-1/+9
* r25575: Document S-1-5-12 (restriced code sid).Günther Deschner2007-10-101-1/+7
* r25565: Fix unintended consequence change for IPv6 noticedJeremy Allison2007-10-101-1/+6
* r25564: Pass sharename to delete_share_security()Volker Lendecke2007-10-101-6/+8
* r25561: Make use of [un]marshall_sec_descVolker Lendecke2007-10-101-40/+51
* r25560: Merge from Jelmer. "Define HAVE_* for other gai functions to prevent ...Jeremy Allison2007-10-101-0/+2
* r25557: merge libreplace fixes from samba4Jelmer Vernooij2007-10-104-6/+46
* r25534: Apply some constVolker Lendecke2007-10-103-3/+3
* r25510: Now we're returning the port instead of using a global,Jeremy Allison2007-10-101-2/+2
* r25508: Reformatting.Jeremy Allison2007-10-101-55/+69
* r25507: Fix definition of struct sockaddr_storage ifJeremy Allison2007-10-101-0/+5
* r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison2007-10-106-13/+679
* r25495: Fixup definitions for missing sockaddr_storage.Jeremy Allison2007-10-101-1/+2
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-54/+73
* r25487: Try fix the build - fix socklen_t and sa_family_t.Jeremy Allison2007-10-101-0/+8
* r25476: Finally fix up new interface detection code :-).Jeremy Allison2007-10-101-1/+1
* r25475: Fix braindead mistakes I made pointed out by Simo andJeremy Allison2007-10-101-2/+6
* r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison2007-10-101-0/+4
* r25473: Reformatting only. Prepare for new ip functions.Jeremy Allison2007-10-101-254/+240
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-105-67/+183
* r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.Jeremy Allison2007-10-106-4/+426
* r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...Michael Adam2007-10-101-1/+10
* r25424: Align log level (by two) in debugging output.Michael Adam2007-10-101-1/+1
* r25417: Use DBGC_REGISTRY class.Günther Deschner2007-10-103-0/+9
* r25416: Add registry debug class.Günther Deschner2007-10-101-0/+1
* r25396: Very obvious fix from Martin Zielinski.Günther Deschner2007-10-101-0/+1
* r25326: Free the context from the talloc_stackframe.Günther Deschner2007-10-101-2/+5
* r25323: Fix the buildVolker Lendecke2007-10-101-1/+1
* r25277: Belt-and-braces approach to Volker's fix for RPC-SAMBA3-GETUSERNAME.Jeremy Allison2007-10-101-4/+7
* r25274: Attempt to fix RPC-SAMBA3-GETUSERNAMEVolker Lendecke2007-10-101-2/+2
* r25258: Fix a panic message and remove superfluous return after the call to s...Michael Adam2007-10-101-2/+1
* r25257: When dumping eventlist, display full timestring.Günther Deschner2007-10-101-2/+3
* r25252: move macro defines to the end of replace.hStefan Metzmacher2007-10-101-32/+35
* r25238: Make the error returns from the string functionsJeremy Allison2007-10-101-20/+20
* r25232: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-10-107-24/+13
* r25230: sync lib/talloc with SAMBA_4_0Stefan Metzmacher2007-10-104-125/+184