summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error caused by unknown variable.Gerald (Jerry) Carter2007-10-211-1/+1
* Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2007-10-211-3/+3
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-193-12/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1850-268/+268
* [libreplace] fix the standalone build of libreplaceStefan Metzmacher2007-10-182-28/+34
* Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison2007-10-171-264/+320
* delete empty file lib/replace/system/getaddrinfo.hStefan Metzmacher2007-10-171-0/+0
* Improve IPv4 detection.Jeremy Allison2007-10-161-1/+1
* Move #defined for getaddrinfo into network.h (as otherJeremy Allison2007-10-162-84/+91
* Added in missing def for AI_ADDRCONFIG.Jeremy Allison2007-10-161-0/+4
* Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison2007-10-163-175/+237
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-154-228/+263
* Fix warning messages for unused variables.Jeremy Allison2007-10-151-1/+3
* rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2007-10-152-2/+3
* use "system/*.h" to get the system includesStefan Metzmacher2007-10-151-15/+3
* fix the compilation of getpass.c and it's configure testStefan Metzmacher2007-10-152-13/+2
* r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...Jeremy Allison2007-10-151-1/+1
* r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison2007-10-151-2/+4
* Volker's fix for bug #668. Change the \n after the password prompt to go to t...jmcd2007-10-151-2/+3
* reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher2007-10-151-4/+32
* reformat getpass() replacement codeStefan Metzmacher2007-10-151-62/+58
* missing stuff from samba4's libreplaceStefan Metzmacher2007-10-152-1/+4
* don't imply "system/network.h" within replace.h,metze2007-10-152-4/+18
* Fix one more place for IFF_LOOPBACKVolker Lendecke2007-10-141-1/+1
* 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