Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Why was this removed - re-added so people know yodldocs should be empty in | Jeremy Allison | 2001-07-06 | 1 | -0/+14 | |
| | | | | | | | | | | a release. Jeremy. | |||||
* | | Removed JRATEST stuff. | Jeremy Allison | 2001-07-06 | 1 | -4/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix race where wrong action (created or opened) could be returned. | Jeremy Allison | 2001-07-05 | 1 | -0/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Attempt to fix the win9x "long userlist" problem... | Jeremy Allison | 2001-07-05 | 2 | -31/+38 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB | Jeremy Allison | 2001-07-05 | 1 | -0/+6 | |
| | | | | | | | | | | for help on this. Jeremy. | |||||
* | | Added Andrew's truncate fix for vfat filesystems. | Jeremy Allison | 2001-07-05 | 1 | -30/+29 | |
| | | | | | | | | Jeremy. | |||||
* | | first pass at trying to autogenerate an index for the HOWTO | Gerald Carter | 2001-07-05 | 15 | -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 Carter | 2001-07-05 | 8 | -62/+158 | |
| | | ||||||
* | | Spelling fixes, and changes for the new PAM password chat stuff. | Andrew Bartlett | 2001-07-05 | 1 | -23/+24 | |
| | | | | | | | | | | | | needs autogen Andrew Bartlett | |||||
* | | Fix typo in lmhosts man page | Andrew Bartlett | 2001-07-05 | 1 | -1/+1 | |
| | | ||||||
* | | Adding some doco I wrote a while ago about samba and PAM, needs autogen | Andrew Bartlett | 2001-07-05 | 1 | -0/+19 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Bring SAMBA_2_2 into line with head, allowing the selection of debug levels | Andrew Bartlett | 2001-07-05 | 5 | -9/+13 | |
| | | | | | | | | and turning off checks for server-level security till I know they work | |||||
* | | non_root_mode() fix for 2.2 | Andrew Tridgell | 2001-07-05 | 1 | -0/+4 | |
| | | ||||||
* | | fixed a bug in the parameters SMBctemp uses in open_file_shared() | Andrew Tridgell | 2001-07-05 | 1 | -1/+1 | |
| | | ||||||
* | | use alpha_strcpy on DNS names | Andrew Tridgell | 2001-07-05 | 1 | -0/+6 | |
| | | ||||||
* | | use alpha_strcpy on the domain as it comes off the wire | Andrew Tridgell | 2001-07-05 | 1 | -2/+3 | |
| | | ||||||
* | | fix users list, it should work correctly with long list of users now. | Jean-François Micouleau | 2001-07-04 | 2 | -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 proto | Andrew Bartlett | 2001-07-04 | 1 | -11/+4 | |
| | | ||||||
* | | We now torture the samba 2.2 branch. | Andrew Bartlett | 2001-07-04 | 2 | -2/+4 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | This brings SAMBA_2_2's torture.c into line with HEAD, so I can run the same ↵ | Andrew Bartlett | 2001-07-04 | 1 | -467/+731 | |
| | | | | | | | | | | | | tests on both and see what breaks. Andrew Bartlett | |||||
* | | added a few more examples prior to the 2.2.1 release. | Gerald Carter | 2001-07-04 | 5 | -8/+436 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-07-04 | 25 | -0/+478 | |
|\| | ||||||
| * | strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵ | Andrew Tridgell | 2001-07-04 | 78 | -278/+276 | |
| | | | | | | | | can't redefine them. damn. | |||||
| * | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 133 | -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 Bartlett | 2001-07-04 | 1 | -3/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | removed some debug code | Andrew Tridgell | 2001-07-04 | 1 | -18/+13 | |
| | | ||||||
| * | check for bad usernames early in session setup | Andrew Tridgell | 2001-07-04 | 1 | -0/+6 | |
| | | ||||||
| * | Removed bogus server_n local variable in connect_one() function. | Tim Potter | 2001-07-04 | 1 | -5/+2 | |
| | | ||||||
| * | Ensure we correctly round down to 2 second boundary if dos filetime | Jeremy Allison | 2001-07-04 | 2 | -9/+46 | |
| | | | | | | | | | | set for a share. Jeremy. | |||||
| * | Small warning removal tidyup. | Jeremy Allison | 2001-07-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Remove the exit_server() calls that stop nmbd linking. | Jeremy Allison | 2001-07-03 | 1 | -3/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed warnings and made const-safe so it has the correct prototype. | Jeremy Allison | 2001-07-03 | 1 | -12/+12 | |
| | | | | | | | | Jeremy. | |||||
| * | Removed the default addition of /include to the directory given in | Jeremy Allison | 2001-07-03 | 2 | -608/+605 | |
| | | | | | | | | | | --with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. | |||||
| * | Updated to latest from gnu.org. | Jeremy Allison | 2001-07-03 | 2 | -146/+85 | |
| | | | | | | | | Jeremy. | |||||
| * | Added #define of int32 to int for cray. This will almost certainly cause | Jeremy Allison | 2001-07-03 | 1 | -0/+3 | |
| | | | | | | | | | | the rpc code to fail on the cray.... Jeremy. | |||||
| * | Fixed incorrect debug parameters for lock_pid. | Jeremy Allison | 2001-07-03 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Split pam_winbind out of WINBIND progs so it can be build separately | Tim Potter | 2001-07-03 | 1 | -1/+2 | |
| | | | | | | | | only if --with-pam is specified. | |||||
| * | See if we can stick to slightly valid C.. | Andrew Bartlett | 2001-07-03 | 1 | -2/+8 | |
| | | | | | | | | | | | | (With thanks to tpot) Andrew Bartlett | |||||
| * | Fixed incorrect comment for cli_NetServerEnum() | Tim Potter | 2001-07-03 | 1 | -4/+4 | |
| | | ||||||
| * | Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ↵ | Andrew Bartlett | 2001-07-03 | 1 | -1/+1 | |
| | | | | | | | | as its logsfiles are BIG! | |||||
| * | fixed socketpair_tcp for OpenBSD | Andrew Tridgell | 2001-07-03 | 1 | -4/+9 | |
| | | ||||||
| * | Reran autoconf. | Tim Potter | 2001-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed quoting bug - shell programming sucks. | Tim Potter | 2001-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Adding Michael Sweet's LSB packaging. | Jeremy Allison | 2001-07-03 | 5 | -0/+491 | |
| | | | | | | | | Jeremy. | |||||
| * | - sorry, forgot to check a pointer | Simo Sorce | 2001-07-03 | 1 | -3/+5 | |
| | | ||||||
| * | Applied Michael Sweet's patch, with one minor signal change. | Jeremy Allison | 2001-07-03 | 1 | -4/+26 | |
| | | | | | | | | Jeremy. | |||||
| * | - sorry, forgot to test a pointer | Simo Sorce | 2001-07-03 | 1 | -21/+26 | |
| | | ||||||
| * | Made talloc_realloc() semantics match realloc(). JF was complaining :-). | Jeremy Allison | 2001-07-02 | 1 | -0/+8 | |
| | | | | | | | | | | realloc(NULL) == malloc. realloc(p,0) == free() - a no-op in talloc. Jeremy. | |||||
| * | Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent | Jeremy Allison | 2001-07-02 | 1 | -0/+3 | |
| | | | | | | | | | | was being miss-parsed. Jeremy. | |||||
| * | Fixed auto-alloc of dispinfo code when unmarshalling. | Jeremy Allison | 2001-07-02 | 1 | -4/+64 | |
| | | | | | | | | Jeremy. |