kai/samba.git
2011-07-08 Stefan Metzmachers3:libsmb: remove use of cli_errstr() in SMBC_server_in...
2011-07-08 Stefan Metzmachers3:auth_server: use cli->is_guestlogin instead of parsi...
2011-07-08 Stefan Metzmachers3:auth: remove unused variable
2011-07-08 Stefan Metzmachers3:auth_unix: remove unused var
2011-07-08 Stefan Metzmachers3:smb2_server: add some comments about change_to_user...
2011-07-08 Andrew Bartlettlib/param: Merge struct loadparm_service into common
2011-07-08 Andrew Bartletts3-param use common struct parmlist_entry to hold param...
2011-07-08 Andrew Bartlettparam: Move per-share parameters into a seperate file...
2011-07-08 Andrew Bartletts4-param Remove offset != -1 checks
2011-07-08 Andrew Bartletts4-param change to struct bitmap to match s3-param
2011-07-08 Andrew Bartletts4-param Also check the p_class matches when comparing...
2011-07-08 Andrew Bartletts3-param check for aliases with both p_class and offset
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-08 Andrew Bartlettparam: Add hooks to s3 parm_struct and the parameters...
2011-07-08 Andrew Bartletts3-lib use True and False in bitmap.c
2011-07-08 Andrew Bartletts3-param: calculate default_server_announce at runtime
2011-07-08 Andrew Bartletts3-param Remove lp_set_passdb_backend()
2011-07-08 Volker Lendeckes3-zfsacl: Fix a debug message
2011-07-08 Stefan Metzmachers3:wscript_build: remove unused variable
2011-07-07 Stefan Metzmachers3:selftest: run SMB2-BASIC
2011-07-07 Stefan Metzmachers3:torture: add SMB2-BASIC
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_query_directory*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_write*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_read*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_flush*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_close*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_create*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()
2011-07-07 Stefan Metzmachers3:libsmb: add smb2cli_negprot*()
2011-07-07 Stefan Metzmachers3:libsmb: add basic smb2 client infrastructure
2011-07-07 Jeremy AllisonFix bug #8293 - SMB2 doesn't rotate the log files often...
2011-07-07 Stefan Metzmachers3:smb2_server: call change_to_root_user() or smbd_smb2...
2011-07-07 Björn Baumbachlibcli: remove duplicate of #define NT_STATUS_NO_SUCH_JOB
2011-07-07 Björn Baumbachs3-client: Remove use of cli_errstr()
2011-07-07 Björn Baumbachs3-libsmb: Remove use of cli_errstr()
2011-07-07 Björn Baumbachs3-torture: run_shortname_test: Remove uses of cli_errstr()
2011-07-07 Björn Baumbachs3-torture: run_simple_posix_open_test: Remove uses...
2011-07-07 Stefan Metzmachers3-torture: use nt_errstr() for cli_unlink() error...
2011-07-07 Björn Baumbachs3-torture: introduce check_both_error()
2011-07-07 Stefan Metzmachers3:libsmb: finally remove unused cli_state->outbuf
2011-07-07 Stefan Metzmachers3:libsmb: remove unused clistr_push_fn()
2011-07-07 Stefan Metzmachers3:libsmb: remove unused clistr_pull_fn()
2011-07-07 Stefan Metzmachers3:torture/scanner: use trans2_bytes_push_str() in...
2011-07-07 Stefan Metzmachers3:torture/scanner: use trans2_bytes_push_str() in...
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_tcon_andx...
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_r...
2011-07-07 Stefan Metzmachers3:libsmb: use a talloc_stackframe in cli_dfs_get_refer...
2011-07-07 Stefan Metzmachers3:libsmb: use trans2_bytes_push_str/bytes() in cli_lis...
2011-07-07 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() for short_name...
2011-07-07 Stefan Metzmachers3:libsmb: interpret_long_filename() short_name is...
2011-07-07 Stefan Metzmachers3:libsmb: add trans2_bytes_push_bytes()
2011-07-07 Stefan Metzmachers3:libsmb: make trans2_bytes_push_str() non-static
2011-07-07 Stefan Metzmachers3:utils: avoid cli_nt_error()/cli_errstr() if we alrea...
2011-07-07 David Disseldorps3-printing: remove tdb migration invalid printer name...
2011-07-07 Günther Deschners3-printing: make sure to first migrate the printers...
2011-07-07 David Disseldorps3-printing: fill info2_mask in printer migration
2011-07-07 Günther Deschners3-printing: remove spoolss pipe from migration library...
2011-07-07 Günther Deschners3-printing: use winreg interface for migration, instea...
2011-07-07 Günther Deschners3-printing: safe a ton of roundtrips by reusing existi...
2011-07-07 Günther Deschners3-printing: use winreg_internal functions.
2011-07-07 Günther Deschners3-printing: add winreg_internal functions.
2011-07-07 Günther Deschners3-printing: add winreg_printer_binding_handle and...
2011-07-07 Günther Deschners3-printing: add rpc_client/cli_winreg_spoolss.c
2011-07-07 Günther Deschners3-waf: make LIBCLI_SPOOLSS a shared library
2011-07-07 Günther Deschners3-printing: move spoolss_create_default_devmode/secdes...
2011-07-07 Günther Deschners3-printing: move driver_info_ctr_to_info8 to init_spoo...
2011-07-07 Günther Deschners3-printing: move os2 related functions to printing...
2011-07-07 Volker Lendeckes3: Remove a use of cli_errstr
2011-07-07 Andreas Schneiders3-waf: Fix linking bugs causing segfaults.
2011-07-07 Gregor Becks3:testparm: avoid spurious warnings about dos mode...
2011-07-07 Kai Blins4 provision: Add some of the AD-specific DNS records...
2011-07-06 Kai Blins4 provision: split up DNS provisioning into generic...
2011-07-06 Stefan Metzmachers4:torture/smb2: s/smb2cli_unlock/test_smb2_unlock
2011-07-06 Stefan Metzmachers4:torture/smb2: s/smb2cli_lock/test_smb2_lock
2011-07-06 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() in cli_qfilename()
2011-07-06 Stefan Metzmachers3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2
2011-07-06 Stefan Metzmachers3:libsmb: use clistr_pull_talloc() in cli_get_fs_volum...
2011-07-06 Stefan Metzmachers3:libsmb: the SMB_QUERY_FS_VOLUME_INFO response needs...
2011-07-06 Stefan Metzmachers3:libsmb: don't use cli->inbuf in cli_dfs_get_referral()
2011-07-06 Stefan Metzmachers3:libsmb: fix error handling in cli_dfs_get_referral()
2011-07-06 Stefan Metzmachers3:sharesec: return an error if get_share_security...
2011-07-06 Michael Adams3:test: catch more errors in test_access_check() in...
2011-07-06 Michael Adams3:registry: update copyright for the registry db imple...
2011-07-06 Michael Adamexamples/VFS: try to fix the build on openbsd, adding...
2011-07-06 Stefan Metzmachers3:sharesec: also initialize pgranted if get_share_secu...
2011-07-06 Volker Lendeckes3: Follow the TALLOC_FREE convention in source3
2011-07-06 Volker Lendeckes3: Fix Coverity ID 2586 -- NO_EFFECT
2011-07-06 Volker Lendeckes3: Remove cli_errstr from cmd_posix_open
2011-07-06 Volker Lendeckes3: Fix error logic in posix_open
2011-07-06 Volker Lendeckes3: Remove a few uses of cli_errstr
2011-07-06 Volker Lendeckes3: make cli_resolve_path return NTSTATUS
2011-07-06 Rusty Russellccan/tally: don't use SIZE_MAX.
2011-07-06 Andrew Bartlettbuild: we no longer put #if _SAMBA_BUILD_ == 4 in publi...
2011-07-06 Andrew Bartletts3-build We no longer require to redefine _SAMBA_BUILD_
2011-07-06 Andrew Bartlettlibcli/smb move FILE_TYPE constants in common
2011-07-06 Andrew Bartlettlibcli/smb move enum protocol_types to a common header
2011-07-06 Andrew Bartlettbuild: Remove _SAMBA_BUILD == 4 from libgpo
2011-07-06 Andrew Bartlettlibrpc/ndr remove _SAMBA_BUILD_ conditionals
next