summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-19nbt_server: redirect incoming response packets to the correct interfaceStefan Metzmacher1-0/+53
2009-01-19libcli/nbt: add nbt_name_socket_handle_response_packet()Stefan Metzmacher2-3/+13
2009-01-19libcli/nbt: add nbt_set_unexpected_handler()Stefan Metzmacher2-0/+17
2009-01-19nbt_server: add some debug messages which show the used interfaces addressesStefan Metzmacher1-2/+12
2009-01-19wreplsrv: don't log scavenging events at level 0Stefan Metzmacher1-7/+7
2009-01-19wreplsrv: log a successful replication cycle at level 1Stefan Metzmacher1-1/+1
2009-01-19wreplsrv: log replication failures at log level 0Stefan Metzmacher2-8/+8
2009-01-19libcli/nbt: fix wack timeout handlingStefan Metzmacher1-3/+18
2009-01-19NBT-WINS: test if the server ignores resent packetsStefan Metzmacher1-0/+54
2009-01-19NBT-WINS: we don't need the slow low port tests for every nameStefan Metzmacher1-18/+19
2009-01-19NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeoutsStefan Metzmacher1-2/+107
2009-01-19NBT-WINS: try to bind to port 137 in the NBT-WINS testStefan Metzmacher1-3/+15
2009-01-19winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher3-7/+59
2009-01-19ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher1-0/+6
2009-01-19util_str: setup the correct talloc name for stringsStefan Metzmacher3-0/+6
2009-01-19Revert "Remove another use of global_loadparm."Stefan Metzmacher3-6/+2
2009-01-19NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...Stefan Metzmacher1-0/+1
2009-01-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett28-1266/+1645
2009-01-19Print more useful suggestion for the main provision command lineAndrew Bartlett1-1/+1
2009-01-19Delete more Samba3-specific filesAndrew Bartlett1-1/+1
2009-01-19Don't give fatal python errors when guessing the realmAndrew Bartlett1-2/+12
2009-01-19Remove unused tdb_search_keys()Volker Lendecke2-78/+0
2009-01-19simplify gencache_iterate a bit, fix nonempty blank linesVolker Lendecke1-86/+84
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke10-246/+12
2009-01-18Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij8-176/+77
2009-01-18Add a macro async_req_setup()Volker Lendecke8-176/+77
2009-01-18Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij29-844/+1701
2009-01-18Add code to torture the fragmentation code a bitVolker Lendecke1-3/+15
2009-01-18Remove unused functionsVolker Lendecke1-401/+0
2009-01-18Make rpc_pipe_bind asyncVolker Lendecke2-0/+452
2009-01-18Fix an uninitialized variableVolker Lendecke1-0/+1
2009-01-18Remove sync rpc_api_pipe_reqVolker Lendecke1-170/+0
2009-01-18Add async rpc_api_pipe_reqVolker Lendecke2-0/+315
2009-01-18Tiny simplification of prs_set_offsetVolker Lendecke1-6/+3
2009-01-18Add rpc_write_send/recvVolker Lendecke1-0/+131
2009-01-18Remove unused sync functionsVolker Lendecke1-196/+0
2009-01-18Make rpc_api_pipe asyncVolker Lendecke1-0/+284
2009-01-18Rename the async version of get_complete_pdu to get_complete_fragVolker Lendecke1-16/+16
2009-01-18Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke5-20/+15
2009-01-18Always check the max send sizein rpc_api_pipe, not just with DEVELOPERVolker Lendecke1-8/+5
2009-01-18Make cli_api_pipe asyncVolker Lendecke1-99/+218
2009-01-18Remove sync rpc_read wrapperVolker Lendecke1-28/+0
2009-01-18Make cli_pipe_get_current_pdu async, rename it to get_current_pduVolker Lendecke1-36/+190
2009-01-18Make rpc_read asyncVolker Lendecke1-87/+154
2009-01-18Fix some real bugs found by "type-punned" gcc warningsVolker Lendecke1-8/+11
2009-01-17librpc: Re-run make idl_fullTim Prouty8-70/+70
2009-01-17librpc: Remove usage of max and replace with improved range.Tim Prouty1-1/+1
2009-01-17pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty4-10/+23
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman4-13/+92
2009-01-17Slightly simplify the paths after rpc_api_pipe()Volker Lendecke1-6/+2