Age | Commit message (Expand) | Author | Files | Lines |
2003-10-14 | Set errno = ENOSYS if mmap not supported. | Tim Potter | 1 | -0/+1 |
2003-10-14 | Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone to | Tim Potter | 2 | -100/+95 |
2003-10-14 | Ignore autogenerated tdbsam2_parse_info.h | Tim Potter | 1 | -3/+4 |
2003-10-13 | Put back the changes that Simo reverted and fix a speling mistak. | Richard Sharpe | 1 | -1/+3 |
2003-10-13 | So here it is a non-intrusive patch with my latest work on gums (the | Simo Sorce | 17 | -1249/+1208 |
2003-10-13 | Pull my previous changes into head as well. | Richard Sharpe | 2 | -0/+9 |
2003-10-13 | make sure to use the escaped DN; patch from Guenther Deschner; bug 592 | Gerald Carter | 1 | -1/+1 |
2003-10-12 | make nt-time <-> unix-time functions nearly reversible | Simo Sorce | 1 | -2/+5 |
2003-10-10 | Match Samba 2.2, and make ACB_NORMAL the default ACB value. | Andrew Bartlett | 1 | -0/+7 |
2003-10-10 | Ensure cancelling a blocking lock returns the correct error message. | Jeremy Allison | 1 | -1/+1 |
2003-10-10 | Make us pass Samba4 lock tester (with one different error message). | Jeremy Allison | 1 | -0/+3 |
2003-10-09 | We need to make sure that the files that contain the static_init_$subsystem; | Jelmer Vernooij | 2 | -7/+7 |
2003-10-09 | Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester. | Jeremy Allison | 1 | -9/+20 |
2003-10-09 | Move sysquotas autoconf tests to a seperate file in tests/ | Jelmer Vernooij | 3 | -102/+98 |
2003-10-09 | Refuse to configure if --with-expsam=$BACKEND was specified, but | Jelmer Vernooij | 1 | -2/+2 |
2003-10-09 | At least give a message if we're returning a short read for W2K compatibility. | Jeremy Allison | 1 | -2/+12 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -5/+10 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -22/+2 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -16/+16 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |
2003-10-09 | Merge from 3.0: | Tim Potter | 3 | -76/+86 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -1/+3 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -2/+3 |
2003-10-09 | Merge from 3.0: | Tim Potter | 9 | -10149/+2789 |
2003-10-09 | Changes to allow Samba3 to pass the Samba4 RAW-READ tests. | Jeremy Allison | 4 | -20/+61 |
2003-10-08 | Fixup error code returns from Samba4 tester. Ensure invalid paths are | Jeremy Allison | 3 | -40/+170 |
2003-10-07 | Max warnings with gcc. | Jeremy Allison | 1 | -1/+3 |
2003-10-07 | make sure to call get_user_groups() with the full winbindd name for a user if... | Gerald Carter | 2 | -11/+22 |
2003-10-07 | Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564. | Jeremy Allison | 1 | -6/+23 |
2003-10-06 | Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com. | Jeremy Allison | 1 | -3/+3 |
2003-10-06 | cosmetic fix when DESTDIR=/ (default) | Gerald Carter | 11 | -18/+20 |
2003-10-06 | default DESTDIR=/ | Gerald Carter | 1 | -0/+1 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 20 | -945/+1376 |
2003-10-03 | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;... | Gerald Carter | 3 | -6/+19 |
2003-10-03 | cleaning out patch list; patch from Steve L. to change the cwd before the pos... | Gerald Carter | 1 | -3/+3 |
2003-10-03 | abstract UUID parsing code to an individual function; patch from Anthony | Gerald Carter | 1 | -7/+26 |
2003-10-02 | Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549. | Jeremy Allison | 3 | -1/+30 |
2003-10-02 | Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547. | Jeremy Allison | 1 | -0/+4 |
2003-10-02 | Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548. | Jeremy Allison | 1 | -1/+1 |
2003-10-02 | Correct fix for excel read-only bug. Add panic for logic error in developer m... | Jeremy Allison | 2 | -6/+7 |
2003-10-02 | Fix for not opening Excel 2000 files that are read-only. Needs tidying | Jeremy Allison | 1 | -3/+4 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 6 | -114/+159 |
2003-10-01 | Fixed silly typo checking for signal_handler not signal. | Jeremy Allison | 1 | -1/+1 |
2003-10-01 | Allow ^C to interrupt smbpasswd if using our getpass. | Jeremy Allison | 1 | -62/+86 |
2003-10-01 | save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit... | Gerald Carter | 1 | -0/+9 |
2003-10-01 | merge of parameter changes from 3.0 and fix for bug 550 | Gerald Carter | 3 | -8/+7 |
2003-09-29 | Take care of condition where DOS and NT error codes must differ. Found by | Jeremy Allison | 1 | -1/+1 |
2003-09-29 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |