Age | Commit message (Expand) | Author | Files | Lines |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 8 | -75/+98 |
2000-12-06 | update for new pdbedit tool (code from Simo) | Gerald Carter | 1 | -4/+4 |
2000-12-06 | updates to the tdbsam implementation. | Gerald Carter | 3 | -37/+269 |
2000-12-06 | added passdb editor (rough form with a few bugs) Should work | Gerald Carter | 1 | -0/+692 |
2000-12-06 | added documentation for 'private dir' parameter | Gerald Carter | 3 | -2310/+2359 |
2000-12-06 | update to reference new documentation in Imprints | Gerald Carter | 1 | -9/+11 |
2000-12-06 | Print debug if domain_client_validate() cannot fetch the trust account | Tim Potter | 1 | -1/+2 |
2000-12-06 | make proto again | Tim Potter | 1 | -1/+1 |
2000-12-06 | tdb_chainunlock() no longer returns a value. | Tim Potter | 1 | -2/+2 |
2000-12-06 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2000-12-06 | tdb_unlockchain() no longer returns a value | Tim Potter | 2 | -6/+6 |
2000-12-06 | Make smbd/posix_acls.c use abstract interface. | Jeremy Allison | 3 | -11/+211 |
2000-12-06 | Update required after changes to configure.in | Tim Potter | 1 | -4/+4 |
2000-12-06 | Fixed compiler warning. | Tim Potter | 1 | -2/+2 |
2000-12-06 | Moving to abstract API interface (sys_get_acl() etc.) to allow system | Jeremy Allison | 1 | -42/+42 |
2000-12-06 | Sync-up with appliance-head printing code. | Jeremy Allison | 2 | -50/+46 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 16 | -1740/+2027 |
2000-12-05 | Fixed one tdb_read -> rec_free_read call. | Jeremy Allison | 1 | -10/+2 |
2000-12-05 | Added sorted freelist neighbour merge code to stop tdb fragmentation. | Jeremy Allison | 2 | -32/+251 |
2000-12-04 | Remove C++ style comments | David O'Neill | 1 | -1/+1 |
2000-12-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 3 | -3/+7 |
2000-12-04 | fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2000-12-04 | added a comment | Andrew Tridgell | 1 | -0/+2 |
2000-12-04 | fixed the parsing again and got setting acls working with w2k | Andrew Tridgell | 1 | -3/+3 |
2000-12-04 | pass the desired access into cli_nt_create() | Andrew Tridgell | 4 | -5/+8 |
2000-12-04 | Added some cli_errstr() calls. | Tim Potter | 1 | -4/+4 |
2000-12-04 | Removed lsa lookup warnings (I'll remember). | Tim Potter | 1 | -4/+19 |
2000-12-04 | fixed setting ACLs on directories | Andrew Tridgell | 1 | -2/+2 |
2000-12-04 | fixed indentation | Andrew Tridgell | 1 | -1/+1 |
2000-12-04 | Mask value now displayed as READ/CHANGE/FULL for standard permissions, or | Tim Potter | 1 | -27/+66 |
2000-12-04 | removed SACL support (as it doesn't work with w2k if you ask for | Andrew Tridgell | 2 | -54/+9 |
2000-12-04 | document -U change | Andrew Tridgell | 1 | -0/+3 |
2000-12-04 | in cli_session_setup() accept usernames of the form DOMAIN/USER or | Andrew Tridgell | 1 | -0/+9 |
2000-12-04 | signed/unsigned warning fixed | Andrew Tridgell | 1 | -2/+3 |
2000-12-04 | c++ style comments are NOT allowed | Andrew Tridgell | 1 | -1/+0 |
2000-12-04 | fixed acls set bug | Andrew Tridgell | 1 | -13/+18 |
2000-12-04 | new proto | Andrew Tridgell | 1 | -370/+370 |
2000-12-04 | no longer pass the type to make_sec_desc(), instead the type is | Andrew Tridgell | 3 | -11/+9 |
2000-12-04 | Reformatted to look nicer on 80-character screen. | Tim Potter | 1 | -49/+52 |
2000-12-04 | fixed SACL bug | Andrew Tridgell | 1 | -8/+3 |
2000-12-04 | - with -D only delete first match | Andrew Tridgell | 1 | -12/+23 |
2000-12-04 | Fixed some debugging code. | Tim Potter | 1 | -3/+3 |
2000-12-03 | - added help | Andrew Tridgell | 1 | -12/+118 |
2000-12-03 | new protos | Andrew Tridgell | 1 | -0/+1 |
2000-12-03 | cleaner parsing and default handling | Andrew Tridgell | 1 | -17/+22 |
2000-12-03 | changed an error message | Andrew Tridgell | 1 | -1/+1 |
2000-12-03 | - better parsing | Andrew Tridgell | 1 | -64/+123 |
2000-12-03 | getting/setting acls now works. The SIDs are still numeric, the next | Andrew Tridgell | 2 | -10/+211 |
2000-12-03 | added basic ability to dump remote file acls | Andrew Tridgell | 1 | -6/+52 |
2000-12-03 | make sure we don't duplicate object files | Andrew Tridgell | 1 | -2/+3 |