Merge of Andrew's changes in 2.2.
[nivanova/samba-autobuild/.git] / source3 / smbd /
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-11 Jeremy AllisonTo stop people complaining about the mktemp call, move...
2001-04-11 Jeremy AllisonFix for core dump in security = share code with new...
2001-04-09 Jeremy AllisonAdded set/get SD's on shares. Check before tcon.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-04-06 Jeremy AllisonFix from Ed Boraas for not core dumping when out of...
2001-04-05 Jeremy AllisonFix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get...
2001-04-01 Jeremy AllisonIntegrated solaris nfs quota code from Alan Romeril...
2001-03-31 Andrew Tridgellstarted converting some of the only-ascii code to use...
2001-03-30 Jeremy Allisonutils/torture.c: Added one more delete on close test.
2001-03-30 Jeremy AllisonFixed extern ref typo for file generic perms. 2am codin...
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-28 Jeremy AllisonInsure fix. Don't read 4 bytes from data area unless...
2001-03-28 Jeremy AllisonFixed the problem Gerald reported. Unfortunately we...
2001-03-27 Jeremy AllisonRemoved NFS quotas code for Solaris as Alan wants to...
2001-03-27 Jeremy AllisonAdded NFS quota support for Solaris 5.x from Alan Romer...
2001-03-27 Jeremy AllisonBail out early if null passwords and lp_null_passwords...
2001-03-26 Jeremy AllisonPatch from Massimo Sivilotti <mass@tanner.com> to log...
2001-03-26 Jeremy AllisonPatch from Sean.Batt@anu.edu.au to ensure error reporti...
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Saving and restoring errno here...
2001-03-26 Jeremy AllisonEnsure get/set NT ACL code is redirected through vfs.
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Sync up with 2.2 changes - don't...
2001-03-23 Jeremy AllisonMore unused variables.
2001-03-23 Jeremy AllisonMade the fixes Andrew suggested to asci string code...
2001-03-23 Jeremy AllisonTwo OS/2 printer fixes from Jim McDonough @ IBM.
2001-03-23 Jeremy Allisongroupdb/mapping.c:
2001-03-23 Jeremy AllisonSync up with 2.2 ACL code.
2001-03-23 Jean-François Mico... first pass of the new group mapping code
2001-03-22 Jeremy AllisonNew POSIX ACL mapping code. Works with UNIX permissions...
2001-03-20 Jeremy AllisonFix for crash when doing name lookup with a quoted...
2001-03-19 Jeremy AllisonAdded sys_dlopen/sys_dlsym/sys_dlclose.
2001-03-18 Andrew Tridgellfixed some compilation errors with IRIX cc
2001-03-17 Andrew TridgellADMIN$ is an IPC share, not a disk share
2001-03-17 Jeremy Allisonlib/system.c (Finally) fixed all insure errors in passw...
2001-03-17 Jeremy AllisonI'm happy with the mapping for NT getACL, now for NT...
2001-03-16 Andrew Tridgelldon't need to force unicode strings in flg2 anymore
2001-03-16 Andrew Tridgellfinished the conversion to unicode of the last of the...
2001-03-16 Andrew Tridgellconverted the nttrans code to unicode on the wire
2001-03-16 Andrew Tridgellconverted reply_printqueue
2001-03-16 Andrew Tridgellconverted reply_search
2001-03-16 Andrew Tridgellenable unicode on the wire by default in smbd
2001-03-15 Jeremy AllisonTidyup return of zero-permissions (map to ACE_DENIED...
2001-03-15 Jeremy AllisonLast tweak (I promise :-). Fallback to returning our...
2001-03-14 Andrew Tridgelldon't need srvstr_push_size or srvstr_pull_size
2001-03-14 Andrew Tridgellconverted the smb messaging code to unicode
2001-03-14 Andrew Tridgellconverted a bunch more trans2 calls for unicode. This...
2001-03-13 Andrew Tridgellfixed srvstr_push() call
2001-03-13 Andrew Tridgellconverted a bunch more fns to unicode
2001-03-13 Jeremy AllisonFix from Jim McDonough of IBM for using Win9x user...
2001-03-13 Andrew Tridgellsimpler and more correct srvstr_push()
2001-03-13 Andrew Tridgellconverted reply_tcon()
2001-03-13 Andrew Tridgellconverted a bunch more server functions to unicode
2001-03-13 Andrew Tridgelladded STR_ASCII flag to srvstr_pull()
2001-03-13 Andrew Tridgell- convert chkpath
2001-03-13 Andrew Tridgellconverted findnext to unicode
2001-03-13 Andrew Tridgellthis patch does a number of things:
2001-03-13 Jeremy AllisonAdded ADMIN$ share as alias for IPC$ except no guest...
2001-03-11 Jeremy AllisonMoved cruft out of smb.h into ntdomain.h where it belon...
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Andrew Tridgellconverted reply_open, reply_open_and_x and reply_fclose
2001-03-10 Andrew Tridgellstarted support for unicode on the wire in smbd. Using...
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-09 Gerald Cartermerge of 'lanman auth' and 'min protocol' from 2.2
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-27 Jeremy AllisonFixes from Toomas Soome <tsoome@ut.ee> code unicode...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2001-02-23 Gerald Carterremoved wrong patch to get_dir_entry(). This was left...
2001-02-23 Jeremy Allisoninclude/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
2001-02-22 Jeremy AllisonFixed file descriptor leak in error processing of print...
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-02-16 Jeremy Allisonconfigure configure.in smbd/posix_acls.c smbd/dosmode...
2001-02-15 Herb Lewissamba/source/nmbd/nmbd.c change remote_machine name...
2001-02-14 Tim PotterMerge ... i18n fixes from appliance branch. Samba...
2001-02-12 Jeremy AllisonFix for DACL/SACL masking typo - spotted by medha@pezma...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-02-11 Jeremy AllisonEnsure people know this is unused.
2001-02-08 Andrew Tridgellreverted *.* patch until someone explains to me what...
2001-02-08 Gerald Cartermerge from SAMBA_2_2
2001-02-08 Gerald Carterreplaced inet_aton() with inet_addr() to keep Solaris...
2001-01-31 Jeremy Allisonlib/system.c: Fix for pw caching.
2001-01-30 Tim PotterTurned down noisy debug statement.
2001-01-30 Jeremy AllisonFix inspited by Alan Romeril. 50% speedup in domain...
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-25 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-25 Jeremy AllisonFixes from appliance-head for pdc searches.
2001-01-24 Jeremy AllisonSync up with POSIX ACL code from 2.2.
2001-01-24 Jeremy Allisonsmbd/process.c: & type with 0xff for paranioa sake...
2001-01-24 Jeremy Allisonsmbd/lanman.c: Fix for calling qsort with 0 number.
2001-01-23 Jeremy AllisonFix from Kenichi Okuyama for memory leak on Realloc...
2001-01-23 Gerald Carteronly add the service name and client machine name to...
2001-01-23 Jeremy Allisoninclude/vfs.h:
2001-01-22 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-17 Jeremy AllisonGet the logic right thistime :-(.
2001-01-17 Jeremy AllisonTypo in new file_chmod code caused file attribute chang...
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-15 Jeremy AllisonFixes for POSIX ACLS. ACL merge code.
2001-01-15 Jeremy AllisonUpdated from 2.2.
next