build: Replace #!/usr/bin/env python with passed in PYTHON=
[metze/samba/wip.git] / source3 /
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...
2013-02-27 Andreas Schneiders3-rpc_server: Make sure that fd is really closed on...
2013-02-27 Andreas Schneiders3-vfs: Don't leak file descriptor on error. Reviewed...
2013-02-27 Andreas Schneiders3-libsmb: Don't leak memory on error. Reviewed-by...
2013-02-27 Andreas Schneiderwinbind: Don't leak centry memory. Reviewed-by: Alexand...
2013-02-27 Andreas Schneiderwinbind: Don't leak memory on return. Reviewed-by:...
2013-02-27 Andreas Schneiders3-smbd: Don't leak subcntarr array. Reviewed-by: Alexa...
2013-02-27 Andreas Schneiders3-vfs: Don't leak file descriptor. Reviewed-by: Alexan...
2013-02-27 Andreas Schneiders3-param: Don't leak file descriptor. Reviewed-by:...
2013-02-27 Andreas Schneiders3-lsasd: Don't leak file descriptors. Reviewed-by...
2013-02-26 Christian Ambachs3:rpc_client fix a crash
2013-02-25 Björn Jackebuild/autoconf: put ld check variable in quotes
2013-02-25 Björn Jackebuild/autoconf: fix check for GNU ld version
2013-02-18 Michael Adams3:idmap_autorid: fix freeing of non-talloced memory...
2013-02-13 Jeremy AllisonFix bug 9519 - Samba returns unexpected error on SMB...
2013-02-12 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2013-02-12 Jeremy AllisonFix bug #9642 - vfs_afsacl.c won't build.
2013-02-12 Alexander Bokovoyautoconf: rename pdb_ldap module to pdb_ldapsam
2013-02-12 Alexander Bokovoysource3/wscript: support 'pdb_ldap' module in configure
2013-02-12 Andreas SchneiderRename pdb_ldap to pdb_ldapsam
2013-02-12 David DisseldorpFix bug 9633: recursive mget should continue on EPERM
2013-02-06 Stefan Metzmachers3:auth: wbcAuthenticateEx gives unix times (bug #9625)
2013-02-06 Michael Adams3:winbindd: change getpwsid() to return a passwd struc...
2013-02-06 Michael Adams3:winbindd: check the correct variable for talloc...
2013-02-06 Michael Adams3:winbindd:getgrnam: also produce a group struct for...
2013-02-06 Michael Adams3:winbindd: create group structs for gids that are...
2013-02-06 Michael Adams3:winbindd: factor add_wbint_Principal_to_dict() out...
2013-02-06 Michael Adams3:winbindd: fix a cut'n'paste comment typo in wb_fill_...
2013-02-06 Michael Adams3:winbindd: rename winbindd_getgrnam_lookupsid_done...
2013-02-05 Stefan Metzmachers3: use generate_random_password() instead of generate_...
2013-01-30 Karolin SeegerMerge commit 'samba-4.0.2' into v4-0-test
2013-01-29 Kai Blinswat: Use additional nonce on XSRF protection
2013-01-29 Kai Blinswat: Use X-Frame-Options header to avoid clickjacking
2013-01-28 Jeremy AllisonRegression test for bug #9571 - Unlink after open cause...
next