Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
[samba.git] / source3 / smbd /
2007-12-19 Michael AdamSplit get_nt_acl() into two functions: fsp- and non...
2007-12-19 Michael AdamRemove the "is_directory" parameter from canonicalise_a...
2007-12-19 Michael AdamChange canonicalise_acl() to not take an fsp.
2007-12-19 Michael AdamChange ensure_canon_entry_valid() to not take and fsp.
2007-12-19 Michael AdamChange apply_default_perms() to not take an fsp.
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-19 Jeremy AllisonRemove last_message completely as it's no longer used.
2007-12-18 Volker LendeckeAdd a in-memory cache
2007-12-18 Jeremy AllisonRemove more static fstrings (yes this little cache...
2007-12-17 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-17 Jeremy AllisonFix bug #5121 (unix passwd sync not working on a stream...
2007-12-17 Jeremy AllisonRemove a static fstring.
2007-12-16 Volker Lendeckemake use of [un]marshall_sec_desc, allow for fd==-1...
2007-12-16 Jeremy AllisonMore work on bug #5082, use LC_ALL as this takes
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Jeremy AllisonFix for bug #5082 from Mathias Gug <mathiaz@ubuntu...
2007-12-14 James PeachMove dns_sd.h include to fix the build.
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-14 Rishi SrivatsavaiRegister the smb service with mDNS if mSDN is supported.
2007-12-11 Volker Lendeckeseparate out create_file_unixpath()
2007-12-11 Volker LendeckeMove more stuff out of the way
2007-12-11 Volker LendeckeMove INTERNAL_OPEN_ONLY calculation out of the way
2007-12-10 Jeremy AllisonDon't need an fstring here, we can talloc.
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker LendeckeSimplify add_session_user
2007-12-10 Volker LendeckeIncrease debug level
2007-12-10 Volker LendeckeMove stuff from data to text
2007-12-10 Volker Lendeckeint->bool
2007-12-10 Volker LendeckeTiny simplifications
2007-12-09 Volker LendeckeGet rid of the msgbuf[1600]
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Volker LendeckeAttempt to fix make test :-)
2007-12-07 Volker LendeckePass only internal oplock request values to create_file
2007-12-07 Volker LendeckeMore parameter shuffling
2007-12-07 Volker LendeckeRe-arrange create_file() parameters
2007-12-07 Volker LendeckeMake fname arg to create_file a "const char *"
2007-12-05 Volker LendeckeThere's no point in passing down a 0
2007-12-05 Volker LendeckeMove create_file to open.c
2007-12-05 Volker LendeckeFix an uninitialized variable
2007-12-05 Volker LendeckeFix debug
2007-12-05 Volker LendeckeFix attribute calculation for ntcreate&x
2007-12-05 Volker LendeckeFix error returns
2007-12-05 Volker LendeckeFix debugs
2007-12-05 Volker LendeckeImplement create_file()
2007-12-05 Volker LendeckeReformatting, also allow quotas for transact_create
2007-12-05 Volker LendeckeTiny refactorings
2007-12-05 Volker LendeckeSplit out sd parsing
2007-12-05 Volker LendeckeReformatting
2007-12-05 Volker LendeckeAlign formatting, one TALLOC_FREE is enough
2007-12-05 Volker LendeckeMove pulling the ea list out of the way
2007-12-05 Volker LendeckeReformatting
2007-12-05 Volker LendeckePut posix semantic calculation in the same place in...
2007-12-05 Volker LendeckeTiny refactoring
2007-12-05 Volker LendeckeTiny refactoring
2007-12-05 Volker LendeckeTALLOC_FREE early
2007-12-05 Volker Lendeckeconsolidate srvstr_get_path in ntcreate_and_X
2007-12-05 Volker LendeckeTiny refactoring
2007-12-05 Volker Lendecketiny refactoring
2007-12-04 Jeremy AllisonFix crash bug with vl's new trans handling in old transs
2007-12-03 Jeremy AllisonRemove unused wpstring and macros. Stop using pstrcpy...
2007-12-02 Volker LendeckeBump up debug level
2007-12-01 Volker LendeckeIn nttransact_create, we also need to check for delete...
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-26 Volker LendeckeFix bug 5055
2007-11-23 Stefan Metzmachersmbd: close_stat() should be static
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
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...
next