Remove pstrcpy I missed.
[bbaumbach/samba-autobuild/.git] / source3 / smbd /
2007-11-20 Jeremy AllisonParanoia check that space_remaining never goes -ve.
2007-11-20 Jeremy AllisonAlways check return from push_ascii.
2007-11-17 Jeremy AllisonEnsure we use PATH_MAX for symlinks.
2007-11-16 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-16 Jeremy AllisonMatch the 3.0.27a version of this function.
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-11-15 Michael AdamFix an implicit cast warning.
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-13 Michael AdamFix potential orphaned open files.
2007-11-13 Jeremy AllisonRemove last pstring from smbd/*.c
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-11-13 Jeremy AllisonMore pstring removal from smbd/*.c
2007-11-13 Jeremy AllisonRemove pstrings from lanman.c
2007-11-12 Jeremy AllisonRemove all pstrings from smbd/chgpasswd.c.
2007-11-12 Jeremy AllisonFix bug #5073. Allow "delete readonly = yes" to correctly
2007-11-12 Jeremy AllisonThree more pstring removals.
2007-11-11 Volker LendeckeCosmetic fix
2007-11-11 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-11-10 Jeremy AllisonRemove last pstring from sesssetup.c
2007-11-10 Jeremy AllisonFix the build when realpath doesn't take null
2007-11-10 Jeremy AllisonRemove pstring from service.c.
2007-11-09 Jeremy AllisonRemove more static fstring/pstrings. Fix socket option
2007-11-09 Stefan Metzmacherndr: change NTSTAUS into enum ndr_err_code (samba3...
2007-11-09 Stefan Metzmacherprepare changes in ndr code
2007-11-09 Volker LendeckeFix some warnings
2007-11-09 Volker LendeckeRemove the silly "user_socket_options" global variable
2007-11-08 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-08 Jeremy AllisonConstrain "min receivefile size" to max of BUFFER_SIZE
2007-11-07 Michael AdamTry to fix the build on irix.
2007-11-06 Michael AdamMove some access check functions that are not posix...
2007-11-06 Michael AdamDon't repeat fast-pathing...
2007-11-06 Michael AdamThis is a proposed patch for Bug #5023.
2007-11-06 Michael AdamAdd a const.
2007-11-05 Michael AdamAdd two const's.
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-05 Günther DeschnerMerge commit 'origin/v3-2-test' into branches/upstream
2007-11-05 Volker LendeckeFix a debug message
2007-11-05 Volker LendeckeMake load_registry_service return the share number
2007-11-05 Jeremy AllisonForgot arg type.
2007-11-04 Jeremy AllisonDon't believe len returned from read_smb_length_return_...
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-11-03 Jeremy AllisonRemove the smb_read_error global variable and replace
2007-11-02 Jeremy AllisonChange the client library to write directly out of
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-02 Jeremy AllisonArgggh. smblen doesn't include the +4, so my smb_doff...
2007-11-02 Jeremy AllisonEnsure we can't accidently do a pipe write with
2007-11-02 Jeremy AllisonBe careful and take care of the correct lengths in...
2007-11-02 Jeremy AllisonEnsure we detect a large writeX when using recvfile.
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-02 Jeremy AllisonAdd brackets so as not to break the POSIX caps return.
2007-10-31 Jeremy AllisonNote when we're setting change time, not write time...
2007-10-31 Jeremy AllisonFix some cases where file_set_dosmode was being passed
2007-10-31 Jeremy AllisonFix vfstest link - move socket calls into smbd/process.c
2007-10-31 Jeremy AllisonMake explicit draining the socket on RECVFILE. Add
2007-10-31 Jeremy AllisonHandle the disk full error case correctly.
2007-10-31 Jeremy AllisonEnsure we don't prematurely clean out the bytes read.
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Stefan Metzmacherstart smbd, nmbd and winbindd with the same startup...
2007-10-28 Volker LendeckeEnable vfs objects = /full/path/to/object.so
2007-10-27 Volker LendeckeTwo patches
2007-10-25 Jeremy AllisonEnsure we don't terminate if we fail to bind to a socket,
2007-10-24 Jeremy AllisonDon't terminate on an invalid address family.
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Gerald (Jerry) CarterMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-10-19 Gerald (Jerry) CarterAdd test for "struct in6_addr" to the HAVE_IPV6 configu...
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Stefan Metzmacherfix startup of smbd, nmbd, winbindd
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Jeremy AllisonAdd const to the get_peer_addr() and get_socket_addr()
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-10-11 Jeremy AllisonFix valgrind-found memory overwrite.
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker25534: Apply some const
2007-10-10 Volker Lendecker25502: Fix bug 5006
2007-10-10 Jelmer Vernooijr25498: Remove checks that are always true.
2007-10-10 Jeremy Allisonr25492: Start adding IPv6 compatible code to lib/util_s...
2007-10-10 Jeremy Allisonr25391: Fix bug #4978 : Store DOS Attributes fails...
2007-10-10 Volker Lendecker25327: Normalize the path we return for 'msdfs proxy'
2007-10-10 Volker Lendecker25324: Fix "msdfs proxy"
2007-10-10 Volker Lendecker25311: Patch from Heinrich Mislik <Heinrich.Mislik...
2007-10-10 Jeremy Allisonr25309: Volker's fix for bug #4984 - samba4 torture...
2007-10-10 Michael Adamr25286: Fix one more caller of unistr2_to_ascii() that...
2007-10-10 Volker Lendecker25184: Fix some C++ warnings and an uninitialized...
2007-10-10 Jeremy Allisonr25173: Use the append_buffer version in a loop.
2007-10-10 Jeremy Allisonr25167: Fix breakage from mangling rewrite. Use the
2007-10-10 Jeremy Allisonr25163: Fix wrong ctx passed to talloc_asprintf_append().
2007-10-10 James Peachr25161: Don't panic if setgroups fails in non-root...
2007-10-10 James Peachr25142: Panic if setting the group list fails while...
2007-10-10 Jeremy Allisonr25141: More pstring removal.
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Günther Deschnerr25135: Remove one END_PROFILE(SMBntcreateX) from call_...
2007-10-10 Jeremy Allisonr25118: More pstring elimination.
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
next