summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-12-12Fixed some accidentally reversed patches.Tim Potter1-115/+411
2000-12-12Compile fix for new arg to create_nt_token()Tim Potter2-3/+7
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison6-486/+276
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison6-434/+555
2000-12-12Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison1-1/+3
2000-12-12Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison1-7/+10
2000-12-12Extra part of fix that Gerald missed (sorry).Jeremy Allison1-1/+1
2000-12-11subtle bug where files which missed the stat_cache but were addedGerald Carter1-10/+7
2000-12-11Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison1-1/+2
2000-12-11Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison2-10/+91
2000-12-11Adding in debug for SD's.Jeremy Allison2-0/+48
2000-12-11code review of rpcclientGerald Carter1-159/+140
2000-12-11type for client_info structGerald Carter1-2/+2
2000-12-11new version of Get_Pwnam()Gerald Carter1-52/+50
2000-12-11return NULL instead of return False in char *prs_mem_get();Tim Potter1-1/+1
2000-12-11Added Tim's fix for read-only crashes.Jeremy Allison1-0/+2
2000-12-11new prototypesAndrew Tridgell2-482/+384
2000-12-11added support for browsing the list of workgroups at the top level inAndrew Tridgell2-57/+77
2000-12-11exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell1-4/+4
2000-12-09group rid assignment cut and paste errorGerald Carter1-2/+2
2000-12-09Fixed typo causing coredump in file_lines_parse.Jeremy Allison1-1/+1
2000-12-08Fixed compiler warning.Jeremy Allison1-2/+2
2000-12-08Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison3-0/+6
2000-12-08Removed unused auto (IRIX compiler warning).Jeremy Allison1-2/+1
2000-12-08Removed a dead function.Tim Potter1-108/+0
2000-12-08Cosmetic fixups for large file support message.Tim Potter2-22/+18
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter9-203/+714
2000-12-08Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2-15/+15
2000-12-08Added pdbedit binary to list of ignored files.Tim Potter1-0/+1
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-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-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