summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-12-13Add libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to LIBSMB_OBJ. Not soTim Potter1-2/+3
2000-12-13Convert names to sids when modifying ACLs. Convert sids to names whenTim Potter1-10/+68
2000-12-13Lightweight rpc client library. Uses only routines in libsmb andTim Potter1-0/+370
2000-12-13Server side changes for dynamic names in lsa_lookup_namesTim Potter2-20/+10
2000-12-13make protoTim Potter3-19/+37
2000-12-13Wrong length for unistr2 in init_q_lookup_names()Tim Potter2-27/+36
2000-12-13Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison1-45/+58
2000-12-13Added support for SERVICESF shared variable to change configuration fileTim Potter1-1/+4
2000-12-12Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison1-10/+23
2000-12-12Fixed processing of dfree script (was truncating).Jeremy Allison1-2/+0
2000-12-12more fixes from Simo. Also fixed the password expiration fieldGerald Carter1-134/+59
2000-12-12Don't print out the security descriptor type as it is automaticallyTim Potter1-7/+1
2000-12-12Better error checking for ACL parsing.Tim Potter1-7/+21
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