summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* playing with Makefile and autogenGerald Carter2001-02-239-31/+32
| | | | (This used to be commit cb2257440491240e8fbe2619e9221aee657ee812)
* 'make html` is ugly but it works....Gerald Carter2001-02-231-3/+17
| | | | (This used to be commit 416789f0b6180aefcae5f8421104252db4530b19)
* 'make man' will generate all man pages nowGerald Carter2001-02-231-49/+223
| | | | (This used to be commit 4d126e8098aa5e862a5c995dec93564be1374424)
* moved rpcclient from section 8 to section 1Gerald Carter2001-02-231-241/+0
| | | | (This used to be commit 49ae264b8489b58465aced9da900e32544510743)
* playing with autogen files againGerald Carter2001-02-2326-284/+44
| | | | (This used to be commit ff3623cae67564edd853bd1c3f03b0fd0e1d9d8f)
* couple of updates to remove error message when generatingGerald Carter2001-02-233-12/+12
| | | | | man pages (This used to be commit caea759c9b4aa9920d3f4034c092e2bade8dde49)
* just saving my changes as I go. These do not work yet....Gerald Carter2001-02-232-0/+93
| | | | (This used to be commit c629929b2ca78f73c2275d27eb080a73cd9ac6b8)
* removed wrong patch to get_dir_entry(). This was left over from theGerald Carter2001-02-231-5/+0
| | | | | wildcard stuff.... (This used to be commit f77fa6a0e510fe5ad54d20eaabd345e6ee0526dc)
* more autogen stuffGerald Carter2001-02-234-1404/+3121
| | | | (This used to be commit e2070a4bde8f0d16d025a949c086316caee0349a)
* last files converted!!! Yah!!!! :-)Gerald Carter2001-02-232-904/+1409
| | | | (This used to be commit 435dbd0535dda564523521db1a820a84ad6d96e3)
* make sure denied aces are firstAndrew Tridgell2001-02-231-1/+1
| | | | (This used to be commit b0b49a4b28891f3e2ec8e8e221af713250cc8e17)
* cast the qsortAndrew Tridgell2001-02-231-1/+1
| | | | (This used to be commit 703d9f5cb32ca4131051c50646fd833fb1ae7d76)
* - fixed the sort_acl bug, sorting now works rightAndrew Tridgell2001-02-232-54/+52
| | | | | | - don't allow setting of duplicate ACEs - fixed a ACE delete bug (This used to be commit 61293979ce2aded58a5ef2a54b3b05d1d278f7cf)
* more updates. Conversion almost done. 2 more man pagesGerald Carter2001-02-2311-2078/+3539
| | | | | (then all the ASCII stuff) (This used to be commit 7247027e833616bfe9350253cc1e6cdb236b2cdf)
* include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison2001-02-235-69/+112
| | | | | | | | | | | | | | include/smb.h: Added LPQ_xx enums to correspond with the NT JOB_STATUS_XXX. We need these to be different as we're storing LPQ_xx enums in the tdb already. rpc_server/srv_spoolss_nt.c: Don't need to return status strings as we're now returning status codes. smbd/lanman.c: Change the RAP status codes to have "RAP" in the name. printing/printing.c: Keep track of the status of a job. Allow a job to be deleted from one smbd when being submitted by another. Made logic in mutex clearer. Jeremy. (This used to be commit 71029da7dd74eb91dd6953752bdf238f319d985d)
* I'm just checking these in. There not done.Gerald Carter2001-02-235-0/+951
| | | | (This used to be commit 03f85cf3c80e8bb93d698da0a17ac61d0da91950)
* autogenerated files....Gerald Carter2001-02-236-1279/+2221
| | | | (This used to be commit edb0e5df4c7053a7163d32bba7ecf893a67523ca)
* add a few, fix a few, add a few, fix a few...Gerald Carter2001-02-235-75/+809
| | | | (This used to be commit 5ffb96527ef3bf9f271633a219dcaa02471e4e80)
* Always increment even if the read fails (otherwise we spin if we hit the ↵Jeremy Allison2001-02-231-1/+4
| | | | | | | kernel bug...). Jeremy (This used to be commit d388dfa53b3a7a2dcce6d5591531d6ade0cbab62)
* more auto generated....Gerald Carter2001-02-222-234/+416
| | | | (This used to be commit c3930c6bdb05f919e27b9b7f0b2e2f83a78de51a)
* saving this one while I go eatGerald Carter2001-02-221-0/+202
| | | | (This used to be commit 33310282d1c85613f7266c253598297e01ab8443)
* one more down...Gerald Carter2001-02-221-0/+186
| | | | (This used to be commit 583a7b3a8ca9934a72d2b67891ca36ad48c32168)
* make it stop...please, make it stop....Gerald Carter2001-02-226-402/+1043
| | | | (This used to be commit 3d8f4113ebb178e2f8281edfce968d7035f443af)
* save as we go. More pages done.Gerald Carter2001-02-226-464/+1103
| | | | (This used to be commit ec1dfb80b39f816faed702ace20a385aba9caf6b)
* while I was at it.....Gerald Carter2001-02-229-149/+1078
| | | | (This used to be commit 723bcb57e8bd54a36f2c217246f78a4301b6b25b)
* there is seemingly no end to these man pages....Gerald Carter2001-02-223-159/+414
| | | | (This used to be commit e5996f4948a4220c71070769dce2c5baf1a65ac8)
* lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true ↵Jeremy Allison2001-02-222-17/+130
| | | | | | | | | | | | on a pipe and then a blocking read to fail. Make the pipe read/write non blocking. printing/printing.c: Added a mutex around the code that enumerates all the jobs in a print queue. Allows only one smbd to be doing this at any one time. This fixes a capacity problem discovered at HP with <10,000 jobs in a print queue. Jeremy. (This used to be commit 0d3ae603a2b86d476458ee2a7d4f7d22636c3f66)
* getting closerGerald Carter2001-02-223-207/+576
| | | | | .... (This used to be commit 5aed6bf227e9a83eab810560a21dca0c96d14dcf)
* more updates.....Gerald Carter2001-02-223-168/+461
| | | | (This used to be commit 773ccb36ad3186ad11d92185b66678d49d9ec4fd)
* fixed typoGerald Carter2001-02-221-1/+1
| | | | (This used to be commit 59323f7aa2fe2fe63c284a64a76406cc18d0023c)
* and some more....Gerald Carter2001-02-223-155/+383
| | | | (This used to be commit c82234a03e8adf5ab2e2135f8e0948e3ed559bd9)
* fixed bad linkGerald Carter2001-02-221-1/+1
| | | | (This used to be commit ab5119467dd917ba598c3ec32893719890e790d2)
* more updates.....Gerald Carter2001-02-223-184/+410
| | | | (This used to be commit ffe442b6b3fdf158863aead6611b554f68fcaa6f)
* more converted docsGerald Carter2001-02-223-307/+797
| | | | (This used to be commit a354ce7c859fbbd9b0173664b92471695f88ada7)
* generated filesGerald Carter2001-02-222-185/+334
| | | | (This used to be commit 46fb00896a625c832e5440fff4bd1d89ea667cbc)
* housekeeping and a new SGML source file (findsmb)Gerald Carter2001-02-225-0/+131
| | | | (This used to be commit d509bb881da1fdad108a843fa35e2ed7248617e9)
* note about docbook conversionGerald Carter2001-02-221-0/+6
| | | | (This used to be commit f1cd3b045ad5d2fd153453116c0450422ffb0b58)
* generated man page and html version of smb.conf(5)Gerald Carter2001-02-222-12056/+22557
| | | | (This used to be commit 14d8d881ec6e4d5e3541d14e8015d6b7e8fda349)
* clean things up to fix HTML generationGerald Carter2001-02-221-544/+543
| | | | (This used to be commit be3a581de37edde555af8bb061c662f8f8e001a2)
* Whew! smb.conf.5.yo completely converted to DocBook (only after 2 & 1/2Gerald Carter2001-02-221-20/+3057
| | | | | | | | | days :) ). The man page generation is fine. Some anchor tags need to be tweaked to get the HTML generation correct. Also, I have done very little editing which means that we'll have to go through and verify acurracy of things like default values, etc... (This used to be commit 9fb11c5ec6d439544549060903ea0f275f5de9a9)
* don't crash on null acl sortAndrew Tridgell2001-02-221-0/+2
| | | | (This used to be commit 59341377413fcbf30c090a3763608d23ac2bff95)
* fixed character set init in smbw_sampleAndrew Tridgell2001-02-221-0/+2
| | | | (This used to be commit c43593ad069670fb47b8e98248254c739bb7ab18)
* - workaround filer lsa lookup bug for unknown sidsAndrew Tridgell2001-02-221-11/+10
| | | | | - add \ at start of name if not needed (another filer workaround) (This used to be commit 48ab6297a1b462e03f70a4d90d50b21982d0d90d)
* cope with filer/NT/samba all in one binary. yeah.Andrew Tridgell2001-02-221-7/+35
| | | | | we now don't open rw for acls (This used to be commit c0f57c3fe636c5a5885c6b2ed4723252597533eb)
* make sure we don't free non-allocated dataAndrew Tridgell2001-02-221-7/+10
| | | | (This used to be commit 4a620f7037378dc042b6388ede6356c6db5d58fb)
* cope better with broken filer expectationsAndrew Tridgell2001-02-221-2/+2
| | | | (This used to be commit 847de3b4adfb00a98032e478b2663d09e240380e)
* Fixed file descriptor leak in error processing of print jobs.Jeremy Allison2001-02-223-55/+64
| | | | | | | NT sends "delete on close" to cancel a print job copied from the command line. Deal with this. Merged JohnR's fixes for print job errors. Jeremy. (This used to be commit 2060d74e48d62c99a1689ee02ac435b71918ddf0)
* update as we go. Almost there....Gerald Carter2001-02-211-85/+3951
| | | | (This used to be commit f29e7f522f831db15409825cbd61709e46acb2b5)
* but it is needed for linking ...Andrew Tridgell2001-02-212-1/+1276
| | | | (This used to be commit e7108a18b2ba5754d402d72492cbcfded2713472)
* rpc_parse_samr.c doesn't exist in head ...Andrew Tridgell2001-02-211-1/+1
| | | | (This used to be commit ea81a3ec88501194b7853a7c71a622b3fc0cf6f1)