build: Add a script to install python and Samba with one command
[gd/samba-autobuild/.git] / source3 /
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-23 Andrew Bartlettparam: Remove "announce as" parameter
2011-06-23 Andrew Bartletts3-net: Bind our gettext results to 'unix charset'
2011-06-23 Andrew Bartletts3-swat Remove d_printf() calls
2011-06-23 Andrew Bartlettlib/util/charset: Remove autodetection of charset from...
2011-06-23 Andrew Bartlettlib/util/charset: Remove 'display charset'
2011-06-23 Volker Lendeckes3: Add IO_REPARSE_TAG_SYMLINK define
2011-06-23 Volker Lendeckes3: Fix some nonempty blank lines
2011-06-23 Michael Adams3: remove prototype of convert_string_error from proto.h
2011-06-23 Michael Adams3: remove prototype of convert_string from proto.h
2011-06-22 Andreas Schneiders3: Added missing includes to .clang_complete.
2011-06-21 Andreas Schneiders3-spoolss: Fix some valgrind warnings.
2011-06-21 Andreas Schneiders3-rpc_client: Fix some valgrind warnings.
2011-06-21 Volker Lendeckes3: Remove unused code
2011-06-21 Volker Lendeckes3: Convert WINBINDD_WINS_BYNAME to the async API
2011-06-21 Andrew Tridgells3-smbd: longer explanation of smbd_shim code
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-21 Andrew Bartlettselftest: Run tests for libsmbclient and libnetapi
2011-06-20 Andrew Bartlettlib/util Remove samba-util-common!
2011-06-20 Andrew Bartlettlib/util: Use common d_printf() in the whole codebase
2011-06-20 Andrew Bartletts3-param Put &Globals in the FN_ macros, rather than...
2011-06-20 Andrew Bartlettlib/util Make unused d_vfprintf() static
2011-06-20 Volker Lendeckes3: Fix a winbind message
2011-06-20 Michael Adams3:idmap_autorid: remove redundant code
2011-06-20 Michael Adams3:idmap_autorid: in initialize, don't leak storedconfi...
2011-06-20 Michael Adams3:idmap_autorid: use "idmap config * : rangesize"...
2011-06-20 Michael Adams3:idmap_autorid: fail initialization if the domain...
2011-06-20 Volker Lendeckes3: Fix the build, NAME_MAX not universally available
2011-06-20 Volker LendeckeUse tevent_req_oom
2011-06-20 Rusty Russelltdb2: create tdb2 versions of various testing TDBs.
2011-06-20 Rusty Russellsource3/lib/util_tdb.c: operation timeout support for...
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_open_compat.
2011-06-20 Rusty Russelltdb2: tdb_parse_record() returns negative errors, not -1.
2011-06-20 Rusty Russellsource3/winbindd/idmap_tdb.c: tdb2 support for wrong...
2011-06-20 Rusty Russelltdb_validate: TDB2 support for tdb_validate_child and...
2011-06-20 Rusty Russelltdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
2011-06-20 Rusty Russellldb: replace 'struct TDB_DATA' with 'TDB_DATA'
2011-06-20 Rusty Russelltdb_compat: use tdb_errorstr_compat()
2011-06-20 Rusty Russelltdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat...
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_chainunlock: ignore return value.
2011-06-20 Rusty Russelltdb_chainlock: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_transaction_cancel: ignore return value.
2011-06-20 Rusty Russelltdb_transaction_commit: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_store: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_delete: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-20 Rusty Russelltdb_compat.h: divert every tdb build and includes to...
2011-06-20 Rusty Russellsource3/smdb/files.c: file_name_hash to use Jenkins...
2011-06-20 Rusty Russellsource3/lib/util.c: str_checksum to use Jenkins hash...
2011-06-20 Rusty Russellsmb_share_modes: don't use tdb_jenkins_hash.
2011-06-20 Rusty Russelllib: import ccan modules for tdb2
2011-06-20 Volker Lendeckes3: Replace shadow_copy2 with a new implementation
2011-06-20 Andrew Bartlettlibcli/util Rename common map_nt_error_from_unix to...
2011-06-20 Andrew Bartlettlibcli/util Bring samba4 unix -> nt_status code in...
2011-06-20 Andrew Bartletts3-winbind Move winbind privileged socket dir into...
2011-06-19 Volker Lendeckes3: Fix Coverity ID 2582: FORWARD_NULL
2011-06-19 Volker Lendeckes3: Fix Coverity ID 2583: RESOURCE_LEAK
2011-06-19 Volker Lendeckes3: Remove unused name_queries
2011-06-19 Volker Lendeckes3: Fix some type-punned warnings
2011-06-19 Volker Lendeckes3: Add name_resolve_bcast_send/recv
2011-06-19 Volker Lendeckes3: Fix a memleak in name_resolve_bcast
2011-06-19 Volker Lendeckes3: Test nttrans_create
2011-06-19 Volker Lendeckes3: Add incomplete cli_nttrans_create
2011-06-19 Volker Lendeckes3: Correctly align even
2011-06-17 Christian Ambachs3:modules fix Bug 8244 - Cannot copy files larger...
2011-06-17 Andrew Bartletterrors: reorder error codes for easier s3/s4 comparison
2011-06-17 Andrew Tridgells3-util: remove the s3 nterr.c
2011-06-17 Andrew Bartlettlibclu/util: Move get_friendly_nt_error_msg() in common.
2011-06-16 Stefan Metzmachers3:wb_lookupsids: add some paranoia checks to wb_lookup...
2011-06-16 Stefan Metzmachers3:wb_lookupsids: don't ignore 'result' and check if...
2011-06-16 Stefan MetzmacherRevert "s3-winbind: Fix paranoia checks in winbindd_sam...
2011-06-16 Stefan Metzmachers3:rpc_server/svcctl: fix valgrind bug in _svcctl_Query...
2011-06-16 Stefan Metzmachers3:rpc_server/svcctl: fix valgrind bugs in _svcctl_Quer...
2011-06-16 Stefan Metzmachers3:rpc_server/svcctl: don't allocate return values...
2011-06-15 Volker Lendeckes3: Add debug level 0 warnings to make_new_server_info_...
2011-06-15 Volker Lendeckes3: Fix the return of make_new_server_info_guest
2011-06-15 Andreas Schneiders3-winbind: Fix paranoia checks in winbindd_samr.c.
2011-06-15 Stefan Metzmachers3:utils/net_*registry: use c99 initializers which...
2011-06-14 Volker Lendeckes3: Fix connecting to ctdb as non-root
2011-06-14 Volker Lendeckes3: Fix count_current_connections
2011-06-14 Christian Ambachs3-utils: fix crash in net cache get
2011-06-14 Stefan Metzmachers3:smbd/quotas: add #include "system/filesys.h" (bug...
2011-06-13 Michael Adams3:proto.h: remove prototypes of error functions moved...
2011-06-12 Volker Lendeckes3: Use resolve_wins_send/recv in resolve_wins
2011-06-12 Volker Lendeckes3: Add resolve_wins_send/recv
2011-06-12 Volker Lendeckes3: Add wins_server_tag_ips()
2011-06-12 Volker Lendeckes3: Add query_wins_list_send/recv
2011-06-12 Volker Lendeckes3: Fix IO_TIMEOUT handling for wins queries
2011-06-12 Volker Lendeckes3: Remove "struct ip_service" from resolve_wins
2011-06-12 Sumit Boses3-passdb: Implement new pdb trust calls for the defaul...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: add a talloc_stackframe(...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: use "idmap config <DOMAIN...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: fail initialization if the...
2011-06-11 Michael Adams3:registry/reg_parse_internal.c: add copyright information
2011-06-11 Michael Adams3:registry/reg_parse_internal.h: add copyright information
2011-06-11 Andrew Bartletts3-param Remove 'time offset' from smb.conf
2011-06-10 Andreas Schneiders3: Update .clang_complete
2011-06-10 Stefan Metzmachers3:libsmb: remove unused cli_state_seqnum infrastructure
next