Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-12-01 | Allow zero length smb.conf files. | Tim Potter | 1 | -2/+0 |
2000-12-01 | Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map. | Tim Potter | 1 | -2/+3 |
2000-11-21 | Another large patch for the passdb rewrite. | Gerald Carter | 1 | -0/+6 |
2000-11-17 | fixed the problem with messages not getting through | Andrew Tridgell | 1 | -1/+1 |
2000-11-17 | save and restore errno in select | Andrew Tridgell | 1 | -1/+5 |
2000-11-17 | Delete queue on empty. | Jeremy Allison | 1 | -2/+7 |
2000-11-17 | the duplicate checking code will cause unaligned accesses on non-intel | Andrew Tridgell | 1 | -4/+4 |
2000-11-17 | use process_exists() not kill(pid, 0) | Andrew Tridgell | 1 | -1/+1 |
2000-11-16 | Fix for a problem with the new messaging system. If a sender is using the | Jeremy Allison | 2 | -6/+42 |
2000-11-16 | Fix for plaintext passwords from Pat Sandfort @ HP. | Jeremy Allison | 1 | -3/+6 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -51/+0 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -0/+7 |
2000-11-11 | Merge of Herb's profiling code. | Jeremy Allison | 1 | -0/+1 |
2000-11-10 | Merge in Herb's changes from 2.2. | Jeremy Allison | 1 | -1/+1 |
2000-11-10 | Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan. | Jeremy Allison | 1 | -2/+2 |
2000-11-06 | 64 bit fix from Uros Prestor <uros@turbolinux.com>. | Jeremy Allison | 1 | -3/+3 |
2000-11-04 | Fix some compiler warnings. | Tim Potter | 1 | -6/+6 |
2000-10-28 | Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM... | Jeremy Allison | 1 | -1/+1 |
2000-10-25 | Even when looking up a users groups via winbindd even if the lookup for | Jeremy Allison | 1 | -2/+2 |
2000-10-25 | John Reilly @ HP (who is a wonderful human being and *definately* needs | Jeremy Allison | 1 | -2/+0 |
2000-10-19 | Fixed missing bracket on debug statement. | Tim Potter | 1 | -1/+1 |
2000-10-13 | Added David O'Neills fix to HEAD (hmmm. how did this compile... :-). | Jeremy Allison | 1 | -1/+1 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 2 | -32/+148 |
2000-10-12 | lib/messages.c add debug print for receipt of PING and | Herb Lewis | 1 | -0/+2 |
2000-10-11 | Turns out we do need the pwnam check as on many systems the users | Jeremy Allison | 1 | -0/+7 |
2000-10-11 | Fixed %d printf with unsigned long arg. | Jeremy Allison | 1 | -1/+1 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -0/+12 |
2000-10-11 | Fix to avoid calling getgrgid for no reason. | Jeremy Allison | 1 | -21/+9 |
2000-10-10 | Fixed nasty size wrong bug spotted by the eagle eyes of | Jeremy Allison | 1 | -1/+1 |