Age | Commit message (Expand) | Author | Files | Lines |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -417/+419 |
2001-01-25 | Fixed "object picker can't determine if object in domain" bug seen from W2K | Jeremy Allison | 2 | -424/+442 |
2001-01-24 | smbd/process.c: & type with 0xff for paranioa sake... | Jeremy Allison | 1 | -0/+1 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -415/+417 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 2 | -415/+427 |
2001-01-19 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+2 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -417/+418 |
2001-01-15 | New proto and some small changes to rpc_samr.h | Tim Potter | 2 | -17/+113 |
2001-01-12 | Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir, | Richard Sharpe | 1 | -0/+12 |
2001-01-12 | Many bug fixes to the libsmbclient.c code plus | Richard Sharpe | 1 | -2/+9 |
2001-01-11 | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 2 | -2/+3 |
2001-01-11 | New makefile and proto for rpcclient. | Tim Potter | 1 | -123/+39 |
2001-01-11 | make proto | Tim Potter | 1 | -53/+51 |
2001-01-11 | Merge of various fixes from the tng headers. | Tim Potter | 4 | -143/+22 |
2001-01-11 | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 1 | -0/+16 |
2001-01-11 | rpc_server/srv_samr.c: | Jeremy Allison | 1 | -413/+421 |
2001-01-10 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+1 |
2001-01-09 | Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter | Jeremy Allison | 1 | -0/+1 |
2001-01-07 | More fixes and implementation bits and pieces for libsmbclient | Richard Sharpe | 1 | -0/+4 |
2001-01-06 | Fix proto.h ... | Richard Sharpe | 1 | -3/+4 |
2001-01-05 | Fix a small type in libsmbclient.h ... | Richard Sharpe | 1 | -1/+1 |
2001-01-05 | Arrgh, forgot to update proto.h with all the changes I have been making. | Richard Sharpe | 1 | -12/+6 |
2001-01-05 | The latest changes to libsmbclient ... | Richard Sharpe | 1 | -2/+23 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 3 | -412/+430 |
2000-12-26 | First pass at the libsmbclient code ... | Richard Sharpe | 1 | -0/+154 |
2000-12-21 | make proto | Tim Potter | 1 | -0/+1 |
2000-12-20 | implemented a much nicer name_status() interface. It now returns a | Andrew Tridgell | 2 | -2/+13 |
2000-12-19 | Fixed bug found by Gerald. If a Samba server joins a domain and is set | Jeremy Allison | 1 | -1/+1 |
2000-12-19 | Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow | Jeremy Allison | 1 | -5/+7 |
2000-12-15 | Added lock backouts on fail. | Jeremy Allison | 1 | -3/+0 |
2000-12-15 | lib/util_unistr.c: | Jean-François Micouleau | 1 | -0/+4 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -3/+3 |
2000-12-14 | Renamed parameters and variables called acl to the_acl as it conflicts | Tim Potter | 1 | -4/+4 |
2000-12-13 | Added proto definition for new RPC calls. | Jeremy Allison | 1 | -0/+15 |
2000-12-13 | Server side changes for dynamic names in lsa_lookup_names | Tim Potter | 1 | -15/+0 |
2000-12-13 | make proto | Tim Potter | 3 | -19/+37 |
2000-12-12 | Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv... | Jeremy Allison | 3 | -27/+25 |
2000-12-12 | Removed the special casing of SIDs in se_access_check. This is now done (corr... | Jeremy Allison | 2 | -383/+476 |
2000-12-11 | type for client_info struct | Gerald Carter | 1 | -2/+2 |
2000-12-11 | new prototypes | Andrew Tridgell | 2 | -482/+384 |
2000-12-08 | Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from | Tim Potter | 3 | -8/+84 |
2000-12-07 | file_lines_load/file_lines_pload can now optionally convert unix_to_dos() | Jeremy Allison | 1 | -2/+2 |
2000-12-07 | Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c | Jeremy Allison | 1 | -0/+3 |
2000-12-07 | Working code to read POSIX ACLs on a Linux system using the bestbits | Jeremy Allison | 3 | -2/+13 |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 3 | -11/+31 |
2000-12-06 | make proto again | Tim Potter | 1 | -1/+1 |
2000-12-06 | tdb_unlockchain() no longer returns a value | Tim Potter | 1 | -2/+2 |
2000-12-06 | Make smbd/posix_acls.c use abstract interface. | Jeremy Allison | 1 | -0/+91 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 3 | -7/+24 |
2000-12-04 | pass the desired access into cli_nt_create() | Andrew Tridgell | 2 | -1/+4 |