vlendec/samba-autobuild/.git
2009-01-19 Jelmer VernooijDon't use TMPDIR as variable, it's already used for... samba-4.0.0alpha6
2009-01-19 Jelmer VernooijMake sure server_role gets initialized in backend provi...
2009-01-19 Jelmer VernooijMerge branch 'v4-0-stable'
2009-01-19 Jelmer VernooijAdd some more entries to WHATSNEW, by no means complete.
2009-01-19 Jelmer VernooijRemove mention of external heimdal - its not yet supported.
2009-01-19 Stefan Metzmachers3:idmap_tdb: convert to the dbwrap api
2009-01-19 Stefan Metzmachers3:dbwrap: add dbwrap_delete(), dbwrap_store() and...
2009-01-19 Stefan Metzmachers3:dbwrap: add get_flags() hook to db_context
2009-01-19 Andreas SchneiderAvoid flooding of syslog with failing pam_putenv messages.
2009-01-19 Volker LendeckeFix the same bug as 8b618d0 fixes, this time in winbind...
2009-01-19 Volker LendeckeAttempt to fix the merged build
2009-01-19 Karolin SeegerS3-ByExample: Use 'winbindd -D' instead of 'winbindd...
2009-01-19 Karolin SeegerS3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
2009-01-19 Stefan Metzmachernbt_server/wins: winsdb_handle() can be static
2009-01-19 Stefan Metzmachernbt_server/wins: add some const
2009-01-19 Stefan Metzmachernbt_server/wins: use talloc_zero() to create struct...
2009-01-19 Stefan Metzmacherwrepl_server: make 'use inform' the default and autofal...
2009-01-19 Stefan Metzmacherlibcli/wrepl: return the major version of the server...
2009-01-19 Stefan Metzmacherwreplserver: add "wreplsrv:propagate name releases...
2009-01-19 Stefan Metzmacherwinsserver: add "wreplsrv:propagate name releases"...
2009-01-19 Stefan Metzmacherwinsserver_release: update the expire time if only...
2009-01-19 Stefan Metzmacherwrepl_scavenging: add a comment to make the is_static...
2009-01-19 Stefan Metzmacherwrepl_server: fix the record expire time of sgroup...
2009-01-19 Stefan Metzmacherwrepl_server: use a local 'local_owner' variable to...
2009-01-19 Stefan Metzmacherwinsdb: the we_are_owner in winsdb_lookup() needs to...
2009-01-19 Stefan Metzmachernbt_server: fix crash bug, the wins client interface...
2009-01-19 Stefan Metzmachernbt_server: redirect incoming response packets to the...
2009-01-19 Stefan Metzmacherlibcli/nbt: add nbt_name_socket_handle_response_packet()
2009-01-19 Stefan Metzmacherlibcli/nbt: add nbt_set_unexpected_handler()
2009-01-19 Stefan Metzmachernbt_server: add some debug messages which show the...
2009-01-19 Stefan Metzmacherwreplsrv: don't log scavenging events at level 0
2009-01-19 Stefan Metzmacherwreplsrv: log a successful replication cycle at level 1
2009-01-19 Stefan Metzmacherwreplsrv: log replication failures at log level 0
2009-01-19 Stefan Metzmacherlibcli/nbt: fix wack timeout handling
2009-01-19 Stefan MetzmacherNBT-WINS: test if the server ignores resent packets
2009-01-19 Stefan MetzmacherNBT-WINS: we don't need the slow low port tests for...
2009-01-19 Stefan MetzmacherNBT-WINS: if we're bound to port 137 trigger WACK repon...
2009-01-19 Stefan MetzmacherNBT-WINS: try to bind to port 137 in the NBT-WINS test
2009-01-19 Stefan Metzmacherwinsserver: we need to ignore duplicated name register...
2009-01-19 Stefan Metzmacherndr_print: fix the output ndr debug messages only add...
2009-01-19 Stefan Metzmacherutil_str: setup the correct talloc name for strings
2009-01-19 Stefan MetzmacherRevert "Remove another use of global_loadparm."
2009-01-19 Stefan MetzmacherNBT-WINS: initialize .dest_port explicit (we should...
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-19 Andrew BartlettPrint more useful suggestion for the main provision...
2009-01-19 Andrew BartlettDelete more Samba3-specific files
2009-01-19 Andrew BartlettDon't give fatal python errors when guessing the realm
2009-01-18 Volker LendeckeRemove unused tdb_search_keys()
2009-01-18 Volker Lendeckesimplify gencache_iterate a bit, fix nonempty blank...
2009-01-18 Volker Lendeckelibnetapi_open_pipe does not need to return cli_state
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd a macro async_req_setup()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd code to torture the fragmentation code a bit
2009-01-18 Volker LendeckeRemove unused functions
2009-01-18 Volker LendeckeMake rpc_pipe_bind async
2009-01-18 Volker LendeckeFix an uninitialized variable
2009-01-18 Volker LendeckeRemove sync rpc_api_pipe_req
2009-01-18 Volker LendeckeAdd async rpc_api_pipe_req
2009-01-18 Volker LendeckeTiny simplification of prs_set_offset
2009-01-18 Volker LendeckeAdd rpc_write_send/recv
2009-01-18 Volker LendeckeRemove unused sync functions
2009-01-18 Volker LendeckeMake rpc_api_pipe async
2009-01-18 Volker LendeckeRename the async version of get_complete_pdu to get_com...
2009-01-18 Volker LendeckeMove initialization of the reply prs_struct to rpc_api_pipe
2009-01-18 Volker LendeckeAlways check the max send sizein rpc_api_pipe, not...
2009-01-18 Volker LendeckeMake cli_api_pipe async
2009-01-18 Volker LendeckeRemove sync rpc_read wrapper
2009-01-18 Volker LendeckeMake cli_pipe_get_current_pdu async, rename it to get_c...
2009-01-18 Volker LendeckeMake rpc_read async
2009-01-18 Volker LendeckeFix some real bugs found by "type-punned" gcc warnings
2009-01-18 Tim Proutylibrpc: Re-run make idl_full
2009-01-18 Tim Proutylibrpc: Remove usage of max and replace with improved...
2009-01-18 Tim Proutypidl: Remove "max" and make "range" smarter about unsig...
2009-01-17 Derrell LipmanDetermine case sensitivity based on file system attributes.
2009-01-17 Volker LendeckeSlightly simplify the paths after rpc_api_pipe()
2009-01-17 Derrell Lipman[Bug 6022] smbc_urlencode and smbc_urldecode were not...
2009-01-16 Derrell LipmanTreat file names in POSIX-like case-sensitive fashion...
2009-01-16 Jelmer VernooijMore work on the Samba 4 release notes.
2009-01-16 Andreas SchneiderFix a segfault if ? is there but the options are NULL...
2009-01-16 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-16 Jeremy Allison"First thing, kill all the language lawyers" :-). Ensur...
2009-01-16 Gerald (Jerry... ads_connect: Return immediately on a failed GC connection.
2009-01-16 Jelmer Vernooijloadparm: Make sure various state variables get initial...
2009-01-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Jelmer VernooijAdd copyright headers.
2009-01-16 Jelmer Vernooijs4/NEWS: Remove mention of no longer existing js parameter.
2009-01-16 Stefan Metzmachers3:cluster: fix ctdb ipv6 support
2009-01-16 Stefan Metzmachers3:docs: vfs_fileid manpage
2009-01-16 Stefan Metzmachers3:vfs_fileid: readd "fileid:algorithm" as option.
2009-01-16 Jelmer VernooijFind default smb.conf path correctly, when it was not...
2009-01-16 Volker Lendeckeremove the old chain_reply code
2009-01-16 Volker LendeckeCorrectly calculate the offset for read&x
2009-01-16 Volker LendeckeAdd a new implementation of chain_reply
2009-01-16 Günther Deschners3-eventlog: fix _eventlog_CloseEventLog.
2009-01-16 Kai Blins4-winbind: Remove a "knownfail" entry for the now...
2009-01-16 Tim Proutys3: Remove an incorrect const
2009-01-16 Michael Adams3: put the gpo cache dir under cache_dir instead of...
2009-01-16 Michael Adams3: put printing/ under cache_dir, not lock_dir
2009-01-16 Michael Adams3: put netsamlogon_cache.tdb into cache_dir instead...
next