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
2009-01-20
Remove some unused code
Volker Lendecke
3
-17
/
+0
2009-01-20
Remove some smb fsp knowledge from rpc_server/
Volker Lendecke
5
-71
/
+99
2009-01-20
Make use of TALLOC_FREE
Volker Lendecke
1
-3
/
+1
2009-01-20
socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...
Stefan Metzmacher
1
-3
/
+1
2009-01-20
s3:messaging: also recreate the local messaging backend in messaging_reinit()
Stefan Metzmacher
1
-3
/
+11
2009-01-20
s3: reinit_after_fork() should reinit the event context before the messaging ...
Stefan Metzmacher
1
-4
/
+4
2009-01-20
s3:events: add support for signal events
Stefan Metzmacher
1
-0
/
+6
2009-01-20
s3:smbd: call message_dispatch() before processing incoming PDUs
Stefan Metzmacher
1
-0
/
+6
2009-01-20
tevent: rename signal handler functions to start with tevent_common_
Stefan Metzmacher
1
-5
/
+6
2009-01-19
Don't use TMPDIR as variable, it's already used for other purposes.
Jelmer Vernooij
1
-5
/
+8
2009-01-19
Make sure server_role gets initialized in backend provisioning code -
Jelmer Vernooij
3
-3
/
+19
2009-01-19
Merge branch 'v4-0-stable'
Jelmer Vernooij
6
-252
/
+282
2009-01-19
Add some more entries to WHATSNEW, by no means complete.
Jelmer Vernooij
1
-0
/
+10
2009-01-19
Remove mention of external heimdal - its not yet supported.
Jelmer Vernooij
1
-3
/
+0
2009-01-19
s3:idmap_tdb: convert to the dbwrap api
Stefan Metzmacher
1
-244
/
+223
2009-01-19
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
Stefan Metzmacher
2
-8
/
+31
2009-01-19
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
3
-0
/
+18
2009-01-19
Avoid flooding of syslog with failing pam_putenv messages.
Andreas Schneider
1
-1
/
+1
2009-01-19
Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c
Volker Lendecke
1
-2
/
+4
2009-01-19
Attempt to fix the merged build
Volker Lendecke
2
-3
/
+3
2009-01-19
S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
Karolin Seeger
3
-5
/
+5
2009-01-19
S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
Karolin Seeger
2
-5
/
+5
2009-01-19
nbt_server/wins: winsdb_handle() can be static
Stefan Metzmacher
1
-2
/
+3
2009-01-19
nbt_server/wins: add some const
Stefan Metzmacher
1
-3
/
+4
2009-01-19
nbt_server/wins: use talloc_zero() to create struct winsdb_handle
Stefan Metzmacher
2
-2
/
+2
2009-01-19
wrepl_server: make 'use inform' the default and autofallback against old servers
Stefan Metzmacher
3
-3
/
+25
2009-01-19
libcli/wrepl: return the major version of the server in wrepl_associate()
Stefan Metzmacher
2
-0
/
+2
2009-01-19
wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgro...
Stefan Metzmacher
1
-0
/
+29
2009-01-19
winsserver: add "wreplsrv:propagate name releases" option
Stefan Metzmacher
2
-6
/
+47
2009-01-19
winsserver_release: update the expire time if only one address is released
Stefan Metzmacher
1
-1
/
+12
2009-01-19
wrepl_scavenging: add a comment to make the is_static case more clear
Stefan Metzmacher
1
-5
/
+13
2009-01-19
wrepl_server: fix the record expire time of sgroup merges
Stefan Metzmacher
1
-0
/
+18
2009-01-19
wrepl_server: use a local 'local_owner' variable to make the code more readable
Stefan Metzmacher
1
-1
/
+2
2009-01-19
winsdb: the we_are_owner in winsdb_lookup() needs to be per address
Stefan Metzmacher
1
-22
/
+15
2009-01-19
nbt_server: fix crash bug, the wins client interface may not have a nbtsock
Stefan Metzmacher
1
-1
/
+1
2009-01-19
nbt_server: redirect incoming response packets to the correct interface
Stefan Metzmacher
1
-0
/
+53
2009-01-19
libcli/nbt: add nbt_name_socket_handle_response_packet()
Stefan Metzmacher
2
-3
/
+13
2009-01-19
libcli/nbt: add nbt_set_unexpected_handler()
Stefan Metzmacher
2
-0
/
+17
2009-01-19
nbt_server: add some debug messages which show the used interfaces addresses
Stefan Metzmacher
1
-2
/
+12
2009-01-19
wreplsrv: don't log scavenging events at level 0
Stefan Metzmacher
1
-7
/
+7
2009-01-19
wreplsrv: log a successful replication cycle at level 1
Stefan Metzmacher
1
-1
/
+1
2009-01-19
wreplsrv: log replication failures at log level 0
Stefan Metzmacher
2
-8
/
+8
2009-01-19
libcli/nbt: fix wack timeout handling
Stefan Metzmacher
1
-3
/
+18
2009-01-19
NBT-WINS: test if the server ignores resent packets
Stefan Metzmacher
1
-0
/
+54
2009-01-19
NBT-WINS: we don't need the slow low port tests for every name
Stefan Metzmacher
1
-18
/
+19
2009-01-19
NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeouts
Stefan Metzmacher
1
-2
/
+107
2009-01-19
NBT-WINS: try to bind to port 137 in the NBT-WINS test
Stefan Metzmacher
1
-3
/
+15
2009-01-19
winsserver: we need to ignore duplicated name register requests.
Stefan Metzmacher
3
-7
/
+59
2009-01-19
ndr_print: fix the output ndr debug messages only add header line once
Stefan Metzmacher
1
-0
/
+6
2009-01-19
util_str: setup the correct talloc name for strings
Stefan Metzmacher
3
-0
/
+6
[prev]
[next]