summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Don't try and open tdb secrets file in non-root mode.Jeremy Allison2001-07-061-2/+1
| | | | | | | | Jeremy.
* | Added JF's fix for max_entries being 0.Jeremy Allison2001-07-061-0/+15
| | | | | | | | Jeremy.
* | few more updates from David Krovich <krovich@pinpoint.com>Gerald Carter2001-07-061-30/+58
| |
* | Adding Andrews fix for the zero first byte password check bug.Jeremy Allison2001-07-061-10/+1
| | | | | | | | Jeremy.
* | Grrr. Missed a dollar-Id.Jeremy Allison2001-07-062-2/+0
| | | | | | | | Jeremy
* | Syncup.Jeremy Allison2001-07-061-2/+100
| |
* | Don't use dollar-Id's as it messes up dirdiff.Jeremy Allison2001-07-065-9/+2
| | | | | | | | Jeremy.
* | Why was this removed - re-added so people know yodldocs should be empty inJeremy Allison2001-07-061-0/+14
| | | | | | | | | | a release. Jeremy.
* | Removed JRATEST stuff.Jeremy Allison2001-07-061-4/+0
| | | | | | | | Jeremy.
* | Fix race where wrong action (created or opened) could be returned.Jeremy Allison2001-07-051-0/+8
| | | | | | | | Jeremy.
* | Attempt to fix the win9x "long userlist" problem...Jeremy Allison2001-07-052-31/+38
| | | | | | | | Jeremy.
* | Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison2001-07-051-0/+6
| | | | | | | | | | for help on this. Jeremy.
* | Added Andrew's truncate fix for vfat filesystems.Jeremy Allison2001-07-051-30/+29
| | | | | | | | Jeremy.
* | first pass at trying to autogenerate an index for the HOWTOGerald Carter2001-07-0515-14/+620
| | | | | | | | | | | | | | collection. Sort of works, except I can't get pages numbers in the PDF and can't get working links in the HTML. :-( ...But the index is generated (only one entry right now).
* | fixed some typos in the manpage SGML source and regenerated docs.Gerald Carter2001-07-058-62/+158
| |
* | Spelling fixes, and changes for the new PAM password chat stuff.Andrew Bartlett2001-07-051-23/+24
| | | | | | | | | | | | needs autogen Andrew Bartlett
* | Fix typo in lmhosts man pageAndrew Bartlett2001-07-051-1/+1
| |
* | Adding some doco I wrote a while ago about samba and PAM, needs autogenAndrew Bartlett2001-07-051-0/+19
| | | | | | | | Andrew Bartlett
* | Bring SAMBA_2_2 into line with head, allowing the selection of debug levelsAndrew Bartlett2001-07-055-9/+13
| | | | | | | | and turning off checks for server-level security till I know they work
* | non_root_mode() fix for 2.2Andrew Tridgell2001-07-051-0/+4
| |
* | fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell2001-07-051-1/+1
| |
* | use alpha_strcpy on DNS namesAndrew Tridgell2001-07-051-0/+6
| |
* | use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell2001-07-051-2/+3
| |
* | fix users list, it should work correctly with long list of users now.Jean-François Micouleau2001-07-042-10/+15
| | | | | | | | | | | | | | | | | | | | | | We are replying STATUS_MORE_ENTRIES more often now Limit the MAX_SAM_ENTRIES to 50 instead of 250. It's just a belt and brace mesure. I have a fix for HEAD also (later commit, after some sleep). J.F.
* | make protoAndrew Bartlett2001-07-041-11/+4
| |
* | We now torture the samba 2.2 branch.Andrew Bartlett2001-07-042-2/+4
| | | | | | | | Andrew Bartlett
* | This brings SAMBA_2_2's torture.c into line with HEAD, so I can run the same ↵Andrew Bartlett2001-07-041-467/+731
| | | | | | | | | | | | tests on both and see what breaks. Andrew Bartlett
* | added a few more examples prior to the 2.2.1 release.Gerald Carter2001-07-045-8/+436
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-07-0425-0/+478
|\|
| * strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell2001-07-0478-278/+276
| | | | | | | | can't redefine them. damn.
| * The big character set handling changeover!Andrew Tridgell2001-07-04133-8860/+2412
| | | | | | | | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation.
| * This brings HEAD into line with SAMBA_2_2, they now both use bindir.Andrew Bartlett2001-07-041-3/+2
| | | | | | | | Andrew Bartlett
| * removed some debug codeAndrew Tridgell2001-07-041-18/+13
| |
| * check for bad usernames early in session setupAndrew Tridgell2001-07-041-0/+6
| |
| * Removed bogus server_n local variable in connect_one() function.Tim Potter2001-07-041-5/+2
| |
| * Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-042-9/+46
| | | | | | | | | | set for a share. Jeremy.
| * Small warning removal tidyup.Jeremy Allison2001-07-031-1/+1
| | | | | | | | Jeremy.
| * Remove the exit_server() calls that stop nmbd linking.Jeremy Allison2001-07-031-3/+5
| | | | | | | | Jeremy.
| * Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison2001-07-031-12/+12
| | | | | | | | Jeremy.
| * Removed the default addition of /include to the directory given inJeremy Allison2001-07-032-608/+605
| | | | | | | | | | --with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy.
| * Updated to latest from gnu.org.Jeremy Allison2001-07-032-146/+85
| | | | | | | | Jeremy.
| * Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison2001-07-031-0/+3
| | | | | | | | | | the rpc code to fail on the cray.... Jeremy.
| * Fixed incorrect debug parameters for lock_pid.Jeremy Allison2001-07-031-2/+2
| | | | | | | | Jeremy.
| * Split pam_winbind out of WINBIND progs so it can be build separatelyTim Potter2001-07-031-1/+2
| | | | | | | | only if --with-pam is specified.
| * See if we can stick to slightly valid C..Andrew Bartlett2001-07-031-2/+8
| | | | | | | | | | | | (With thanks to tpot) Andrew Bartlett
| * Fixed incorrect comment for cli_NetServerEnum()Tim Potter2001-07-031-4/+4
| |
| * Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ↵Andrew Bartlett2001-07-031-1/+1
| | | | | | | | as its logsfiles are BIG!
| * fixed socketpair_tcp for OpenBSDAndrew Tridgell2001-07-031-4/+9
| |
| * Reran autoconf.Tim Potter2001-07-031-1/+1
| |
| * Fixed quoting bug - shell programming sucks.Tim Potter2001-07-031-1/+1
| |