index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-15
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
4
-228
/
+263
2007-10-15
Fix warning messages for unused variables.
Jeremy Allison
1
-1
/
+3
2007-10-15
rename getsmbpass -> rep_getpass and provide the function prototype
Stefan Metzmacher
2
-2
/
+3
2007-10-15
use "system/*.h" to get the system includes
Stefan Metzmacher
1
-15
/
+3
2007-10-15
fix the compilation of getpass.c and it's configure test
Stefan Metzmacher
2
-13
/
+2
2007-10-15
r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...
Jeremy Allison
1
-1
/
+1
2007-10-15
r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.
Jeremy Allison
1
-2
/
+4
2007-10-15
Volker's fix for bug #668. Change the \n after the password prompt to go to t...
jmcd
1
-2
/
+3
2007-10-15
reapply: Allow ^C to interrupt smbpasswd if using our getpass. from Jeremy
Stefan Metzmacher
1
-4
/
+32
2007-10-15
reformat getpass() replacement code
Stefan Metzmacher
1
-62
/
+58
2007-10-15
missing stuff from samba4's libreplace
Stefan Metzmacher
2
-1
/
+4
2007-10-15
don't imply "system/network.h" within replace.h,
metze
2
-4
/
+18
2007-10-14
Fix one more place for IFF_LOOPBACK
Volker Lendecke
1
-1
/
+1
2007-10-13
Use strlcpy instead of strncpy
Volker Lendecke
1
-12
/
+8
2007-10-13
Fix an uninitialized variable warning
Volker Lendecke
1
-2
/
+2
2007-10-13
Fix a segfault with an unknown interface
Volker Lendecke
1
-1
/
+7
2007-10-13
Also find loopback interfaces
Volker Lendecke
1
-1
/
+1
2007-10-12
Dummy formatting commit to check I've set up my home git
Jeremy Allison
1
-1
/
+2
2007-10-12
Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()
Jeremy Allison
1
-55
/
+112
2007-10-12
offsetof() is always present as shown in some
Stefan Metzmacher
1
-4
/
+0
2007-10-11
Try and fix segfault found by Guenther on Fedora. Fedora
Jeremy Allison
1
-2
/
+5
2007-10-11
Add const to the get_peer_addr() and get_socket_addr()
Jeremy Allison
1
-15
/
+16
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
6
-506
/
+1112
2007-10-10
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA...
Jeremy Allison
1
-2
/
+39
2007-10-10
Merge from metze of libreplace header changes
Jeremy Allison
2
-6
/
+12
2007-10-11
Display ace_objects in security descriptors.
Guenther Deschner
1
-2
/
+39
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
9
-340
/
+40
2007-10-10
r25587: Fix getaddrinfo detection code. From Timur.
Jeremy Allison
1
-1
/
+9
2007-10-10
r25575: Document S-1-5-12 (restriced code sid).
Günther Deschner
1
-1
/
+7
2007-10-10
r25565: Fix unintended consequence change for IPv6 noticed
Jeremy Allison
1
-1
/
+6
2007-10-10
r25564: Pass sharename to delete_share_security()
Volker Lendecke
1
-6
/
+8
2007-10-10
r25561: Make use of [un]marshall_sec_desc
Volker Lendecke
1
-40
/
+51
2007-10-10
r25560: Merge from Jelmer. "Define HAVE_* for other gai functions to prevent ...
Jeremy Allison
1
-0
/
+2
2007-10-10
r25557: merge libreplace fixes from samba4
Jelmer Vernooij
4
-6
/
+46
2007-10-10
r25534: Apply some const
Volker Lendecke
3
-3
/
+3
2007-10-10
r25510: Now we're returning the port instead of using a global,
Jeremy Allison
1
-2
/
+2
2007-10-10
r25508: Reformatting.
Jeremy Allison
1
-55
/
+69
2007-10-10
r25507: Fix definition of struct sockaddr_storage if
Jeremy Allison
1
-0
/
+5
2007-10-10
r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
Jeremy Allison
6
-13
/
+679
2007-10-10
r25495: Fixup definitions for missing sockaddr_storage.
Jeremy Allison
1
-1
/
+2
2007-10-10
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
1
-54
/
+73
2007-10-10
r25487: Try fix the build - fix socklen_t and sa_family_t.
Jeremy Allison
1
-0
/
+8
2007-10-10
r25476: Finally fix up new interface detection code :-).
Jeremy Allison
1
-1
/
+1
2007-10-10
r25475: Fix braindead mistakes I made pointed out by Simo and
Jeremy Allison
1
-2
/
+6
2007-10-10
r25474: Try and fix the build on Mac OS X 10.4.9.
Jeremy Allison
1
-0
/
+4
2007-10-10
r25473: Reformatting only. Prepare for new ip functions.
Jeremy Allison
1
-254
/
+240
2007-10-10
r25472: Fix the interfaces code to detect IPv6 interfaces, using the
Jeremy Allison
5
-67
/
+183
2007-10-10
r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.
Jeremy Allison
6
-4
/
+426
2007-10-10
r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...
Michael Adam
1
-1
/
+10
2007-10-10
r25424: Align log level (by two) in debugging output.
Michael Adam
1
-1
/
+1
[prev]
[next]