docs: Fix small errors in TOSHARG-Compiling
[samba.git] / source3 /
2013-05-27 Björn Jackewinbind/idmap_ad: be verbose about the user that we...
2013-05-27 Stefan Metzmachers3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRST
2013-05-27 Andrew Bartletts3-rpc_server: Ensure we are root when starting and...
2013-05-14 Volker LendeckeMakefile: Fix bug 9868 -- Don't know how to make LIBNDR...
2013-05-08 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-05-08 Jeremy AllisonThe core of the fix to allow opens to go async inside...
2013-05-08 Jeremy AllisonMove a variable into the area of code where it's used.
2013-05-08 Jeremy AllisonEnsure we don't try and cancel anything that is in...
2013-05-08 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-05-08 Volker Lendeckewinbind: Fix bug 9854 -- NULL pointer dereference
2013-05-07 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-05-06 Jeremy AllisonFix bug #9822 - Samba crashing during Win8 sync.
2013-05-06 Jeremy AllisonRemove dependency on detection of HAVE_DIRFD for use...
2013-05-06 Jeremy AllisonRemove the "Ugly hack" that was the second use of dirfd().
2013-05-06 Jeremy AllisonIn the struct smb_Dir destructor, use the fsp back...
2013-05-06 Jeremy AllisonMaintain a back-pointer to the fsp in struct smb_Dir...
2013-04-30 Andreas SchneiderBUG 9817: Fix 'map untrusted to domain' with NTLMv2.
2013-04-30 David Disseldorpbug 9830: fix panic in nt_printer_publish_ads
2013-04-30 Stefan Metzmachers3:librpc: add support for PFC_FLAG_OBJECT_UUID when...
2013-04-25 Jeremy AllisonEnsure the RECVFILE path in vfs_pwrite_data() operates...
2013-04-25 Jeremy AllisonEnsure the RECVFILE path in vfs_write_data() operates...
2013-04-25 Jeremy AllisonEnsure drain_socket() operates on a blocking socket.
2013-04-25 Jeremy AllisonAdd the internals of is_smb2_recvfile_write.
2013-04-25 Jeremy AllisonThe guts of the receivefile code changes.
2013-04-25 Jeremy AllisonAdd stub static function that will turn on/off receivef...
2013-04-25 Jeremy AllisonAdd extra fields into struct smbd_smb2_request_read_sta...
2013-04-25 Jeremy AllisonAdd macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.
2013-04-25 Jeremy AllisonAdd utility function get_min_receive_file_size().
2013-04-25 Jeremy AllisonAllow smbd_smb2_request_error_ex() to cope with unread...
2013-04-25 Jeremy AllisonAdd function smbd_smb2_unread_bytes().
2013-04-25 Jeremy AllisonIf we already have an smb1req attached to the struct...
2013-04-25 Jeremy AllisonEnsure we don't do an SMB2 aio write if RECVFILE is...
2013-04-25 Volker Lendeckesmbd: Fix signing when the async echo handler kicks in
2013-04-25 Andrew Bartlettbuild: Remove extra space in shebang
2013-04-22 Jeremy AllisonFix bug in old create temp SMB request. Only use VFS...
2013-04-22 Stefan Metzmachers3:wscript: change --with-dmapi to default=auto to...
2013-04-17 Jeremy AllisonRemove unneeded initializations (we already talloc_zero).
2013-04-17 Jeremy AllisonRemove the use of dirfd inside the vfs_dirsort.c.
2013-04-17 Jeremy AllisonConvert mtime from a time_t to a struct timespec.
2013-04-17 Jeremy AllisonCheck SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().
2013-04-17 Jeremy AllisonClean error paths in opendir and fd_opendir by only...
2013-04-17 Jeremy AllisonProtect open_and_sort_dir() from the directory changing...
2013-04-17 Jeremy AllisonUse an index i rather than re-using a state variable.
2013-04-17 Jeremy AllisonProtect against early error in SMB_VFS_NEXT_READDIR.
2013-04-17 Jeremy AllisonChange source3/modules/vfs_dirsort.c from MALLOC -...
2013-04-17 Ralph Wuerthners3:smbd: do not access data behind req->buf+req->buflen...
2013-04-17 Ralph Wuerthners3:smbd: convert srvstr_pull_req_talloc() into a function
2013-04-17 Ralph Wuerthners3:smbd: do not access data behind req->buf+req->buflen...
2013-04-12 Andreas SchneiderBUG 9766: Cache name_to_sid/sid_to_name correctly.
2013-04-12 Andreas SchneiderBUG 9139: Fix the username map optimization.
2013-04-11 Andreas SchneiderBUG 9699: Fix adding case sensitive spn.
2013-04-11 Volker Lendeckevfs_fake_perms: Fix bug 9775, segfault for "artificial...
2013-04-11 Volker Lendeckevfs_fake_perms: Slightly streamline code
2013-04-11 Volker Lendeckevfs_fake_perms: Slightly streamline code
2013-04-11 Stefan Metzmachers3:modules: fix the build of vfs_notify_fam (bug #9545)
2013-04-08 Jeremy AllisonEnsure EA value is allocated on the right context.
2013-04-08 Jeremy AllisonFinal fix for bug #9130 - Certain xattrs cause Windows...
2013-04-08 Jeremy AllisonEnsure we don't return uninitialized memory in the...
2013-04-08 Jeremy AllisonFix bug #9130 - Certain xattrs cause Windows error...
2013-04-08 Jeremy AllisonChange estimate_ea_size() to correctly estimate the...
2013-04-08 Jeremy AllisonModify fill_ea_chained_buffer() to be able to do size...
2013-04-08 Jeremy AllisonEnsure we can never return an uninitialized EA list.
2013-04-07 Andreas SchneiderBUG 9758: Don't leak the epm_Map policy handle.
2013-04-07 Andreas Schneiderepm: Increase debug level for already registered endpoints.
2013-04-07 Jeremy AllisonOptimization suggested by Volker. Don't do a stat syste...
2013-04-07 Volker Lendeckesmbd: Tune "dir" a bit.
2013-04-07 Jeremy AllisonFix bug #9733 - smbcontrol close-share is not working.
2013-04-07 Jeremy AllisonFix bad SMB2 opcode reading in server.
2013-04-07 Volker Lendeckewkssvc: Fix bug 9727, NULL pointer dereference
2013-04-07 Stefan Metzmachers3:waf fix build on AIX
2013-03-21 Jeremy AllisonFix bug #9724 - is_encrypted_packet() function incorrec...
2013-03-21 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing dump'.
2013-03-21 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing migrate'.
2013-03-21 Jeremy Allisons3:selftest: Add LARGE_READX test into our make test...
2013-03-21 Jeremy Allisons3:torture: Add new LARGE_READX test to investigate...
2013-03-21 Jeremy Allisons3:smbd: Add functions calc_max_read_pdu()/calc_read_si...
2013-03-21 Jeremy Allisons3:smbd: Remove server_will_accept_large_read() and...
2013-03-21 Jeremy Allisons3:smbd: Fix off-by 4 error in wrap protection code...
2013-03-21 Stefan Metzmachers3:smbd: add some const to req_is_in_chain()
2013-03-21 Stefan Metzmachers3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
2013-03-21 Stefan Metzmachers3:smbd: keep global_client_caps and max_send from...
2013-03-21 Stefan Metzmachers3:libsmb: let cli_read_andx_create() accept any length
2013-03-21 Stefan Metzmachers3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK inste...
2013-03-20 Karolin SeegerMerge tag 'samba-4.0.4' into v4-0-test
2013-03-19 Andrew Bartlettsmbd:posix_acls Remove incorrectly added lp_create_mask...
2013-03-19 Andrew Bartlettparam: Remove incorrectly added defaults in AD DC allow...
2013-03-11 Guenter Kukkukkvfs_catia: add my copyright
2013-03-11 Guenter Kukkukkvfs_catia: fix the translation to "vfs_translate_to_win...
2013-03-11 Guenter Kukkukkvfs_catia: add debug class for that module
2013-03-06 Stefan Metzmachers3:lib/events: add missing TEVENT_TRACE_BEFORE/AFTER_WA...
2013-03-06 Stefan Metzmachers3:lib/events: make use of tevent_common_loop_timer_delay()
2013-03-01 Daniel KobrasFix bug #9039 'map untrusted to domain' treats WORKSTAT...
2013-03-01 Richard SharpeMake sure that domain joins work correctly when the...
2013-03-01 Christian Ambachs3:lib/afs fix the build
2013-03-01 Christian Ambachs3:build fix the build with --fake-kaserver
2013-02-27 Andreas Schneiders3-tldap: Make sure we don't deref a null pointer....
2013-02-27 Andreas Schneidernmbd: Fix request data data processing.
2013-02-27 Andreas Schneiderlibsmb: Fix possible null pointer dereference. Reviewed...
2013-02-27 Andreas Schneiderpdb: Fix array overrun by one. Reviewed-by: Alexander...
2013-02-27 Andreas Schneiders3-spoolss: Don't leak memory. Reviewed-by: Alexander...
next