summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-10-15created a new target: genparseSimo Sorce2-5/+7
2003-10-14updating version in copyrightGerald Carter1-1/+1
2003-10-14Enable us to see what sequence number we were expecting when we fail a signJeremy Allison1-4/+4
2003-10-14fix typoSimo Sorce1-1/+1
2003-10-14sorry folks, forgot to cvs add/remove before commit.Simo Sorce4-1196/+1923
2003-10-14Delete unused label to fix compiler warning.Tim Potter1-1/+0
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter5-0/+30
2003-10-14Set errno = ENOSYS if mmap not supported.Tim Potter1-0/+1
2003-10-14Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone toTim Potter2-100/+95
2003-10-14Ignore autogenerated tdbsam2_parse_info.hTim Potter1-3/+4
2003-10-13Put back the changes that Simo reverted and fix a speling mistak.Richard Sharpe1-1/+3
2003-10-13So here it is a non-intrusive patch with my latest work on gums (theSimo Sorce17-1249/+1208
2003-10-13Pull my previous changes into head as well.Richard Sharpe2-0/+9
2003-10-13make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter1-1/+1
2003-10-12make nt-time <-> unix-time functions nearly reversibleSimo Sorce1-2/+5
2003-10-10adding notice about new samba-docs cvs modeuleGerald Carter1-0/+10
2003-10-10removing docs from HEADGerald Carter676-185761/+0
2003-10-10Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett1-0/+7
2003-10-10Ensure cancelling a blocking lock returns the correct error message.Jeremy Allison1-1/+1
2003-10-10Make us pass Samba4 lock tester (with one different error message).Jeremy Allison1-0/+3
2003-10-09We need to make sure that the files that contain the static_init_$subsystem;Jelmer Vernooij2-7/+7
2003-10-09Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.Jeremy Allison1-9/+20
2003-10-09Move sysquotas autoconf tests to a seperate file in tests/Jelmer Vernooij3-102/+98
2003-10-09Refuse to configure if --with-expsam=$BACKEND was specified, butJelmer Vernooij1-2/+2
2003-10-09At least give a message if we're returning a short read for W2K compatibility.Jeremy Allison1-2/+12
2003-10-09Merge from 3.0:Tim Potter1-5/+10
2003-10-09Merge from 3.0:Tim Potter1-22/+2
2003-10-09Merge from 3.0:Tim Potter1-1/+1
2003-10-09Merge from 3.0:Tim Potter1-1/+1
2003-10-09Merge from 3.0:Tim Potter1-16/+16
2003-10-09Merge from 3.0:Tim Potter1-1/+1
2003-10-09Merge from 3.0:Tim Potter1-1/+1
2003-10-09Merge from 3.0:Tim Potter3-76/+86
2003-10-09Merge from 3.0:Tim Potter1-1/+3
2003-10-09Merge from 3.0:Tim Potter1-2/+3
2003-10-09Merge from 3.0:Tim Potter1-9/+0
2003-10-09Merge from 3.0:Tim Potter9-10149/+2789
2003-10-09Merge from 3.0:Tim Potter1-4/+10
2003-10-09Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison4-20/+61
2003-10-08Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison3-40/+170
2003-10-07Max warnings with gcc.Jeremy Allison1-1/+3
2003-10-07make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter2-11/+22
2003-10-07Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison1-6/+23
2003-10-06Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison1-3/+3
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter11-18/+20
2003-10-06default DESTDIR=/Gerald Carter1-0/+1
2003-10-06split some security related functions in their own files.Simo Sorce20-945/+1376
2003-10-03don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter3-6/+19
2003-10-03cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter1-3/+3
2003-10-03abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter1-7/+26