Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2001-03-09 | 21 | -149/+231 |
| | | | | | | | | | We were reading the endainness in the RPC header and then never propagating it to the internal parse_structs used to parse the data. Also removed the "align" argument to prs_init as it was *always* set to 4, and if needed can be set differently on a case by case basis. Now ready for AS/U testing when Herb gets it set up :-). Jeremy. | ||||
* | Patch from Michael Sweet <mike@easysw.com> to allow a --with-fhs. Is *not* | Jeremy Allison | 2001-03-09 | 3 | -824/+932 |
| | | | | | selected by default (default is no change to install directories). Jeremy. | ||||
* | Smbmount fixes from the new maintainer Urban Widmark <urban@svenskatest.se> | Jeremy Allison | 2001-03-09 | 3 | -59/+293 |
| | | | | Jeremy. | ||||
* | Final (hopefully) compiler warning fixes. | Jeremy Allison | 2001-03-09 | 2 | -3/+4 |
| | | | | Jeremy. | ||||
* | Dead code elimination from SGI compiler. | Jeremy Allison | 2001-03-09 | 7 | -13/+17 |
| | | | | Jeremy. | ||||
* | Dead code removal from SGI compiler. | Jeremy Allison | 2001-03-09 | 7 | -25/+12 |
| | | | | Jeremy. | ||||
* | Removed dead code... SGI compiler warnings. | Jeremy Allison | 2001-03-09 | 1 | -2/+0 |
| | | | | Jeremy. | ||||
* | More SGI compiler warning fixes. | Jeremy Allison | 2001-03-09 | 5 | -22/+12 |
| | | | | Jeremy. | ||||
* | Preparing for alpha3. Fixes for SGI compiler warnings. | Jeremy Allison | 2001-03-09 | 3 | -6/+6 |
| | | | | Jeremy. | ||||
* | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 2001-03-08 | 1 | -2/+0 |
| | | | | Jeremy. | ||||
* | Fixed extra 2 byte incorrect parse in SETUSERINFO_24 that was preventing | Jeremy Allison | 2001-03-08 | 3 | -7/+19 |
| | | | | | | | W2K clients from joining a Samba domain the "old" way (editing /etc/passwd and adding the machine manually in smbpasswd). Vectored the ms_fnmatch function - preparing to make this DOS client specific. Jeremy. | ||||
* | Keep enumerating even if there are no handles yet open on a pipe. | Jeremy Allison | 2001-03-08 | 1 | -1/+4 |
| | | | | Jeremy. | ||||
* | added 'lanman auth' & 'min protocol' code. See smb.conf(5) | Gerald Carter | 2001-03-08 | 4 | -12/+35 |
| | | | | for details | ||||
* | added new link to winbind HOWTO/White Paper | Gerald Carter | 2001-03-08 | 1 | -0/+1 |
| | |||||
* | more autogen stuff | Gerald Carter | 2001-03-08 | 5 | -1153/+2681 |
| | |||||
* | added 'lanman auth' (new), 'min protocol' from Dave Collier-Brown, | Gerald Carter | 2001-03-08 | 1 | -34/+93 |
| | | | | | and 'max protocol' as a more intuitve name for 'protocol'. Code forth coming in a few minutes. :-) | ||||
* | added winbind chapter | Gerald Carter | 2001-03-08 | 1 | -0/+2 |
| | |||||
* | new rule for winbind.sgml | Gerald Carter | 2001-03-08 | 1 | -9/+2 |
| | |||||
* | Tim reminded be about this yesterday. Thanks Tim :-) | Gerald Carter | 2001-03-08 | 1 | -0/+372 |
| | |||||
* | added info level 100 to srv get info call. | Jean-François Micouleau | 2001-03-08 | 5 | -13/+78 |
| | | | | | | | | | passdb/passdb.c: small band aid to reply correctly to domain group RID (dom adm, dom users, ...). that's an interim fix for usrmgr. J.F. I'm gonna miss my plane ! | ||||
* | Ensure dump data dumps the correct size for a POLICY_HND in debug. | Jeremy Allison | 2001-03-08 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | Fixed null pointer deref in new printer enumeration code. | Jeremy Allison | 2001-03-08 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fairly big (but needed) change. Move to per-pipe POLICY handles. | Jeremy Allison | 2001-03-08 | 11 | -565/+528 |
| | | | | | | | | | | | | | | | | | | | | All policy handles will be destroyed on pipe close. No bitmap used, and all handles allocated/deleted in the same way. The ugly, handle specific code in srv_lsa_hnd.c has been removed, now each handle type can store a private data field along with a function that will free the private data on handle close. This means the linked list of printer handles has been removed, as all the info has been added into the pipes_struct. The only issue was enumerating all printers across all open pipes on a change message receipt. This was acheived by adding an enumerate pipes function. This will be a little difficult to move to HEAD due to the samr changes, and probably needs a little more testing with insure. However, even if it turns out that handles are persistent between NT pipes in the same smbd I can fix this by transferring the handle linked list to another pipe of the same type on handle close if this turns out to be the case. Jeremy. | ||||
* | Fix for AS/U not liking it's own assoc_gid. | Jeremy Allison | 2001-03-08 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Missed creation of lsa handles. Made all handle creation use common code. | Jeremy Allison | 2001-03-07 | 4 | -34/+24 |
| | | | | Jeremy. | ||||
* | Correctly marshall "POLICY_HND" structs accross all uses. | Jeremy Allison | 2001-03-07 | 11 | -61/+59 |
| | | | | Jeremy. | ||||
* | autogen | Gerald Carter | 2001-03-07 | 2 | -11/+15 |
| | |||||
* | fixed some typos and clarfied some things. Thanks to | Gerald Carter | 2001-03-07 | 1 | -5/+7 |
| | | | | RSzczesniak@mis.com.pl | ||||
* | fixed typo | Gerald Carter | 2001-03-07 | 1 | -1/+1 |
| | |||||
* | some autogen documentation | Gerald Carter | 2001-03-07 | 10 | -117/+1825 |
| | |||||
* | updating SWAT main page to fix the mailing list link and to | Gerald Carter | 2001-03-07 | 1 | -21/+29 |
| | | | | link to new HTML docs | ||||
* | perl script for generating articles from the SGML/DocBook chapters | Gerald Carter | 2001-03-07 | 1 | -0/+25 |
| | | | | in projdoc/* | ||||
* | rules for building individual HOWTOs | Gerald Carter | 2001-03-07 | 3 | -4/+47 |
| | |||||
* | some updates to make it easier fo rthe 2.2 release. | Gerald Carter | 2001-03-07 | 1 | -13/+19 |
| | |||||
* | updated Samba-HOWTO-Collection articles to reflect authorship | Gerald Carter | 2001-03-06 | 10 | -1118/+2507 |
| | | | | by the correct people. Moved ENCRYPTION.txt over. More as I get time. | ||||
* | moved to Samba-HOWTO-Collection | Gerald Carter | 2001-03-06 | 1 | -332/+0 |
| | |||||
* | Roll back the 2.2 code using talloc_realloc to the HEAD code (which | Jeremy Allison | 2001-03-06 | 5 | -272/+203 |
| | | | | | is more efficient although less elegant). Jeremy. | ||||
* | cleanup and fix typos | Gerald Carter | 2001-03-05 | 2 | -494/+48 |
| | |||||
* | cleanup and fix typoes. Removed files have been relocated to the | Gerald Carter | 2001-03-05 | 6 | -1131/+9 |
| | | | | Samba-HOWQTO-Collection | ||||
* | autogen from docbook/projdoc/*sgml | Gerald Carter | 2001-03-05 | 2 | -0/+4379 |
| | |||||
* | rules for Samba-HOWTO-Collection | Gerald Carter | 2001-03-05 | 1 | -2/+12 |
| | |||||
* | working towards a consoldiated collections of HOWTOs | Gerald Carter | 2001-03-05 | 6 | -3/+1452 |
| | |||||
* | Ok - talloc_realloc now returns 10,000 jobs ok. | Jeremy Allison | 2001-03-03 | 1 | -17/+21 |
| | | | | | | It does get large (100Mb SIZ) though. Need to compare with appliencehead branch. God it's late (12:30am) I'm going home.... Jeremy. | ||||
* | Hmmmmm. Ok - the talloc_realloc code works fine under insure with 500 jobs | Jeremy Allison | 2001-03-03 | 2 | -5/+7 |
| | | | | | in a queue.... Jeremy. | ||||
* | The new talloc_realloc is cool, but is *unuseably* slow with a 10,000 job | Jeremy Allison | 2001-03-03 | 2 | -41/+69 |
| | | | | | | | | | printer spool queue. Modified talloc_realloc to internally use a separate chunk that uses the standard realloc() when called. This puts the performance back to acceptable on 10,000 job queue's (phew). Also upped the incoming RPC allow size to 10MB from 1MB as with W2K and a 10,000 job queue it sends an RPC over 1.5 mb. Better to be safe than sorry. Jeremy. | ||||
* | Added a simple talloc_realloc and changed some code in spoolss to use it. | Jeremy Allison | 2001-03-03 | 4 | -112/+137 |
| | | | | | | | | | | | | It works by adding a TALLOC_ALIGN_SIZE (32 byte) prefix to each talloc area, and storing the current size and back pointer to the talloc_chunk area that points to the current chunk we're in. We check if we're the last area at the end of the chunk (which we commonly are when doing a Realloc loop) and there's free space then we just adjust the length and return the same value, otherwise we talloc the new size, and then memcpy. Checked out and seems to be fine, and the maximum TALLOC size returned is 24k (although I intend to check with a 10,000 print job list output). Jeremy. | ||||
* | one more fixed. | Jean-François Micouleau | 2001-03-02 | 1 | -9/+3 |
| | | | | J.F. | ||||
* | autogen | Gerald Carter | 2001-03-02 | 6 | -7/+52 |
| | |||||
* | fixed up some contact information after speaking with Urban | Gerald Carter | 2001-03-02 | 3 | -3/+21 |
| | |||||
* | fixed a few typos and added 'enumports command' | Gerald Carter | 2001-03-02 | 3 | -12/+115 |
| |