summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison50-268/+268
2007-10-18[libreplace] fix the standalone build of libreplaceStefan Metzmacher2-28/+34
2007-10-17Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison1-264/+320
2007-10-17delete empty file lib/replace/system/getaddrinfo.hStefan Metzmacher1-0/+0
2007-10-16Improve IPv4 detection.Jeremy Allison1-1/+1
2007-10-16Move #defined for getaddrinfo into network.h (as otherJeremy Allison2-84/+91
2007-10-16Added in missing def for AI_ADDRCONFIG.Jeremy Allison1-0/+4
2007-10-16Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison3-175/+237
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison4-228/+263
2007-10-15Fix warning messages for unused variables.Jeremy Allison1-1/+3
2007-10-15rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2-2/+3
2007-10-15use "system/*.h" to get the system includesStefan Metzmacher1-15/+3
2007-10-15fix the compilation of getpass.c and it's configure testStefan Metzmacher2-13/+2
2007-10-15r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...Jeremy Allison1-1/+1
2007-10-15r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison1-2/+4
2007-10-15Volker's fix for bug #668. Change the \n after the password prompt to go to t...jmcd1-2/+3
2007-10-15reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher1-4/+32
2007-10-15reformat getpass() replacement codeStefan Metzmacher1-62/+58
2007-10-15missing stuff from samba4's libreplaceStefan Metzmacher2-1/+4
2007-10-15don't imply "system/network.h" within replace.h,metze2-4/+18
2007-10-14Fix one more place for IFF_LOOPBACKVolker Lendecke1-1/+1
2007-10-13Use strlcpy instead of strncpyVolker Lendecke1-12/+8
2007-10-13Fix an uninitialized variable warningVolker Lendecke1-2/+2
2007-10-13Fix a segfault with an unknown interfaceVolker Lendecke1-1/+7
2007-10-13Also find loopback interfacesVolker Lendecke1-1/+1
2007-10-12Dummy formatting commit to check I've set up my home gitJeremy Allison1-1/+2
2007-10-12Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison1-55/+112
2007-10-12offsetof() is always present as shown in someStefan Metzmacher1-4/+0
2007-10-11Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison1-2/+5
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison1-15/+16
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison6-506/+1112
2007-10-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA...Jeremy Allison1-2/+39
2007-10-10Merge from metze of libreplace header changesJeremy Allison2-6/+12
2007-10-11Display ace_objects in security descriptors.Guenther Deschner1-2/+39
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter9-340/+40
2007-10-10r25587: Fix getaddrinfo detection code. From Timur.Jeremy Allison1-1/+9
2007-10-10r25575: Document S-1-5-12 (restriced code sid).Günther Deschner1-1/+7
2007-10-10r25565: Fix unintended consequence change for IPv6 noticedJeremy Allison1-1/+6
2007-10-10r25564: Pass sharename to delete_share_security()Volker Lendecke1-6/+8
2007-10-10r25561: Make use of [un]marshall_sec_descVolker Lendecke1-40/+51
2007-10-10r25560: Merge from Jelmer. "Define HAVE_* for other gai functions to prevent ...Jeremy Allison1-0/+2
2007-10-10r25557: merge libreplace fixes from samba4Jelmer Vernooij4-6/+46
2007-10-10r25534: Apply some constVolker Lendecke3-3/+3
2007-10-10r25510: Now we're returning the port instead of using a global,Jeremy Allison1-2/+2
2007-10-10r25508: Reformatting.Jeremy Allison1-55/+69
2007-10-10r25507: Fix definition of struct sockaddr_storage ifJeremy Allison1-0/+5
2007-10-10r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison6-13/+679
2007-10-10r25495: Fixup definitions for missing sockaddr_storage.Jeremy Allison1-1/+2
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-54/+73
2007-10-10r25487: Try fix the build - fix socklen_t and sa_family_t.Jeremy Allison1-0/+8