summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed a typoAndrew Tridgell2000-12-041-1/+1
| | | | (This used to be commit c9e4dea1cbcf6aa748f5cb10f226345dd2f1adbf)
* added a commentAndrew Tridgell2000-12-041-0/+2
| | | | (This used to be commit 032442802f73948e3af2c86fee0d58f82e47f673)
* fixed the parsing again and got setting acls working with w2kAndrew Tridgell2000-12-041-3/+3
| | | | (This used to be commit 374d08be6443738d6a450801866fd6e046322e2c)
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-044-5/+8
| | | | (This used to be commit a2d07994e0376a8d530d262573c96710bdff2236)
* Added some cli_errstr() calls.Tim Potter2000-12-041-4/+4
| | | | (This used to be commit faaa71a032bc27d073c39da42fc2928ea3226698)
* Removed lsa lookup warnings (I'll remember).Tim Potter2000-12-041-4/+19
| | | | | Print an error if -M refers to a non-existent ACL. (This used to be commit ee6f5a9672795c884cabe80e98e5b0fb3c793539)
* fixed setting ACLs on directoriesAndrew Tridgell2000-12-041-2/+2
| | | | (This used to be commit 117956ecb1878f09708a5dc76ec81ad3cfa8d809)
* fixed indentationAndrew Tridgell2000-12-041-1/+1
| | | | (This used to be commit b7a1c00bed5f0650783c8d7397c11aa2ac59aa04)
* Mask value now displayed as READ/CHANGE/FULL for standard permissions, orTim Potter2000-12-041-27/+66
| | | | | | | | | RWXDPO for special permissions. Append 0x to values printed as hex. Spruced up the help message. (This used to be commit 8a20318c5626f7328fd911144c54fe92426532c5)
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-042-54/+9
| | | | | SACLs) (This used to be commit 52b27d75e12eeeb52b3a93952900809c2ee0b992)
* document -U changeAndrew Tridgell2000-12-041-0/+3
| | | | (This used to be commit 309fab281d569f325615dd2ae71af554b88601c9)
* in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell2000-12-041-0/+9
| | | | | | | DOMAIN\USER this means all our tools can now put the domain name in the -U option (This used to be commit bac1c76f03b6b848fa2e942b12c646aed58bee12)
* signed/unsigned warning fixedAndrew Tridgell2000-12-041-2/+3
| | | | (This used to be commit 71adecd163b13169d359b69f61e8e70e2f140277)
* c++ style comments are NOT allowedAndrew Tridgell2000-12-041-1/+0
| | | | (This used to be commit 8b3c1f4455b7db440911960298f772c4db3d8112)
* fixed acls set bugAndrew Tridgell2000-12-041-13/+18
| | | | (This used to be commit 44524958ed3a0d56b0504b044bf640ceffebb704)
* new protoAndrew Tridgell2000-12-041-370/+370
| | | | (This used to be commit 27c676cb3b43344ce4ceb167322c98027b9c1e4e)
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-043-11/+9
| | | | | derived from the other arguments (This used to be commit 9ec4b1fa48fbae937fdf78db06005a7b0cd52d89)
* Reformatted to look nicer on 80-character screen.Tim Potter2000-12-041-49/+52
| | | | | Replaced 8-bit ascii characters with appropriate 7-bit ones. (This used to be commit cfe4cb5dfaabde8eee0ec20d938cf58a891286a3)
* fixed SACL bugAndrew Tridgell2000-12-041-8/+3
| | | | (This used to be commit 077ee4a7ac7fa8f274269bfc5130d5abff9f35e0)
* - with -D only delete first matchAndrew Tridgell2000-12-041-12/+23
| | | | | - fixed delete bug (This used to be commit 1e0d5f069592ebce58c35e95b0dcdbc5516dd268)
* Fixed some debugging code.Tim Potter2000-12-041-3/+3
| | | | (This used to be commit 369a378b3390b060a676c67950f020c4d147fe6d)
* - added helpAndrew Tridgell2000-12-031-12/+118
| | | | | - added add/modify/delete/set as separate operations (This used to be commit cb324b53c61ee7e4bf0aa5d1fb773672a2674c0f)
* new protosAndrew Tridgell2000-12-031-0/+1
| | | | (This used to be commit 0a990f02d0e25c0f854d6caa3e9c3bc7329697c7)
* cleaner parsing and default handlingAndrew Tridgell2000-12-031-17/+22
| | | | (This used to be commit f8dbd2b799545a8e1e33eceb6739b5b606cdc4b9)
* changed an error messageAndrew Tridgell2000-12-031-1/+1
| | | | (This used to be commit f9f14a4293cecb738f733c6c845275619f7bec40)
* - better parsingAndrew Tridgell2000-12-031-64/+123
| | | | | - started to add non-numeric support (This used to be commit fd4c03aef692cd8ef9a29b60a4d66fe898430317)
* getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell2000-12-032-10/+211
| | | | | step is to support usernames etc (This used to be commit 6cea1647fcbc6f5a903c691273dcec44fcda1fc4)
* added basic ability to dump remote file aclsAndrew Tridgell2000-12-031-6/+52
| | | | (This used to be commit c6c90dc8e163d874748e2020cc140134cffcfe32)
* make sure we don't duplicate object filesAndrew Tridgell2000-12-031-2/+3
| | | | (This used to be commit 976b9f6264c1a5af996777ff1d71db0f762cfa9b)
* new protoAndrew Tridgell2000-12-031-355/+369
| | | | (This used to be commit 2f21a0b10007056d0c359a0edb869f47c897ee7c)
* a prootype program for querying/setting a security decsriptor on aAndrew Tridgell2000-12-031-0/+233
| | | | | | | remote machine it is by no means complete, expect more commits soon (This used to be commit f2f9859b700085cce0ed0c12d8780ad554255ea4)
* - added client support for nttrans callsAndrew Tridgell2000-12-032-0/+282
| | | | | - added a cli_ function for querying a security descriptor on a remote file (This used to be commit e21994ff9d512d1c9d6d360e930809b135df4cf7)
* split the RPC_PARSE object into two pieces. The first is included asAndrew Tridgell2000-12-031-5/+18
| | | | | | part of LIBSMB and the latter is used by parts of samba that know about the pwd backends (This used to be commit 3420b52da5957b5bbf0704d1e386349a061f86cf)
* Added print_freelist command.Jeremy Allison2000-12-022-0/+38
| | | | | Jeremy. (This used to be commit ee89ca9e68abb23fc26cd1378e02e56d0d725e55)
* change the split threahold for the free list to prevent freelistAndrew Tridgell2000-12-021-1/+1
| | | | | fragmentation (This used to be commit b64e1ae69314ae110c548f57810c34e620d57075)
* fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell2000-12-021-2/+2
| | | | (This used to be commit 1d63160c751fa968e3a7618d1feb84a9feaa13dc)
* Allow zero length smb.conf files.Tim Potter2000-12-011-2/+0
| | | | (This used to be commit 46007a541cd2497c14659a10ba24a6d0a375ac5a)
* Run configure script using dirname of $0. This allows configure.developerTim Potter2000-12-011-1/+1
| | | | | to be run when the build directory != source directory. (This used to be commit 697e8e6de50ca4d1a37ec89330a6916429fd9a89)
* Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter2000-12-011-2/+3
| | | | | Found by Joseph Cheek <joseph@cheek.com> (This used to be commit ec74fdc631fbd5f0b5450df02acb9cd98c153823)
* Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison2000-12-011-74/+95
| | | | | Jeremy. (This used to be commit 52e9311bc2a837d1f4791f36c3477c430f841378)
* Keep syncing up POSIX ACL work...Jeremy Allison2000-11-301-110/+111
| | | | | Jeremy. (This used to be commit 8f0062b873b2f4e8b27bb937ad213c4aa29443a7)
* Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison2000-11-301-22/+198
| | | | | Jeremy. (This used to be commit bcac4ede7608a91643f5fcd034f6b273a45b5c7a)
* alignment issues.Jean-François Micouleau2000-11-292-28/+35
| | | | | | | I hate that job ... J.F. (This used to be commit 97e3b293569cebd91b5f2b37a7578e2e2779ceb0)
* First Release of the DocBook 'source'.David Bannon2000-11-283-0/+1816
| | | | (This used to be commit 6cb727c033822e3e5ff3edc532457df8258beefd)
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ↵Jeremy Allison2000-11-283-62/+87
| | | | | | | | | | | a single statement after an 'if'. Tracking this down took 4 hours from my life and ANDREW I WANT THEM BACK !!!!! :-). include/smb.h smbd/password.c: Fixed the bug veritas reported with realloc of the validated_users array growing without bounds. This is now a linked list as god (Andrew) intended :-). Jeremy. (This used to be commit 346f2f9206b9b4ed123e2a61c0a48de630397b8a)
* PDC docs, made from DocBook source, comments ?David Bannon2000-11-284-0/+5879
| | | | (This used to be commit 551a0eebb7c2d71bdc2b340c4d6244a840ac6958)
* Ran DFS on Linux and found that readlink() on Linux does not append NULShirish Kalele2000-11-281-1/+3
| | | | | to the link read. So add a NUL.. (This used to be commit 04ebcf954c7568fc16ff4a75b31715d6b0a34aa4)
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-275-32/+37
| | | | | | | | written to transition from an old DOMAIN.MACHINE.MAC file to secrets.tdb. printing/nt_printing.c: Fix case insensitive name lookups for driver files. John - this should fix the Win9x/WinME problem correctly. Jeremy. (This used to be commit 8f3332a9acf413ac5d12053ca5c52733a4e946cc)
* Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison2000-11-271-0/+8
| | | | | Jeremy. (This used to be commit 349d58fb5758cebc5a8575f80103150b8cd0a080)
* Removed unnessesary init.Jeremy Allison2000-11-271-1/+1
| | | | | Jeremy. (This used to be commit 2a797f9aa26b2d0c703b9d67f6e1ec97e4f408d2)