s3-rpc_server: Added common function to create tcpip socket.
[amitay/samba.git] / source3 / smbd /
2011-07-29 Jeremy AllisonSecod part of bugfix for bug #8335 - file copy aborts...
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-07-29 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-28 Volker Lendeckes3: Priorize the async echo responder over the client
2011-07-28 Volker Lendeckes3: Remove unused smbd_echo_reader()
2011-07-28 Volker Lendeckes3: Use smbd_echo_read_send in the async echo handler
2011-07-28 Volker Lendeckes3: Add smbd_echo_read_send/recv
2011-07-28 Jeremy AllisonUse existing ISDOT and ISDOTDOT macros.
2011-07-21 Simo Sorces3-rpc_server: Move pipe/handles functions
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
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-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-19 Andrew Bartlettdebug: log early messages to stdout, and keep it open
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-14 Andreas Schneiders3-smbd: Pass event and messaging context to smbd_paren...
2011-07-14 Andreas Schneiders3-smbd: Pass ev_ctx to remove_child_pid().
2011-07-14 Andreas Schneiders3-smbd: Pass msg_ctx to smbd_accept_connection.
2011-07-14 Andreas Schneiders3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler().
2011-07-14 Andreas Schneiders3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connect...
2011-07-14 Andreas Schneiders3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd().
2011-07-14 Andreas Schneiders3-smbd: Pass ev_ctx to smbd_parent_loop().
2011-07-14 Andreas Schneiders3-smbd: Create ev_ctx and msg_ctx and use it.
2011-07-12 Stefan Metzmachers3:smbd: s/SMBkeepalive/NBSSkeepalive
2011-07-12 Stefan Metzmachers3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
2011-07-11 Stefan Metzmachers3:smb2_create: use smbd_calculate_access_mask() instea...
2011-07-11 Stefan Metzmachers3:smb2_tcon: return the correct maximal_access on...
2011-07-11 Stefan Metzmachers3:smbd: return the real share access mask in the SMBtc...
2011-07-11 Stefan Metzmachers3:smbd: use smbd_calculate_access_mask() also for...
2011-07-11 Stefan Metzmachers3:smbd: check the share level access mask in smbd_calc...
2011-07-11 Stefan Metzmachers3:smbd: make smbd_calculate_access_mask() non-static
2011-07-11 Stefan Metzmachers3:smbd/msdfs: let create_conn_struct() check the share...
2011-07-08 Jeremy AllisonMove smbd_smb2_request_check_tcon() smbd_smb2_request_c...
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 Bartlettlib/util Move bitmap.c to lib/util
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-05 Christian Ambachs3:smbd fix a compile warning on AIX 5.3
2011-07-05 Volker Lendeckes3: Fix bug 8102
2011-07-05 Volker Lendeckes3: Calculate&store the maximum share access mask
2011-07-05 Volker Lendeckes3: Return "granted" from share_access_check
2011-07-04 Christian Ambachs3:smb2 fix smbd crash on premature end of smb2 conn...
2011-07-04 Stefan Metzmachers3:smb2_server: there's no reason to check the session...
2011-07-04 Stefan Metzmachers3:smb2_create: call 'return' after smbd_server_connect...
2011-07-04 Andrew Bartletts3-lib Move event_add_idle() to source3/lib/events.c
2011-07-04 Andreas Schneiders3-smbd: Remove client_address from smbd_server_connect...
2011-07-04 Andreas Schneiders3-smbd: Remove obsolete smbd_set_server_fd().
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd session setup.
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd session.
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd service.
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd reply.
2011-07-04 Andreas Schneiders3-smbd: Exit cleanly if we can't create an address...
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd connection.
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd process.
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-07-04 Andreas Schneiders3-auth: Added remote_address to ntlmssp server.
2011-07-04 Andreas Schneiders3-rpc_server: Migrate rpc function to tsocket_address.
2011-06-30 Christian Ambachs3:smbd do not panic when CTDB is unhealthy (Bug #8278)
2011-06-29 Jeremy AllisonSecond part of fix for bug #8219 - SMB Panic from Windo...
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-29 Jeremy AllisonFix bug #8219 - SMB Panic from Windows 7 Client
2011-06-28 Andrew Bartletts3-smbd Remove set but unused variables
2011-06-24 Stefan Metzmachers3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BU...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Jeremy AllisonFix bug #8254 - "acl check permissions = no" does not...
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_open_compat.
2011-06-20 Rusty Russellldb: replace 'struct TDB_DATA' with 'TDB_DATA'
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
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-19 Volker Lendeckes3: Fix Coverity ID 2582: FORWARD_NULL
2011-06-14 Volker Lendeckes3: Fix connecting to ctdb as non-root
2011-06-14 Volker Lendeckes3: Fix count_current_connections
2011-06-14 Stefan Metzmachers3:smbd/quotas: add #include "system/filesys.h" (bug...
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-08 Jeremy AllisonEnsure when creating a directory, if we make any change...
2011-06-08 Jeremy AllisonPart 4 of bugfix for #8211 - "inherit owner = yes"...
2011-06-08 Jeremy AllisonPart 3 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 2 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 1 of bugfix for #8211 - "inherit owner = yes"...
2011-06-06 Andrew Bartlettlib/util use modules_path(), data_path() and shlib_ext...
2011-06-01 Jeremy Allisonrelease_ip() is only used with CLUSTER_SUPPORT.
next