summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-228/+352
* syncing up for 2.2.6pre2Gerald Carter2002-08-271-2/+4
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-8/+17
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-361/+460
* 2.2.3 now in sync.Jeremy Allison2002-02-021-3/+1
* Move over to RELEASE branch.Jeremy Allison2002-02-011-454/+701
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-849/+596
* Toomas Soomes' patch for joining a domain the old way.Jeremy Allison2001-07-111-1/+1
* Adding Andrews fix for the zero first byte password check bug.Jeremy Allison2001-07-061-10/+1
* Syncup getting ready for release.Jeremy Allison2001-07-061-107/+186
* Log debug message before and after so we know if netbios names were changed.Jeremy Allison2001-06-231-0/+3
* Added other_safe_chars to alpha_strcpy(). Better fix for problem.Jeremy Allison2001-06-231-2/+2
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-4/+4
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-121-2/+2
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* added 'lanman auth' & 'min protocol' code. See smb.conf(5)Gerald Carter2001-03-081-11/+22
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-2/+0
* Merge of i18n fixes from appliance-head. We need to revisit the internalJeremy Allison2001-02-151-3/+2
* Merges from appliance-head for I18N fixes from Tim.Jeremy Allison2001-02-141-1/+1
* Cause all calls to getpwnam to go through sys_getpwnam().Jeremy Allison2001-02-101-2/+2
* get_md4pw was called with 2 params, one never used. mach_name andJean-François Micouleau2001-01-311-3/+3
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-241-4/+1
* merge from HEADGerald Carter2001-01-231-1/+5
* include/vfs.h:Jeremy Allison2001-01-231-3/+3
* Added fix needed for appliances. When using winbindd - a new user mayJeremy Allison2001-01-111-5/+37
* Extra part of fix that Gerald missed (sorry).Jeremy Allison2000-12-121-1/+1
* Don't forget to convert to UNIX character set before asking winbindd.Jeremy Allison2000-11-211-1/+1
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-7/+18
* Merge of the printing fixes from HEAD to 2.2.Jeremy Allison2000-11-151-23/+42
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-55/+52
* Syncup with HEAD.Jeremy Allison2000-10-101-1/+1
* includes.h always include profile.hHerb Lewis2000-10-061-1/+1
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-980/+229
* add some profile stats - all under #ifdef WITH_PROFILEHerb Lewis2000-10-051-76/+1087
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-2/+1
* Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don'tJeremy Allison2000-09-291-1/+1
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-281-1/+1
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-201-1/+10
* we should not lowercase the username we receive inAndrew Tridgell2000-09-121-2/+0
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-301-1/+1
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-281-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-29/+18
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-251-0/+2
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-8/+20
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-3/+1
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-091-1/+3
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-081-3/+1
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-081-1/+4
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-231-2/+6