Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-19 | winsdb: the we_are_owner in winsdb_lookup() needs to be per address | Stefan Metzmacher | 1 | -22/+15 | |
This fixes a bug where #1C addresses are registered with different WINS-Servers and a merged #1C record. metze (from samba4wins tree 72e055394a0fd1f543be9c196b4179356a1033f6) | |||||
2009-01-19 | nbt_server: fix crash bug, the wins client interface may not have a nbtsock | Stefan Metzmacher | 1 | -1/+1 | |
metze (from samba4wins tree 8035601da7c7e8b65fe1d82c2654c412fa169338) | |||||
2009-01-19 | nbt_server: redirect incoming response packets to the correct interface | Stefan Metzmacher | 1 | -0/+53 | |
We may send requests packets (WACK challenges or similar things) via a different udp socket than the socket we receive the matching response. We need to setup an unexpected handler on the nbt sockets and redirect responses to the correct nbt_socket. (By redirect I mean we use the correct nbt_socket structure, we're *not* resending the packet with sendto() via the kernel...) metze (from samba4wins tree 7ce8e705e5a9aabb787d17fbec7a078d9d6780dc) | |||||
2009-01-19 | nbt_server: add some debug messages which show the used interfaces addresses | Stefan Metzmacher | 1 | -2/+12 | |
metze (from samba4wins tree 8eb30add7c95672a85b4084b4a3dbfa78db820c4) | |||||
2009-01-19 | wreplsrv: don't log scavenging events at level 0 | Stefan Metzmacher | 1 | -7/+7 | |
metze (from samba4wins tree 7a1d4fac9d77440c2c463bfdb2a5671e4817cfdf) | |||||
2009-01-19 | wreplsrv: log a successful replication cycle at level 1 | Stefan Metzmacher | 1 | -1/+1 | |
metze (from samba4wins tree b411e60e1536668e11bc5d8eaa389071b25077bf) | |||||
2009-01-19 | wreplsrv: log replication failures at log level 0 | Stefan Metzmacher | 2 | -8/+8 | |
metze (from samba4wins tree 405cbb74b7191e744178894a5e0ac4abcac2a4fe) | |||||
2009-01-19 | NBT-WINS: test if the server ignores resent packets | Stefan Metzmacher | 1 | -0/+54 | |
metze (from samba4wins tree 24eb7577414c8584b97f43c850d738d3dbb30777) | |||||
2009-01-19 | NBT-WINS: we don't need the slow low port tests for every name | Stefan Metzmacher | 1 | -18/+19 | |
metze (from samba4wins tree 7862deca8555f960a5ef65e6315ce94af5023a2a) | |||||
2009-01-19 | NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeouts | Stefan Metzmacher | 1 | -2/+107 | |
metze (from samba4wins tree de7225658493006c19d139ac77ac1b1ffab01d25) | |||||
2009-01-19 | NBT-WINS: try to bind to port 137 in the NBT-WINS test | Stefan Metzmacher | 1 | -3/+15 | |
metze (from samba4wins tree 5e101475d5ed62060c991ea71c943e76b862aeef) | |||||
2009-01-19 | winsserver: we need to ignore duplicated name register requests. | Stefan Metzmacher | 3 | -7/+59 | |
This fixes the following bug: While we reply with a WACK response to a client. Instead of waiting for the final reply some windows client just resends the request using the same name_trn_id in the nbt_name_packet. We handled this as a new request and send a WACK response (and the challenges) again. Then the first request gets its final success response, but the when we try to send the success for the "second" request we notice that the record was changed in between and we return an error. Windows 2003 (and I assume all other versions as well) detect the packet is just a resent of a currently pending request and ignores it. So we now keep a list of all pending WINS name register requests which result in a WACK response. On each incoming name register request we search through the list to find duplicate requests and ignore them. In theory we should do that for all requests, but name register requests are the only requests we response async and only if we have to go via the WACK code path. metze (from samba4wins tree 382e7d384b70d03e9f81c7bb353afaed288d80f0) | |||||
2009-01-19 | util_str: setup the correct talloc name for strings | Stefan Metzmacher | 1 | -0/+2 | |
metze (partly from samba4wins tree 447e7f9532131117e896712db9def321c96718eb) | |||||
2009-01-19 | NBT-WINS: initialize .dest_port explicit (we should fill the whole struct ↵ | Stefan Metzmacher | 1 | -0/+1 | |
each time) This makes the code more clear. metze | |||||
2009-01-19 | Print more useful suggestion for the main provision command line | Andrew Bartlett | 1 | -1/+1 | |
2009-01-19 | Delete more Samba3-specific files | Andrew Bartlett | 1 | -1/+1 | |
2009-01-19 | Don't give fatal python errors when guessing the realm | Andrew Bartlett | 1 | -2/+12 | |
2009-01-16 | loadparm: Make sure various state variables get initialized even when we | Jelmer Vernooij | 1 | -29/+40 | |
couldn't load a default smb.conf file. | |||||
2009-01-16 | Add copyright headers. | Jelmer Vernooij | 3 | -14/+53 | |
2009-01-16 | s4/NEWS: Remove mention of no longer existing js parameter. | Jelmer Vernooij | 1 | -5/+0 | |
2009-01-16 | Find default smb.conf path correctly, when it was not specified on the | Jelmer Vernooij | 4 | -5/+31 | |
command-line. | |||||
2009-01-16 | s4-winbind: Remove a "knownfail" entry for the now implemented LIST_GROUPS | Kai Blin | 1 | -1/+0 | |
2009-01-16 | winreg: fix winreg_EnumValue callers. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2009-01-16 | s4-smbtorture: fix RPC-EVENTLOG test. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2009-01-15 | Fix LDB_MODULESDIR for ldb standalone builds | Simo Sorce | 2 | -2/+6 | |
2009-01-15 | Use AS_HELP_STRING() in a couple more places. | Jelmer Vernooij | 2 | -3/+3 | |
2009-01-15 | Fix indentation for some configure options. | Jelmer Vernooij | 1 | -1/+1 | |
2009-01-15 | python/param: Cope with lp configfile being NULL. | Jelmer Vernooij | 1 | -1/+5 | |
2009-01-15 | s4-winbind: Add support for the WINBINDD_LIST_GROUPS command. | Kai Blin | 4 | -2/+250 | |
2009-01-14 | s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-01-14 | s4-smbtorture: pure cosmetic cleanup of eventlog test. | Günther Deschner | 1 | -42/+42 | |
Guenther | |||||
2009-01-14 | Fix error message in mkrelease to refer to source4, not source | Andrew Bartlett | 1 | -1/+1 | |
2009-01-14 | Fixed problemed showed on a number of systems on the buildfarm. | Torgeir Lerkerod | 1 | -1/+4 | |
Problem shows up as perl error related to config.pm in reality this was related to the ECHO_C variable. Added test to skip that variable as no perl module is using it. Torgeir Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-01-09 | Add derpc_transport_string_by_transport(), apply some const | Volker Lendecke | 1 | -1/+2 | |
2009-01-09 | s4 torture: Add new create disposition test to RAW-STREAMS | Tim Prouty | 1 | -1/+167 | |
2009-01-09 | s4-smbtorture: print hand-decoded service status array in svcctl torture test. | Günther Deschner | 2 | -3/+29 | |
Guenther | |||||
2009-01-09 | Revert "quote ' inside '...' and make sure shell isn't eating \ by using ↵ | Stefan Metzmacher | 1 | -3/+2 | |
perl here." This reverts commit 2a52b059ce44403ff6ced066e0bb23fa6cc66a73. It breaks the build on ubuntu. metze | |||||
2009-01-09 | quote ' inside '...' and make sure shell isn't eating \ by using perl here. | Björn Jacke | 1 | -2/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-09 | fix syntax error in case statement | Björn Jacke | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-01-09 | Only do special DN tracking for normal DNs in OpenLDAP backend. | Andrew Bartlett | 1 | -2/+2 | |
This means trying (again, harder), not to do this for DN+Binary and DN+String attributes. Andrew Bartlett | |||||
2009-01-08 | s4-smbtorture: extend test_QueryServiceConfig2W a bit. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2009-01-08 | s4-smbtorture: fix build of svcctl torture test. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-01-08 | s4:events: don't trigger \n in debug messages two times | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-08 | Don't attempt to use GNUTLS >= 2.6, as it is known broken with the ↵ | Jelmer Vernooij | 1 | -30/+28 | |
socket-tls backend. | |||||
2009-01-08 | Fix ldap.py test on systems that *can* find the record (the search fails ↵ | Jelmer Vernooij | 1 | -1/+1 | |
here locally). | |||||
2009-01-08 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -2/+3 | |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 10 | -10/+50 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-08 | s4-smbtorture: use names for info level in test_QueryServiceStatusEx. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-01-08 | s4-smbtorture: add my copyright to svcctl test. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-01-08 | svcctl: add svcctl_ConfigLevel from samba 3. | Günther Deschner | 1 | -1/+1 | |
Guenther |