Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed tdb_next_lock bug where it was failing when traversing the end of | Jeremy Allison | 2000-12-07 | 2 | -9/+39 | |
| | | | | | | | | | | one hashchain and the next hashchain was empty. Jeremy. | |||||
* | | - Fix Makefile.in so that clisecdesc.o is in SMBCACLS_OBJ, not LIBSMB_OBJ | David O'Neill | 2000-12-06 | 7 | -26/+20 | |
| | | | | | | | | | | | | | | | | | | Also, fix etags/ctags rules to work when srcdir != builddir - updated configure - compiler warning fixes from APPLIANCE_HEAD (source/lib/util_sec.c source/smbd/vfs-wrap.c) - tdb_chainlock() no longer returns a value. (source/locking/locking.c source/tdb/tdbutil.c source/include/proto.h) | |||||
* | | Merge from applience-head of error message. | Jeremy Allison | 2000-12-06 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Added missing spinlock.{c,h} files. | David O'Neill | 2000-12-06 | 0 | -0/+0 | |
| | | ||||||
* | | Remove the need for 'done:' vs. 'done: ;', as it appears both of these make | David O'Neill | 2000-12-06 | 1 | -24/+21 | |
| | | | | | | | | certain compilers unhappy. | |||||
* | | Fix for Tru64 Unix from Thomas Fichte <fichte@lsl.ifw-dresden.de> | Tim Potter | 2000-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | merge from HEAD | Gerald Carter | 2000-12-06 | 1 | -6/+13 | |
| | | | | | | | | --jerry | |||||
* | | Sync up with appliance-head printing. | Jeremy Allison | 2000-12-06 | 1 | -2/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-12-06 | 2 | -0/+458 | |
|\| | ||||||
| * | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 2000-12-06 | 16 | -1740/+2027 | |
| | | | | | | | | | | | | | | | | a --with-spinlocks option to configure, this does mean the on-disk tdb format has changed, so 2.2alphaX sites will need to re-create their tdb's. The upside is no more tdb fragmentation and a +5% on netbench. Swings and roundabouts.... Jeremy. | |||||
| * | Fixed one tdb_read -> rec_free_read call. | Jeremy Allison | 2000-12-05 | 1 | -10/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Added sorted freelist neighbour merge code to stop tdb fragmentation. | Jeremy Allison | 2000-12-05 | 2 | -32/+251 | |
| | | | | | | | | | | This needs TESTING !!! (It passes tdbtest of course :-). Jeremy. | |||||
| * | Remove C++ style comments | David O'Neill | 2000-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-12-04 | 3 | -3/+7 | |
| | | | | | | | | | | | | - clean up yodl doc for the -U changes, update man and html versions (docs/yodldocs/smbclient.1.yo docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1) | |||||
| * | fixed a typo | Andrew Tridgell | 2000-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 2000-12-05 | 15 | -1613/+1653 | |
| | | | | | | | | | | | | | | | | a --with-spinlocks option to configure, this does mean the on-disk tdb format has changed, so 2.2alphaX sites will need to re-create their tdb's. The upside is no more tdb fragmentation and a +5% on netbench. Swings and roundabouts.... Jeremy. | |||||
* | | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-12-05 | 7 | -102/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clean up some confusing variable names, remove unreachable 'break' statements. (source/printing/nt_printing.c) - reformatted to fit 80 columns (docs/docbook/docbook.txt) - configure.developer now runs configure in `dirname $0` (source/configure.developer) - syncup of smbclient docs (docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1 docs/yodldocs/smbclient.1.yo) - fix to debugging code (testsuite/printing/psec.c) | |||||
* | | Syncup of smbcacls from HEAD. Removal of C++ comments. | Jeremy Allison | 2000-12-04 | 12 | -26/+402 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-12-04 | 2 | -0/+755 | |
|\| | ||||||
| * | added a comment | Andrew Tridgell | 2000-12-04 | 1 | -0/+2 | |
| | | ||||||
| * | fixed the parsing again and got setting acls working with w2k | Andrew Tridgell | 2000-12-04 | 1 | -3/+3 | |
| | | ||||||
| * | pass the desired access into cli_nt_create() | Andrew Tridgell | 2000-12-04 | 4 | -5/+8 | |
| | | ||||||
| * | Added some cli_errstr() calls. | Tim Potter | 2000-12-04 | 1 | -4/+4 | |
| | | ||||||
| * | Removed lsa lookup warnings (I'll remember). | Tim Potter | 2000-12-04 | 1 | -4/+19 | |
| | | | | | | | | Print an error if -M refers to a non-existent ACL. | |||||
| * | fixed setting ACLs on directories | Andrew Tridgell | 2000-12-04 | 1 | -2/+2 | |
| | | ||||||
| * | fixed indentation | Andrew Tridgell | 2000-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Mask value now displayed as READ/CHANGE/FULL for standard permissions, or | Tim Potter | 2000-12-04 | 1 | -27/+66 | |
| | | | | | | | | | | | | | | | | RWXDPO for special permissions. Append 0x to values printed as hex. Spruced up the help message. | |||||
| * | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 2000-12-04 | 2 | -54/+9 | |
| | | | | | | | | SACLs) | |||||
| * | document -U change | Andrew Tridgell | 2000-12-04 | 1 | -0/+3 | |
| | | ||||||
| * | in cli_session_setup() accept usernames of the form DOMAIN/USER or | Andrew Tridgell | 2000-12-04 | 1 | -0/+9 | |
| | | | | | | | | | | | | DOMAIN\USER this means all our tools can now put the domain name in the -U option | |||||
| * | signed/unsigned warning fixed | Andrew Tridgell | 2000-12-04 | 1 | -2/+3 | |
| | | ||||||
| * | c++ style comments are NOT allowed | Andrew Tridgell | 2000-12-04 | 1 | -1/+0 | |
| | | ||||||
| * | fixed acls set bug | Andrew Tridgell | 2000-12-04 | 1 | -13/+18 | |
| | | ||||||
| * | new proto | Andrew Tridgell | 2000-12-04 | 1 | -370/+370 | |
| | | ||||||
| * | no longer pass the type to make_sec_desc(), instead the type is | Andrew Tridgell | 2000-12-04 | 3 | -11/+9 | |
| | | | | | | | | derived from the other arguments | |||||
| * | Reformatted to look nicer on 80-character screen. | Tim Potter | 2000-12-04 | 1 | -49/+52 | |
| | | | | | | | | Replaced 8-bit ascii characters with appropriate 7-bit ones. | |||||
| * | fixed SACL bug | Andrew Tridgell | 2000-12-04 | 1 | -8/+3 | |
| | | ||||||
| * | - with -D only delete first match | Andrew Tridgell | 2000-12-04 | 1 | -12/+23 | |
| | | | | | | | | - fixed delete bug | |||||
| * | Fixed some debugging code. | Tim Potter | 2000-12-04 | 1 | -3/+3 | |
| | | ||||||
| * | - added help | Andrew Tridgell | 2000-12-03 | 1 | -12/+118 | |
| | | | | | | | | - added add/modify/delete/set as separate operations | |||||
| * | new protos | Andrew Tridgell | 2000-12-03 | 1 | -0/+1 | |
| | | ||||||
| * | cleaner parsing and default handling | Andrew Tridgell | 2000-12-03 | 1 | -17/+22 | |
| | | ||||||
| * | changed an error message | Andrew Tridgell | 2000-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | - better parsing | Andrew Tridgell | 2000-12-03 | 1 | -64/+123 | |
| | | | | | | | | - started to add non-numeric support | |||||
| * | getting/setting acls now works. The SIDs are still numeric, the next | Andrew Tridgell | 2000-12-03 | 2 | -10/+211 | |
| | | | | | | | | step is to support usernames etc | |||||
| * | added basic ability to dump remote file acls | Andrew Tridgell | 2000-12-03 | 1 | -6/+52 | |
| | | ||||||
| * | make sure we don't duplicate object files | Andrew Tridgell | 2000-12-03 | 1 | -2/+3 | |
| | | ||||||
| * | new proto | Andrew Tridgell | 2000-12-03 | 1 | -355/+369 | |
| | | ||||||
| * | a prootype program for querying/setting a security decsriptor on a | Andrew Tridgell | 2000-12-03 | 1 | -0/+233 | |
| | | | | | | | | | | | | remote machine it is by no means complete, expect more commits soon | |||||
| * | - added client support for nttrans calls | Andrew Tridgell | 2000-12-03 | 2 | -0/+282 | |
| | | | | | | | | - added a cli_ function for querying a security descriptor on a remote file |