summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* r2947: applying changes for 2.2.12samba-misc-tags/initial-v2-2-testGerald Carter2007-10-103-4/+82
* r1987: Let Samba use all POSIX features available on VOS.Paul Green2007-10-101-2/+3
* r1889: Cut down on debug messages from is_in_path. paulgPaul Green2007-10-101-3/+2
* r1781: don't crash when xp sp2 sends a fnpcn() without prior ffpcn()Gerald Carter2007-10-101-0/+12
* r1669: Backport samba_3_0 version of snprintf.c to fix build problems on Stra...Paul Green2007-10-103-58/+115
* r1569: merging changes from 2.2.10Gerald Carter2007-10-109-24/+70
* r835: Patches from Rudolf Cejka to properly handle getopt on FreeBSD for rpcc...Richard Sharpe2007-10-103-1/+16
* r584: merge of fix for KB828741 -- pw chg -- from 3.0Gerald Carter2007-10-101-12/+30
* [GLUE] Remove .cvsignore files to sync with SVN r530.Gerald (Jerry) Carter2007-10-1030-138/+0
* Fix spurious check of unix home directory during session_setup when add user ...Steve French2003-10-241-1/+1
* ensure that 'available = no' works for [homes]; reported by Walter HaidingerGerald Carter2003-08-221-3/+1
* Back port of the delete readonly fix from tridge.Jeremy Allison2003-06-201-1/+2
* Fixup RT signal allocation. From 3.0.Jeremy Allison2003-06-062-2/+2
* Fix typos.John Terpstra2003-06-041-1/+1
* Back-port of merge from Volker.Jeremy Allison2003-05-291-0/+4
* Fix potential core dump with 'stat' opens.Jeremy Allison2003-05-224-5/+17
* Merge tridge's old protocol fix back for 2.x.Jeremy Allison2003-05-211-2/+6
* Fix for bugid #82 (missing null check in rpcstr_pull destination).Jeremy Allison2003-05-171-0/+5
* Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison2003-05-101-1/+9
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-0/+3
* fix bug #7; bad offset when retreiving the lanman stringGerald Carter2003-05-091-1/+1
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
* SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
* uint -> uint32 (noticed by Joachim Schmitz).Jeremy Allison2003-05-071-1/+1
* We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
* This adds the 'socket address' hack to nmbd. Jerry, could you pleaseVolker Lendecke2003-04-292-1/+9
* round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* Fixup use of fchmod and setgroups on systems that don't have them.Jeremy Allison2003-04-254-1/+23
* Bug report from Joachim Schmitz jojo@schmitz-digital.de. Don't callJeremy Allison2003-04-241-1/+5
* For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
* Fix _smb_setlen to be non {} safe.Jeremy Allison2003-04-141-2/+2
* workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-5/+9
* Fix error in schema.Simo Sorce2003-04-111-2/+2
* Handle deep referrals: check whether each component in the requested path of ...Shirish Kalele2003-04-101-9/+10
* add "Creator Group" as known SID name, otherwise smbcacls run against aSimo Sorce2003-04-101-0/+1
* Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-092-4/+9
* fix restart option (noticed by Stanford K. Baldwin)Gerald Carter2003-04-091-2/+2
* reran autoconfGerald Carter2003-04-081-795/+891
* oopss. message for previous commit should have beenGerald Carter2003-04-081-51/+54
* Makefile.inGerald Carter2003-04-082-6/+8
* syncing with release branch (includes trans2 fixes)Gerald Carter2003-04-075-11/+54
* copy released version hereHerb Lewis2003-04-051-97/+309
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-042-0/+5
* Add some castiness for Don McCall ...Richard Sharpe2003-04-041-2/+2
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-044-16/+49