summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * type for client_info structGerald Carter2000-12-111-2/+2
| |
| * new version of Get_Pwnam()Gerald Carter2000-12-111-52/+50
| | | | | | | | | | | | | | | | | | o check the username in all lowercase o check the username as transmitted if this would be a different case o check the username in all upper case if this is a new version -- jerry
| * return NULL instead of return False in char *prs_mem_get();Tim Potter2000-12-111-1/+1
| |
| * Added Tim's fix for read-only crashes.Jeremy Allison2000-12-111-0/+2
| | | | | | | | Jeremy.
| * new prototypesAndrew Tridgell2000-12-112-482/+384
| |
| * added support for browsing the list of workgroups at the top level inAndrew Tridgell2000-12-112-57/+77
| | | | | | | | smbw
| * exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell2000-12-111-4/+4
| |
| * group rid assignment cut and paste errorGerald Carter2000-12-091-2/+2
| | | | | | | | --jerry
| * Fixed typo causing coredump in file_lines_parse.Jeremy Allison2000-12-091-1/+1
| | | | | | | | Jeremy.
| * Fixed compiler warning.Jeremy Allison2000-12-081-2/+2
| | | | | | | | Jeremy.
| * Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison2000-12-083-0/+6
| | | | | | | | Jeremy.
| * Removed unused auto (IRIX compiler warning).Jeremy Allison2000-12-081-2/+1
| | | | | | | | Jeremy.
| * Removed a dead function.Tim Potter2000-12-081-108/+0
| |
| * Cosmetic fixups for large file support message.Tim Potter2000-12-082-22/+18
| |
| * Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-089-203/+714
| | | | | | | | | | | | | | | | | | TNG branch. Re-instated lsa_lookup_sids and lsa_lookup_names functions in rpcclient. This requires most samba binaries to link in another handful of object files due to uncessary coupling between modules. )-:
| * Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2000-12-082-15/+15
| | | | | | | | | | Gerald, could you check to see I haven't introduced any bugs into rpcclient/cmd_spoolss.c?
| * Added pdbedit binary to list of ignored files.Tim Potter2000-12-081-0/+1
| |
| * Compile fixes for changes in make_sec_desc() interface.Tim Potter2000-12-082-6/+5
| |
| * 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
| | | | | | | | | | | | being used if last component lookup failed, but was found in the directory scan. Jeremy.
| * Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison2000-12-071-36/+46
| | | | | | | | | | one printq case. Now goes though common function. Jeremy.
| * file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-0712-26/+33
| | | | | | | | | | on read. Jeremy.
| * Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison2000-12-072-9/+39
| | | | | | | | | | and the next hashchain is empty. Jeremy
| * Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison2000-12-074-9/+99
| | | | | | | | Jeremy.
| * First cut at a manual page for smbcacls.Tim Potter2000-12-073-0/+238
| |
| * 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
| | | | | | | | | | | | | | | | | | | | | | Print out hex value for ace mask if we can't decode it. We can now parse FULL,CHANGE,READ as well as combos of RWXDPO as ace mask values. Clarified usage message. Bomb out if excess args are given.
| * Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-078-702/+833
| | | | | | | | | | | | | | ACL patch from http://acl.bestbits.at/. configure support needs more work (just assumes correct headers at the moment). ACL writing needs adding. Jeremy.
| * Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-068-75/+98
| | | | | | | | | | | | | | | | | | | | | | Currently does exactly the same thing (returns ACLs the same way). This code is written to try and get a POSIX ACL via the abstract sys_XX interface, then fall back to providing a UNIX based ACL if the calls fail. Seems to work. Next step is to add a --with-posix-acls to configure.in and then check on a POSIX ACL system that a complex ACL is returned correctly as an NT ACL. Note that the ACL set (a more complex problem) is not addressed yet. Jeremy.
| * update for new pdbedit tool (code from Simo)Gerald Carter2000-12-061-4/+4
| | | | | | | | --jerry
| * updates to the tdbsam implementation.Gerald Carter2000-12-063-37/+269
| | | | | | | | --jerry
| * added passdb editor (rough form with a few bugs) Should workGerald Carter2000-12-061-0/+692
| | | | | | | | | | | | | | with all backends. --jerry
| * added documentation for 'private dir' parameterGerald Carter2000-12-063-2310/+2359
| |
| * update to reference new documentation in ImprintsGerald Carter2000-12-061-9/+11
| | | | | | | | --jerry
| * Print debug if domain_client_validate() cannot fetch the trust accountTim Potter2000-12-061-1/+2
| | | | | | | | password (say for example if the tdb file format has changed). (-:
| * 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
| | | | | | | | | | include/smb_acls.h lib/sysacls.c: Added as interface definitions. Jeremy.
| * 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
| | | | | | | | | | | | specific ACL calls to be dealt with elsewhere. This file will eventually be able to replace the old UNIX acl interface. Jeremy.
| * Sync-up with appliance-head printing code.Jeremy Allison2000-12-062-50/+46
| | | | | | | | Jeremy.
* | Fixed error in calling lsa_lookup_names (why is this code linked into smbd ?).Jeremy Allison2000-12-151-1/+1
| | | | | | | | Jeremy.
* | Fix for viewing permissions correctly from W2K.Jeremy Allison2000-12-152-4/+19
| | | | | | | | Jeremy.
* | Fixup the lsa_io_r_lookup_names call not to need an external TALLOC_CTX.Jeremy Allison2000-12-148-30/+31
| | | | | | | | | | | | | | | | Sync up lib/time.c from HEAD. Fix error return from cli_initialise(). Allow cli_trans to cope with a smbd "STATUS_BUFFER_OVERFLOW" return as well as the old style ERRmoredata return (now smbcacls can get names from a Samba server too). Fix memory leaks in smbcacls. Jeremy.
* | Raft of fixes - many of these will be merged into HEAD/appliance-head.Jeremy Allison2000-12-1414-386/+812
| | | | | | | | | | | | Fixed many memory leaks in new parse_lsa.c code (TIM - ALWAYS USE INSURE !!!!). Fixed smbcacls leaks. Jeremy.
* | This should be in libsmb not utils.Jeremy Allison2000-12-141-137/+0
| | | | | | | | Jeremy.
* | Changes from APPLIANCE_HEAD:David O'Neill2000-12-142-9/+56
| | | | | | | | | | | | - add some debugs for comparing two security descriptors and for comparing printer_info_level structs (source/rpc_parse/parse_sec.c source/rpc_server/srv_spoolss_nt.c)