samba.git
2013-04-03 Stefan Metzmacherwafsamba: display the default value in help for SAMBA3_...
2013-04-03 Stefan Metzmachers3:modules: fix the build of vfs_notify_fam (bug #9545)
2013-04-03 Stefan Metzmachers3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRST
2013-04-03 Stefan Metzmachers3:lib/gencache: place gencache.tdb into /var/cache...
2013-04-02 Jeremy AllisonEnsure EA value is allocated on the right context.
2013-04-02 Jeremy AllisonFinal fix for bug #9130 - Certain xattrs cause Windows...
2013-04-02 Jeremy AllisonEnsure we don't return uninitialized memory in the...
2013-04-02 Jeremy AllisonAdd a test to show that zero-length EA's are never...
2013-04-02 Jeremy AllisonFix bug #9130 - Certain xattrs cause Windows error...
2013-04-02 Jeremy AllisonFix bug #9130 - Certain xattrs cause Windows error...
2013-04-02 Jeremy AllisonChange estimate_ea_size() to correctly estimate the...
2013-04-02 Jeremy AllisonModify fill_ea_chained_buffer() to be able to do size...
2013-04-02 Jeremy AllisonEnsure we can never return an uninitialized EA list.
2013-04-02 Richard SharpeAdd a comment about why we are removing the INHERITED...
2013-04-02 Andreas SchneiderBUG 9758: Don't leak the epm_Map policy handle.
2013-04-02 Andreas Schneiderepm: Increase debug level for already registered endpoints.
2013-04-02 Jeremy AllisonFix bad SMB2 opcode reading in server.
2013-03-28 Richard SharpeMake sure that we only propogate the INHERITED flag...
2013-03-28 Jeremy AllisonOptimization suggested by Volker. Don't do a stat syste...
2013-03-28 Stefan Metzmacherlibcli/auth: avoid using transactions a chainlock is...
2013-03-27 Richard SharpeCall smb_panic when we try to exit the server uncleanly...
2013-03-27 Andrew Bartlettauth/ntlmssp: Avoid use-after-free of user_info after...
2013-03-27 Volker Lendeckedbwrap: Add a comment explaining a restriction
2013-03-26 Volker Lendeckesmbd: Remove an optimization that became unnecessary
2013-03-26 Volker Lendeckesmbd: We don't collect our own vnn anymore
2013-03-26 Volker Lendeckesmbd: Slightly simplify notify_trigger
2013-03-26 Volker Lendeckesmbd: Slightly simplify notify_trigger
2013-03-26 Volker Lendeckesmbd: Avoid some talloc_realloc in notify_internal
2013-03-26 Volker Lendeckedbwrap-ctdb: Avoid a talloc_stackframe()
2013-03-26 Volker Lendeckectdb-conn: remove ctdbd_fetch
2013-03-26 Volker Lendeckedbwrap-ctdb: Use ctdbd_parse in db_ctdb_parse_record
2013-03-26 Volker Lendeckectdb-conn: Add ctdbd_parse
2013-03-26 Volker Lendecketdb: Fix blank line endings
2013-03-26 Volker Lendecketdb: Little format change
2013-03-26 Volker Lendeckesmbd: Avoid sending 0-sized keys to dbwrap
2013-03-25 Volker Lendeckedbwrap: Use tdb_null in db_ctdb_delete
2013-03-25 Andrew Bartlettscripting: Fill the ProvisionNames hash with strings...
2013-03-25 Andrew Bartlettsamba-tool ldapcmp: Remove the GUID -> name mappings
2013-03-25 Andrew Bartlettselftest: Add tests for samba-tool dbcheck --reset...
2013-03-25 Andrew Bartlettscripting: Modify samba.descriptor.get_diff_sds() to...
2013-03-25 Andrew Bartlettsamba-tool dbcheck: Allow dbcheck to correct an nTSecur...
2013-03-25 Andrew Bartlettsamba-tool dbcheck: Add --reset-well-known-acls
2013-03-25 Andrew Bartlettscripting: Move get_diff_sds from samba.upgradehelpers...
2013-03-25 Andrew Bartlettscripting: Modify samba.descriptor.get_wellknown_sds...
2013-03-25 Andrew Bartlettscripting: Move samba.provision.descriptor to samba...
2013-03-25 Andrew Bartlettscripting: Make samba.provision.descriptor.get_wellknow...
2013-03-25 Andrew Bartlettscripting: Fix documentation comment on upgradehelpers...
2013-03-25 Andrew Bartlettscripting: Move the list of well known SDs to samba...
2013-03-25 Andrew Bartlettbuild: Do not pass CPP="" to pidl, skip the env variabl...
2013-03-25 Andrew Bartlettbuild: Remove the forced use of only the first part...
2013-03-24 Andrew Bartlettvfs-btrfs: Fix build on 32 bit platforms by using long...
2013-03-24 Rusty RussellRevert "vfs_btrfs: fix compile on 32-bit platforms."
2013-03-23 Rusty Russellntdb: don't call open hook when re-opening an existing...
2013-03-23 Rusty Russellvfs_btrfs: fix compile on 32-bit platforms.
2013-03-22 Volker Lendeckesmbd: Tune "dir" a bit.
2013-03-22 Jeremy AllisonFix bug #9733 - smbcontrol close-share is not working.
2013-03-22 Jeremy AllisonFix tevent testsuite issue on Solaris.
2013-03-22 Jeremy AllisonSolaris/Illumos/Nexenta creates pipes that are bi-direc...
2013-03-22 Andreas SchneiderBUG 9735: Fix winbind seperator in upn to username...
2013-03-21 Stefan Metzmachers3:waf fix build on AIX
2013-03-20 Stefan Metzmachers4:torture: let raw.read accept larger reads than 0x10000
2013-03-20 Stefan Metzmachers4:torture: raw.read fix large reads against windows
2013-03-20 Jeremy Allisons3:selftest: Add LARGE_READX test into our make test...
2013-03-20 Jeremy Allisons3:torture: Add new LARGE_READX test to investigate...
2013-03-20 Stefan Metzmachers4:smb_server: fix large read_andx requests
2013-03-20 Jeremy Allisons3:smbd: Add functions calc_max_read_pdu()/calc_read_si...
2013-03-20 Jeremy Allisons3:smbd: Remove server_will_accept_large_read() and...
2013-03-20 Jeremy Allisons3:smbd: Fix off-by 4 error in wrap protection code...
2013-03-20 Stefan Metzmachers3:smbd: add some const to req_is_in_chain()
2013-03-20 Stefan Metzmachers3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
2013-03-20 Stefan Metzmachers3:smbd: keep global_client_caps and max_send from...
2013-03-20 Stefan Metzmachers3:libsmb: let cli_read_andx_create() accept any length
2013-03-20 Jeremy Allisonlibcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_con...
2013-03-20 Stefan Metzmacherlibcli/smb: defer failing for missing NEGOTIATE_SECURIT...
2013-03-20 Stefan Metzmachers3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK inste...
2013-03-20 Stefan Metzmacherlibcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK define
2013-03-20 Gregor Becks3:registry accept windows like long hivenames
2013-03-20 Christian Ambachs3:include bump profile memory area version number
2013-03-18 Volker Lendeckewkssvc: Fix bug 9727, NULL pointer dereference
2013-03-17 Ricky Nancesamba-tool group list: add more info to samba-tool...
2013-03-16 Jeremy AllisonFix bug #9724 - is_encrypted_packet() function incorrec...
2013-03-15 Andrew Bartlettexamples/libsmbclient: Cast mode_t to unsigned int...
2013-03-15 Andrew Bartletts3-lsad: Cast getpid() result to unsigned int for GNU...
2013-03-15 Andrew Bartletts3-epmd: Cast getpid() result to unsigned int for GNU...
2013-03-15 Andrew Bartlettvfs_smb_traffic_analyzer: Cast mode_t to unsigned int...
2013-03-15 Andrew Bartlettdbwrap: Cast getpid() result to unsigned int for GNU...
2013-03-15 Andrew Bartlettspoolssd: Cast getpid() result to unsigned int for...
2013-03-15 Andrew Bartletts3-smbd/process.c: Cast pid_t result to int for GNU...
2013-03-15 Andrew Bartletts3-lib/server_prefork: Cast pid_t result to unsigned...
2013-03-15 Andrew Bartletts4-ntvfs: Cast getpid() result to unsigned int for...
2013-03-15 Andrew Bartlettlib/util: Cast mode_t result to unsigned int for GNU...
2013-03-15 Andrew Bartlettntdb: Cast getpid() result to unsigned int for GNU...
2013-03-15 Andrew Bartlettccan: Cast getpid() result to unsigned int for GNU...
2013-03-15 Andreas Schneidertorture: Update ndr README.
2013-03-15 Andreas Schneidertorture: Add ntprinting latin1 test.
2013-03-15 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing dump'.
2013-03-15 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing migrate'.
2013-03-15 Andreas Schneiderndr: Pass down string_flags in ndr_pull_ntprinting_prin...
2013-03-15 Andreas Schneideridl: Add flags for strings in ntprinting idl.
2013-03-15 Andreas Schneiderndr: Add ndr_ntprinting_string_flags() function.
next