index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use TMPDIR as variable, it's already used for other purposes.
Jelmer Vernooij
2009-01-19
1
-5
/
+8
*
Make sure server_role gets initialized in backend provisioning code -
Jelmer Vernooij
2009-01-19
3
-3
/
+19
*
Merge branch 'v4-0-stable'
Jelmer Vernooij
2009-01-19
6
-252
/
+282
|
\
|
*
Add some more entries to WHATSNEW, by no means complete.
Jelmer Vernooij
2009-01-19
1
-0
/
+10
|
*
s3:idmap_tdb: convert to the dbwrap api
Stefan Metzmacher
2009-01-19
1
-244
/
+223
|
*
s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()
Stefan Metzmacher
2009-01-19
2
-8
/
+31
|
*
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
2009-01-19
3
-0
/
+18
*
|
Remove mention of external heimdal - its not yet supported.
Jelmer Vernooij
2009-01-19
1
-3
/
+0
|
/
*
Avoid flooding of syslog with failing pam_putenv messages.
Andreas Schneider
2009-01-19
1
-1
/
+1
*
Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c
Volker Lendecke
2009-01-19
1
-2
/
+4
*
Attempt to fix the merged build
Volker Lendecke
2009-01-19
2
-3
/
+3
*
S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
Karolin Seeger
2009-01-19
3
-5
/
+5
*
S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
Karolin Seeger
2009-01-19
2
-5
/
+5
*
nbt_server/wins: winsdb_handle() can be static
Stefan Metzmacher
2009-01-19
1
-2
/
+3
*
nbt_server/wins: add some const
Stefan Metzmacher
2009-01-19
1
-3
/
+4
*
nbt_server/wins: use talloc_zero() to create struct winsdb_handle
Stefan Metzmacher
2009-01-19
2
-2
/
+2
*
wrepl_server: make 'use inform' the default and autofallback against old servers
Stefan Metzmacher
2009-01-19
3
-3
/
+25
*
libcli/wrepl: return the major version of the server in wrepl_associate()
Stefan Metzmacher
2009-01-19
2
-0
/
+2
*
wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgro...
Stefan Metzmacher
2009-01-19
1
-0
/
+29
*
winsserver: add "wreplsrv:propagate name releases" option
Stefan Metzmacher
2009-01-19
2
-6
/
+47
*
winsserver_release: update the expire time if only one address is released
Stefan Metzmacher
2009-01-19
1
-1
/
+12
*
wrepl_scavenging: add a comment to make the is_static case more clear
Stefan Metzmacher
2009-01-19
1
-5
/
+13
*
wrepl_server: fix the record expire time of sgroup merges
Stefan Metzmacher
2009-01-19
1
-0
/
+18
*
wrepl_server: use a local 'local_owner' variable to make the code more readable
Stefan Metzmacher
2009-01-19
1
-1
/
+2
*
winsdb: the we_are_owner in winsdb_lookup() needs to be per address
Stefan Metzmacher
2009-01-19
1
-22
/
+15
*
nbt_server: fix crash bug, the wins client interface may not have a nbtsock
Stefan Metzmacher
2009-01-19
1
-1
/
+1
*
nbt_server: redirect incoming response packets to the correct interface
Stefan Metzmacher
2009-01-19
1
-0
/
+53
*
libcli/nbt: add nbt_name_socket_handle_response_packet()
Stefan Metzmacher
2009-01-19
2
-3
/
+13
*
libcli/nbt: add nbt_set_unexpected_handler()
Stefan Metzmacher
2009-01-19
2
-0
/
+17
*
nbt_server: add some debug messages which show the used interfaces addresses
Stefan Metzmacher
2009-01-19
1
-2
/
+12
*
wreplsrv: don't log scavenging events at level 0
Stefan Metzmacher
2009-01-19
1
-7
/
+7
*
wreplsrv: log a successful replication cycle at level 1
Stefan Metzmacher
2009-01-19
1
-1
/
+1
*
wreplsrv: log replication failures at log level 0
Stefan Metzmacher
2009-01-19
2
-8
/
+8
*
libcli/nbt: fix wack timeout handling
Stefan Metzmacher
2009-01-19
1
-3
/
+18
*
NBT-WINS: test if the server ignores resent packets
Stefan Metzmacher
2009-01-19
1
-0
/
+54
*
NBT-WINS: we don't need the slow low port tests for every name
Stefan Metzmacher
2009-01-19
1
-18
/
+19
*
NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeouts
Stefan Metzmacher
2009-01-19
1
-2
/
+107
*
NBT-WINS: try to bind to port 137 in the NBT-WINS test
Stefan Metzmacher
2009-01-19
1
-3
/
+15
*
winsserver: we need to ignore duplicated name register requests.
Stefan Metzmacher
2009-01-19
3
-7
/
+59
*
ndr_print: fix the output ndr debug messages only add header line once
Stefan Metzmacher
2009-01-19
1
-0
/
+6
*
util_str: setup the correct talloc name for strings
Stefan Metzmacher
2009-01-19
3
-0
/
+6
*
Revert "Remove another use of global_loadparm."
Stefan Metzmacher
2009-01-19
3
-6
/
+2
*
NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...
Stefan Metzmacher
2009-01-19
1
-0
/
+1
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Andrew Bartlett
2009-01-19
28
-1266
/
+1645
|
\
|
*
Remove unused tdb_search_keys()
Volker Lendecke
2009-01-19
2
-78
/
+0
|
*
simplify gencache_iterate a bit, fix nonempty blank lines
Volker Lendecke
2009-01-19
1
-86
/
+84
|
*
libnetapi_open_pipe does not need to return cli_state
Volker Lendecke
2009-01-18
10
-246
/
+12
|
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-18
8
-176
/
+77
|
|
\
|
|
*
Add a macro async_req_setup()
Volker Lendecke
2009-01-18
8
-176
/
+77
|
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-18
29
-844
/
+1701
|
|
\
|
[next]