summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-12-08Compile fixes for changes in make_sec_desc() interface.Tim Potter2-6/+5
2000-12-08Removed compiler warning.Tim Potter1-1/+2
2000-12-08Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison1-1/+2
2000-12-07Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison1-36/+46
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison12-26/+33
2000-12-07Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison2-9/+39
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison4-9/+99
2000-12-07First cut at a manual page for smbcacls.Tim Potter3-0/+238
2000-12-07Added smbcacls binary.Tim Potter1-3/+4
2000-12-07Added undocumented -t command for testing parsing of acl entries.Tim Potter1-11/+118
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison8-702/+833
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison8-75/+98
2000-12-06update for new pdbedit tool (code from Simo)Gerald Carter1-4/+4
2000-12-06updates to the tdbsam implementation.Gerald Carter3-37/+269
2000-12-06added passdb editor (rough form with a few bugs) Should workGerald Carter1-0/+692
2000-12-06added documentation for 'private dir' parameterGerald Carter3-2310/+2359
2000-12-06update to reference new documentation in ImprintsGerald Carter1-9/+11
2000-12-06Print debug if domain_client_validate() cannot fetch the trust accountTim Potter1-1/+2
2000-12-06make proto againTim Potter1-1/+1
2000-12-06tdb_chainunlock() no longer returns a value.Tim Potter1-2/+2
2000-12-06Fixed compiler warning.Tim Potter1-1/+1
2000-12-06tdb_unlockchain() no longer returns a valueTim Potter2-6/+6
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison3-11/+211
2000-12-06Update required after changes to configure.inTim Potter1-4/+4
2000-12-06Fixed compiler warning.Tim Potter1-2/+2
2000-12-06Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison1-42/+42
2000-12-06Sync-up with appliance-head printing code.Jeremy Allison2-50/+46
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison16-1740/+2027
2000-12-05Fixed one tdb_read -> rec_free_read call.Jeremy Allison1-10/+2
2000-12-05Added sorted freelist neighbour merge code to stop tdb fragmentation.Jeremy Allison2-32/+251
2000-12-04Remove C++ style commentsDavid O'Neill1-1/+1
2000-12-04Changes from APPLIANCE_HEAD:David O'Neill3-3/+7
2000-12-04fixed a typoAndrew Tridgell1-1/+1
2000-12-04added a commentAndrew Tridgell1-0/+2
2000-12-04fixed the parsing again and got setting acls working with w2kAndrew Tridgell1-3/+3
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell4-5/+8
2000-12-04Added some cli_errstr() calls.Tim Potter1-4/+4
2000-12-04Removed lsa lookup warnings (I'll remember).Tim Potter1-4/+19
2000-12-04fixed setting ACLs on directoriesAndrew Tridgell1-2/+2
2000-12-04fixed indentationAndrew Tridgell1-1/+1
2000-12-04Mask value now displayed as READ/CHANGE/FULL for standard permissions, orTim Potter1-27/+66
2000-12-04removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2-54/+9
2000-12-04document -U changeAndrew Tridgell1-0/+3
2000-12-04in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell1-0/+9
2000-12-04signed/unsigned warning fixedAndrew Tridgell1-2/+3
2000-12-04c++ style comments are NOT allowedAndrew Tridgell1-1/+0
2000-12-04fixed acls set bugAndrew Tridgell1-13/+18
2000-12-04new protoAndrew Tridgell1-370/+370
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell3-11/+9
2000-12-04Reformatted to look nicer on 80-character screen.Tim Potter1-49/+52