summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-089-203/+714
* Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2000-12-082-15/+15
* Added pdbedit binary to list of ignored files.Tim Potter2000-12-081-0/+1
* Removed compiler warning.Tim Potter2000-12-081-1/+2
* Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison2000-12-081-1/+2
* Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison2000-12-071-36/+46
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-0712-26/+33
* Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison2000-12-072-9/+39
* Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison2000-12-074-9/+99
* Added smbcacls binary.Tim Potter2000-12-071-3/+4
* Added undocumented -t command for testing parsing of acl entries.Tim Potter2000-12-071-11/+118
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-078-702/+833
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-068-75/+98
* update for new pdbedit tool (code from Simo)Gerald Carter2000-12-061-4/+4
* updates to the tdbsam implementation.Gerald Carter2000-12-063-37/+269
* added passdb editor (rough form with a few bugs) Should workGerald Carter2000-12-061-0/+692
* Print debug if domain_client_validate() cannot fetch the trust accountTim Potter2000-12-061-1/+2
* make proto againTim Potter2000-12-061-1/+1
* tdb_chainunlock() no longer returns a value.Tim Potter2000-12-061-2/+2
* Fixed compiler warning.Tim Potter2000-12-061-1/+1
* tdb_unlockchain() no longer returns a valueTim Potter2000-12-062-6/+6
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-063-11/+211
* Update required after changes to configure.inTim Potter2000-12-061-4/+4
* Fixed compiler warning.Tim Potter2000-12-061-2/+2
* Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison2000-12-061-42/+42
* Sync-up with appliance-head printing code.Jeremy Allison2000-12-062-50/+46
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-0616-1740/+2027
* Fixed one tdb_read -> rec_free_read call.Jeremy Allison2000-12-051-10/+2
* Added sorted freelist neighbour merge code to stop tdb fragmentation.Jeremy Allison2000-12-052-32/+251
* Remove C++ style commentsDavid O'Neill2000-12-041-1/+1
* fixed a typoAndrew Tridgell2000-12-041-1/+1
* added a commentAndrew Tridgell2000-12-041-0/+2
* fixed the parsing again and got setting acls working with w2kAndrew Tridgell2000-12-041-3/+3
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-044-5/+8
* Added some cli_errstr() calls.Tim Potter2000-12-041-4/+4
* Removed lsa lookup warnings (I'll remember).Tim Potter2000-12-041-4/+19
* fixed setting ACLs on directoriesAndrew Tridgell2000-12-041-2/+2
* fixed indentationAndrew Tridgell2000-12-041-1/+1
* Mask value now displayed as READ/CHANGE/FULL for standard permissions, orTim Potter2000-12-041-27/+66
* removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell2000-12-042-54/+9
* in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell2000-12-041-0/+9
* signed/unsigned warning fixedAndrew Tridgell2000-12-041-2/+3
* c++ style comments are NOT allowedAndrew Tridgell2000-12-041-1/+0
* fixed acls set bugAndrew Tridgell2000-12-041-13/+18
* new protoAndrew Tridgell2000-12-041-370/+370
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-043-11/+9
* fixed SACL bugAndrew Tridgell2000-12-041-8/+3
* - with -D only delete first matchAndrew Tridgell2000-12-041-12/+23
* - added helpAndrew Tridgell2000-12-031-12/+118
* new protosAndrew Tridgell2000-12-031-0/+1