summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-21s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam1-7/+23
2009-01-21s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam1-20/+61
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke5-7/+2
2009-01-20Fix some nonempty blank linesVolker Lendecke2-20/+20
2009-01-20Remove some unused codeVolker Lendecke3-17/+0
2009-01-20Remove some smb fsp knowledge from rpc_server/Volker Lendecke5-71/+99
2009-01-20Make use of TALLOC_FREEVolker Lendecke1-3/+1
2009-01-20socket_wrapper: fix PCAP support broken by aaea68791cfea45c6fa69abc93ad6d0e83...Stefan Metzmacher1-3/+1
2009-01-20s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher1-3/+11
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher1-4/+4
2009-01-20s3:events: add support for signal eventsStefan Metzmacher1-0/+6
2009-01-20s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher1-0/+6
2009-01-20tevent: rename signal handler functions to start with tevent_common_Stefan Metzmacher1-5/+6
2009-01-19Don't use TMPDIR as variable, it's already used for other purposes.Jelmer Vernooij1-5/+8
2009-01-19Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij3-3/+19
2009-01-19Merge branch 'v4-0-stable'Jelmer Vernooij6-252/+282
2009-01-19Add some more entries to WHATSNEW, by no means complete.Jelmer Vernooij1-0/+10
2009-01-19Remove mention of external heimdal - its not yet supported.Jelmer Vernooij1-3/+0
2009-01-19s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher1-244/+223
2009-01-19s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2-8/+31
2009-01-19s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher3-0/+18
2009-01-19Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider1-1/+1
2009-01-19Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.cVolker Lendecke1-2/+4
2009-01-19Attempt to fix the merged buildVolker Lendecke2-3/+3
2009-01-19S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.Karolin Seeger3-5/+5
2009-01-19S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.Karolin Seeger2-5/+5
2009-01-19nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher1-2/+3
2009-01-19nbt_server/wins: add some constStefan Metzmacher1-3/+4
2009-01-19nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2-2/+2
2009-01-19wrepl_server: make 'use inform' the default and autofallback against old serversStefan Metzmacher3-3/+25
2009-01-19libcli/wrepl: return the major version of the server in wrepl_associate()Stefan Metzmacher2-0/+2
2009-01-19wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgro...Stefan Metzmacher1-0/+29
2009-01-19winsserver: add "wreplsrv:propagate name releases" optionStefan Metzmacher2-6/+47
2009-01-19winsserver_release: update the expire time if only one address is releasedStefan Metzmacher1-1/+12
2009-01-19wrepl_scavenging: add a comment to make the is_static case more clearStefan Metzmacher1-5/+13
2009-01-19wrepl_server: fix the record expire time of sgroup mergesStefan Metzmacher1-0/+18
2009-01-19wrepl_server: use a local 'local_owner' variable to make the code more readableStefan Metzmacher1-1/+2
2009-01-19winsdb: the we_are_owner in winsdb_lookup() needs to be per addressStefan Metzmacher1-22/+15
2009-01-19nbt_server: fix crash bug, the wins client interface may not have a nbtsockStefan Metzmacher1-1/+1
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