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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-30
Our userlevel SMBwriteX call is non-standard in that it
Jeremy Allison
1
-8
/
+10
2007-10-30
start smbd, nmbd and winbindd with the same startup message
Stefan Metzmacher
3
-7
/
+6
2007-10-29
Fix the setup_kaddr() call to cope with IPv6.
Jeremy Allison
3
-20
/
+42
2007-10-29
Change our DNS code to cope with AAAA records. A6 records
Jeremy Allison
4
-120
/
+203
2007-10-28
Enable vfs objects = /full/path/to/object.so
Volker Lendecke
1
-10
/
+36
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
15
-27
/
+27
2007-10-27
Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)
Jeremy Allison
1
-1
/
+1
2007-10-27
Two patches
Volker Lendecke
8
-12
/
+50
2007-10-27
rerun make idl
Stefan Metzmacher
11
-447
/
+1325
2007-10-27
add NDR_ERR_INVALID_POINTER
metze
2
-1
/
+4
2007-10-26
Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...
Jeremy Allison
1
-0
/
+1
2007-10-26
Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).
Jeremy Allison
1
-4
/
+4
2007-10-26
Move the horrible hack for link local addresses out of namequery.c
Jeremy Allison
2
-30
/
+51
2007-10-26
Fix a few more sockaddr -> sockaddr_storgage.
Jeremy Allison
1
-3
/
+3
2007-10-26
one more struct in_addr => struct sockaddr_storage
Stefan Metzmacher
1
-6
/
+12
2007-10-25
Fix bug in writing names into gencache
Jeremy Allison
3
-13
/
+6
2007-10-25
Fix resolve name to resolve IPv6 addresses of link-local%ifaddr
Jeremy Allison
4
-100
/
+166
2007-10-25
Fix a mismatched interface where we were using
Jeremy Allison
1
-5
/
+5
2007-10-25
Fix cast typo - would have broken all dgram sends.
Jeremy Allison
1
-1
/
+1
2007-10-25
Fixed missing in_addr -> sockaddr_storage conversion (how did
Jeremy Allison
1
-10
/
+14
2007-10-25
Fix reversed bool check for access. Found by kukks.
Jeremy Allison
1
-1
/
+1
2007-10-25
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
1
-0
/
+5
2007-10-25
When doing reverse lookups actually look up the name, not
Jeremy Allison
1
-1
/
+1
2007-10-25
Try and fix the Solaris build by adding a missing define
Jeremy Allison
1
-0
/
+5
2007-10-25
Ensure we don't terminate if we fail to bind to a socket,
Jeremy Allison
1
-1
/
+6
2007-10-25
[libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.c
metze
1
-0
/
+11
2007-10-25
[libreplace] move and fix getaddrinfo configure checks
metze
2
-30
/
+33
2007-10-25
- include getaddrinfo.h after we have defined struct addrinfo
metze
3
-16
/
+24
2007-10-25
[libreplace] if we replace types define the HAVE_<type> macro
metze
1
-0
/
+3
2007-10-25
[libreplace] move definition of struct addrinfo so that it can use socklen_t
metze
1
-15
/
+13
2007-10-25
[libreplace] move define of a constant to near to the others
metze
1
-4
/
+4
2007-10-25
[libreplace] include socket_wrapper.h after we have typedef'ed socklen_t
metze
1
-7
/
+7
2007-10-24
Don't terminate on an invalid address family.
Jeremy Allison
1
-1
/
+1
2007-10-24
We do support name lookups for host and service in our replacement
Jeremy Allison
1
-5
/
+0
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
64
-1489
/
+2235
2007-10-24
Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>
Jeremy Allison
1
-9
/
+16
2007-10-24
handle wellknown sids in winbindd_passwd.c
Stefan Metzmacher
1
-1
/
+2
2007-10-24
[crash fix] don't use already free'ed memory
Stefan Metzmacher
1
-2
/
+2
2007-10-24
ignore source/cscope.out
Stefan Metzmacher
1
-1
/
+2
2007-10-23
added a syncops VFS module for filesystems which do not guarantee meta-data o...
Andrew Tridgell
3
-1
/
+217
2007-10-22
Reorder pthread mutex check so that it doesn't output its result
James Peach
1
-12
/
+13
2007-10-22
r25573: Add my (C) as well
Simo Sorce
1
-0
/
+1
2007-10-22
r25571: split up child_dispatch_table into domain, idmap and locator tables
Stefan Metzmacher
5
-41
/
+87
2007-10-22
r25570: move code of the locator child into its own file
Stefan Metzmacher
3
-64
/
+91
2007-10-22
r25569: move more idmap stuff into winbindd_idmap.c
Stefan Metzmacher
2
-12
/
+12
2007-10-22
r25568: move idmap related functions into their own file.
Stefan Metzmacher
3
-741
/
+779
2007-10-22
r25567: make do_async() non static
Stefan Metzmacher
1
-6
/
+6
2007-10-21
Fix compile error caused by unknown variable.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-21
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
1
-0
/
+13
2007-10-21
Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH
Gerald (Jerry) Carter
2
-4
/
+4
[next]