s3:smbtree: try to fix completely broken logic in get_workgroups()
[samba.git] / source3 /
2011-07-22 Stefan Metzmachers3:smbtree: try to fix completely broken logic in get_w...
2011-07-22 Michael Adams3:loadparm: fix the reload of the configuration: also...
2011-07-22 Michael Adams3:loadparm: add reload_registry_shares() - reload...
2011-07-22 Michael Adams3:smbclient: print nt status code when smb echo fails
2011-07-22 Michael Adams3:smbclient: add a "tdis" command to view and change...
2011-07-22 Michael Adams3:smbclient: add a "tdis" command to do a tree disconn...
2011-07-22 Michael Adams3:smbclient: add a "tcon" command to do a tree connect...
2011-07-22 Michael Adams3:smbclient: add "logoff" command to close the session
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->outgoing to cli_state->conn...
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->pending to cli_state->conn...
2011-07-22 Stefan Metzmachers3:libsmb: fix compiler warnings in cli_state_create()
2011-07-21 Jeremy AllisonFix const warning.
2011-07-21 Simo Sorces3-rpc_server: Do not set msg_ctx twice
2011-07-21 Stefan Metzmachers3:winbindd_cm: remove unused checks for address family
2011-07-21 Stefan Metzmachers3:libsmb: replace cli_initialise[_ex]() by cli_state_c...
2011-07-21 Stefan Metzmachers3:include: remove unused cli_state->called and cli_sta...
2011-07-21 Stefan Metzmachers3:libsmb: don't pass cli->called.name to NTLMv2_genera...
2011-07-21 Stefan Metzmachers3:libsmb: move cli->vuid to cli->smb1.uid and hide...
2011-07-21 Stefan Metzmachers3:libsmb: add cli_state_encryption_on()
2011-07-21 Andreas Schneiders3-rpc_server: Pass msg_ctx to make_base_pipes_struct().
2011-07-21 Simo Sorces3-rpc_server: Create common function to allocate pipes...
2011-07-21 Simo Sorces3-rpc_server: Move pipe/handles functions
2011-07-21 Andreas Schneiders3-rpc_server: Fixed header define.
2011-07-21 Andreas Schneiders3-rpc_server: Remove unused endpoint information.
2011-07-21 Andreas Schneiders3-rpc_server: We need to copy the session_info for...
2011-07-21 Andreas Schneiders3-rpc_server: Duplicate the pipe name.
2011-07-21 Andreas Schneiders3-rpc_server: Free the np dir.
2011-07-21 Andreas Schneiders3-rpc_server: Fix messaging context in the pipes struct.
2011-07-21 Andreas Schneiders3-rpc_server: Add my copyright.
2011-07-21 Michael Adams3:loadparm: fix an implicit cast warning in string...
2011-07-21 Michael Adams3:loadparm: add support for P_BYTES to lp_do_parameter...
2011-07-21 Michael Adams3:loadparm: add support for P_CMDLIST to lp_do_paramet...
2011-07-21 Michael Adams3:loadparm: add support for P_CMDLIST to lp_save_defau...
2011-07-21 Michael Adams3:loadparm: add support for P_BYTES to lp_save_default...
2011-07-21 Michael Adams3:loadparm: add support for P_CMDLIST to is_default...
2011-07-21 Michael Adams3:loadparm: add support for P_BYTES to is_default...
2011-07-21 Michael Adams3:loadparm: add support for P_CMDLIST to print_paramet...
2011-07-21 Michael Adams3:loadparm: add support for P_BYTES to print_parameter...
2011-07-21 Michael Adams3:loadparm: add support for P_CMDLIST to equal_paramet...
2011-07-21 Michael Adams3:loadparm: add suppor for P_BYTES to equal_parameter...
2011-07-21 Michael Adams3:loadparm: szNetbiosAliases is now a const char ...
2011-07-21 Michael Adams3:loadparm: szWinbindNssInfo is now a const char ...
2011-07-21 Michael Adams3:loadparm: fix a check that was accidentially an...
2011-07-21 Michael Adams3:loadparm: untangle assignment from check in do_section()
2011-07-21 Christian Ambachs3-waf: fix a libcrypto configure check
2011-07-21 Christian Ambachs3:winbindd remove an unused variable
2011-07-21 Christian Ambachs3:utils fix a compiler warning
2011-07-21 Christian Ambachs3:modules/vfs_afsacl fix a compiler warning
2011-07-21 Christian Ambachs3:afs make path argument to afs_syscall const
2011-07-21 Christian Ambachs3:modules/vfs_afsacl fix a compiler warning
2011-07-21 Christian Ambachs3:modules/vfs_afsacl use stdbool types
2011-07-21 Christian Ambachs3:modules/vfs_afsacl remove some unnecessary whitespace
2011-07-21 Christian Ambachs3:lib/afs fix the build with --with-vfs-afsacl
2011-07-21 Christian Ambachs3:lib/afs use stdbool types
2011-07-21 Christian Ambachs3:utils/net_afs fix compiler warnings
2011-07-21 Christian Ambachs3:lib/afs_settoken fix some compiler warnings
2011-07-21 Christian Ambachs3:lib/afs fix some compiler warnings
2011-07-21 Christian Ambachs3:lib/afs fix the build with --with-fake-kaserver
2011-07-20 Björn Baumbachs3-torture: run_simple_posix_open_test(): replace cli_r...
2011-07-20 Björn Baumbachs3-torture: rw_torture2(): replace cli_read_old() with...
2011-07-20 Björn Baumbachs3-torture: rw_torture3(): replace cli_read_old() with...
2011-07-20 Björn Baumbachs3-torture: rw_torture(): replace cli_read_old() with...
2011-07-20 Björn Baumbachs3-libsmb: introduce new NTSTATUS cli_read()
2011-07-20 Björn Baumbachs3-libsmb: replace cli_read() with cli_read_old()
2011-07-20 Stefan Metzmachers3:libsmb: move cli->cnum to cli->smb1.tid and hide...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->pid to cli->smb1.pid and hide...
2011-07-20 Stefan Metzmachers3:libsmb: add cli->smb1.vc_num and hide it behind...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->mid to cli->smb1.mid
2011-07-20 Stefan Metzmachers3:libsmb: smb_bytes_talloc_string() doesn't need a...
2011-07-20 Andrew Bartletts3-gse Work around the MIT 1.9 gss_krb5_import_cred
2011-07-20 Andrew Bartletts3-gse Allow printing the partial error string
2011-07-20 Andrew Bartletts3-auth fix dummy function in the not-with-kerberos...
2011-07-20 Andrew Bartletts3-auth Replace False with false in auth_util.c
2011-07-19 Andrew Bartletts3-auth Replace True with true in auth_util.c
2011-07-19 Andrew Bartletts3-auth Fix spelling
2011-07-19 Andrew Bartletts3-auth Remove pointless destructor in make_server_info
2011-07-19 Andrew Bartletts3-auth inline make_auth_session_info into only caller
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartlettauth: Set NETLOGON_GUEST and use it to determine guest...
2011-07-19 Andrew Bartlettauth: Split out make_user_info_SamBaseInfo and add...
2011-07-19 Andrew Bartletts3-rpc_server remove per-element copies of auth_session...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-rpc_server read and write the unix_token and unix_in...
2011-07-19 Andrew Bartletts3-auth reimplement copy_session_info via NDR pull...
2011-07-19 Andrew Bartletts3-auth Remove pointless destructor
2011-07-19 Andrew Bartletts3-auth import auth3_session_info into IDL
2011-07-19 Andrew Bartletts3-auth Avoid redundant copies in create_local_token()
2011-07-19 Andrew Bartletts3-auth Add comments to copy_session_info_serverinfo_gu...
2011-07-19 Andrew Bartletts3-auth inline copy_serverinfo_session_info into only...
2011-07-19 Andrew Bartletts3-auth use a cached auth_serversupplied_info in make_s...
2011-07-19 Andrew Bartletts3-auth remove extra from auth3_session_info
2011-07-19 Andrew Bartletts3-auth Clarify inputs and ouptuts by using elements...
2011-07-19 Andrew Bartletts3-auth assert that security_token is present in the...
2011-07-19 Andrew Bartletts3-auth Remove unused nss_token variable
2011-07-19 Andrew Bartletts3-auth: Remove unused lm_session_key from auth3_sessio...
2011-07-19 Andrew Bartletts3-auth remove unused copy_serverinfo
2011-07-19 Andrew Bartletts3-auth Use system boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
next