summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use TMPDIR as variable, it's already used for other purposes.samba-4.0.0alpha6Jelmer Vernooij2009-01-191-5/+8
* Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij2009-01-193-3/+19
* Merge branch 'v4-0-stable'Jelmer Vernooij2009-01-196-252/+282
|\
| * Add some more entries to WHATSNEW, by no means complete.Jelmer Vernooij2009-01-191-0/+10
| * s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher2009-01-191-244/+223
| * s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2009-01-192-8/+31
| * s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher2009-01-193-0/+18
* | Remove mention of external heimdal - its not yet supported.Jelmer Vernooij2009-01-191-3/+0
|/
* Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider2009-01-191-1/+1
* Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke2009-01-191-2/+4
* Attempt to fix the merged buildVolker Lendecke2009-01-192-3/+3
* S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.Karolin Seeger2009-01-193-5/+5
* S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.Karolin Seeger2009-01-192-5/+5
* nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher2009-01-191-2/+3
* nbt_server/wins: add some constStefan Metzmacher2009-01-191-3/+4
* nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2009-01-192-2/+2
* wrepl_server: make 'use inform' the default and autofallback against old serversStefan Metzmacher2009-01-193-3/+25
* libcli/wrepl: return the major version of the server in wrepl_associate()Stefan Metzmacher2009-01-192-0/+2
* wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgro...Stefan Metzmacher2009-01-191-0/+29
* winsserver: add "wreplsrv:propagate name releases" optionStefan Metzmacher2009-01-192-6/+47
* winsserver_release: update the expire time if only one address is releasedStefan Metzmacher2009-01-191-1/+12
* wrepl_scavenging: add a comment to make the is_static case more clearStefan Metzmacher2009-01-191-5/+13
* wrepl_server: fix the record expire time of sgroup mergesStefan Metzmacher2009-01-191-0/+18
* wrepl_server: use a local 'local_owner' variable to make the code more readableStefan Metzmacher2009-01-191-1/+2
* winsdb: the we_are_owner in winsdb_lookup() needs to be per addressStefan Metzmacher2009-01-191-22/+15
* nbt_server: fix crash bug, the wins client interface may not have a nbtsockStefan Metzmacher2009-01-191-1/+1
* nbt_server: redirect incoming response packets to the correct interfaceStefan Metzmacher2009-01-191-0/+53
* libcli/nbt: add nbt_name_socket_handle_response_packet()Stefan Metzmacher2009-01-192-3/+13
* libcli/nbt: add nbt_set_unexpected_handler()Stefan Metzmacher2009-01-192-0/+17
* nbt_server: add some debug messages which show the used interfaces addressesStefan Metzmacher2009-01-191-2/+12
* wreplsrv: don't log scavenging events at level 0Stefan Metzmacher2009-01-191-7/+7
* wreplsrv: log a successful replication cycle at level 1Stefan Metzmacher2009-01-191-1/+1
* wreplsrv: log replication failures at log level 0Stefan Metzmacher2009-01-192-8/+8
* libcli/nbt: fix wack timeout handlingStefan Metzmacher2009-01-191-3/+18
* NBT-WINS: test if the server ignores resent packetsStefan Metzmacher2009-01-191-0/+54
* NBT-WINS: we don't need the slow low port tests for every nameStefan Metzmacher2009-01-191-18/+19
* NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeoutsStefan Metzmacher2009-01-191-2/+107
* NBT-WINS: try to bind to port 137 in the NBT-WINS testStefan Metzmacher2009-01-191-3/+15
* winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher2009-01-193-7/+59
* ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher2009-01-191-0/+6
* util_str: setup the correct talloc name for stringsStefan Metzmacher2009-01-193-0/+6
* Revert "Remove another use of global_loadparm."Stefan Metzmacher2009-01-193-6/+2
* NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...Stefan Metzmacher2009-01-191-0/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2009-01-1928-1266/+1645
|\
| * Remove unused tdb_search_keys()Volker Lendecke2009-01-192-78/+0
| * simplify gencache_iterate a bit, fix nonempty blank linesVolker Lendecke2009-01-191-86/+84
| * libnetapi_open_pipe does not need to return cli_stateVolker Lendecke2009-01-1810-246/+12
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-188-176/+77
| |\
| | * Add a macro async_req_setup()Volker Lendecke2009-01-188-176/+77
| * | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-1829-844/+1701
| |\|