Age | Commit message (Expand) | Author | Files | Lines |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 1 | -6/+16 |
2001-02-20 | up the debug level of the debug level change msg | Andrew Tridgell | 1 | -2/+2 |
2001-02-20 | initial client side unicode support (needed for netapp filer) | Andrew Tridgell | 1 | -1/+1 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 2 | -7/+8 |
2001-02-15 | Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With some | Jeremy Allison | 1 | -0/+559 |
2001-02-15 | samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead | Herb Lewis | 1 | -5/+7 |
2001-02-14 | Baltic codepage fixes from Toomas Soome <tsoome@ut.ee> | Tim Potter | 1 | -0/+62 |
2001-02-13 | It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k | Jeremy Allison | 1 | -6/+6 |
2001-02-13 | change pstrcpy() in setup_pwret() to fstrcpy() since we are | Gerald Carter | 1 | -2/+2 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 3 | -10/+125 |
2001-02-03 | Merge from 2.2 - with connection fix. | Jeremy Allison | 1 | -1/+15 |
2001-01-31 | lib/system.c: Fix for pw caching. | Jeremy Allison | 1 | -12/+37 |
2001-01-24 | Fix insure problems with passwd caching code. | Jeremy Allison | 1 | -6/+10 |
2001-01-24 | Added modification to Richard Bollinger getpw[nam|uid] cache patch. Only | Jeremy Allison | 1 | -2/+14 |
2001-01-24 | getpw[nam|uid] caching patch from "Richard Bollinger" | Gerald Carter | 1 | -7/+37 |
2001-01-24 | fixed typo in debug statement | Gerald Carter | 1 | -2/+2 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -4/+7 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -2/+3 |
2001-01-19 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -28/+119 |
2001-01-17 | Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_change | David O'Neill | 1 | -48/+45 |
2001-01-15 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -4/+9 |
2001-01-15 | removed unnecessary process_exists() call in message_send_pid() | Andrew Tridgell | 1 | -11/+0 |
2001-01-11 | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 1 | -5/+5 |
2001-01-11 | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 1 | -2/+90 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2001-01-11 | Fix from John for growing messages.tdb. | Jeremy Allison | 1 | -0/+1 |
2001-01-07 | Codepages and stuff for Turkish language support. Contributed by | Tim Potter | 1 | -0/+25 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -5/+75 |
2001-01-02 | Fixed -d option for rpcclient. | Tim Potter | 1 | -2/+7 |
2000-12-20 | Removed uninitialised variable. | Jeremy Allison | 1 | -1/+0 |
2000-12-19 | Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow | Jeremy Allison | 1 | -11/+32 |
2000-12-18 | A couple more UMR fixes. | Jeremy Allison | 1 | -2/+2 |
2000-12-15 | Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing | Jeremy Allison | 1 | -5/+5 |
2000-12-15 | lib/util_unistr.c: | Jean-François Micouleau | 1 | -22/+21 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 2 | -11/+7 |
2000-12-14 | Renamed parameters and variables called acl to the_acl as it conflicts | Tim Potter | 1 | -6/+6 |
2000-12-12 | Removed the special casing of SIDs in se_access_check. This is now done (corr... | Jeremy Allison | 2 | -41/+45 |
2000-12-12 | Owner always has READ_CONTROL and WRITE_DAC access. | Jeremy Allison | 1 | -1/+3 |
2000-12-11 | code review of rpcclient | Gerald Carter | 1 | -159/+140 |
2000-12-11 | new version of Get_Pwnam() | Gerald Carter | 1 | -52/+50 |
2000-12-09 | Fixed typo causing coredump in file_lines_parse. | Jeremy Allison | 1 | -1/+1 |
2000-12-08 | Modified argc passed to rpc_client cmd_* functions to include argv[0]. | Tim Potter | 1 | -3/+3 |
2000-12-07 | file_lines_load/file_lines_pload can now optionally convert unix_to_dos() | Jeremy Allison | 1 | -7/+14 |
2000-12-07 | Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c | Jeremy Allison | 1 | -1/+1 |
2000-12-07 | Working code to read POSIX ACLs on a Linux system using the bestbits | Jeremy Allison | 1 | -2/+49 |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 1 | -0/+12 |
2000-12-06 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2000-12-06 | Make smbd/posix_acls.c use abstract interface. | Jeremy Allison | 1 | -0/+110 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -7/+7 |
2000-12-02 | fixed messaging bug - use strlen() instead of sizeof() in key length | Andrew Tridgell | 1 | -2/+2 |