summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2000-12-12Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison1-1/+3
2000-12-11code review of rpcclientGerald Carter1-159/+140
2000-12-11new version of Get_Pwnam()Gerald Carter1-52/+50
2000-12-09Fixed typo causing coredump in file_lines_parse.Jeremy Allison1-1/+1
2000-12-08Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter1-3/+3
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-7/+14
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison1-1/+1
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-2/+49
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+12
2000-12-06Fixed compiler warning.Tim Potter1-1/+1
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-0/+110
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-7/+7
2000-12-02fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell1-2/+2
2000-12-01Allow zero length smb.conf files.Tim Potter1-2/+0
2000-12-01Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter1-2/+3
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-0/+6
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell1-1/+1
2000-11-17save and restore errno in selectAndrew Tridgell1-1/+5
2000-11-17Delete queue on empty.Jeremy Allison1-2/+7
2000-11-17the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell1-4/+4
2000-11-17use process_exists() not kill(pid, 0)Andrew Tridgell1-1/+1
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2-6/+42
2000-11-16Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison1-3/+6
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-51/+0
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-0/+7
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+1
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison1-1/+1
2000-11-10Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison1-2/+2
2000-11-0664 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison1-3/+3
2000-11-04Fix some compiler warnings.Tim Potter1-6/+6
2000-10-28Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison1-1/+1
2000-10-25Even when looking up a users groups via winbindd even if the lookup forJeremy Allison1-2/+2
2000-10-25John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison1-2/+0
2000-10-19Fixed missing bracket on debug statement.Tim Potter1-1/+1
2000-10-13Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison1-1/+1
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2-32/+148
2000-10-12lib/messages.c add debug print for receipt of PING andHerb Lewis1-0/+2
2000-10-11Turns out we do need the pwnam check as on many systems the usersJeremy Allison1-0/+7
2000-10-11Fixed %d printf with unsigned long arg.Jeremy Allison1-1/+1
2000-10-11changes to sync with 2.2. treeHerb Lewis1-0/+12
2000-10-11Fix to avoid calling getgrgid for no reason.Jeremy Allison1-21/+9
2000-10-10Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison1-1/+1
2000-10-08sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison1-14/+3
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison1-4/+4
2000-10-06Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison1-2/+23
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-1/+0
2000-10-04Made re-init of stat cache explicit rather than being hidden.Jeremy Allison1-4/+0
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison5-13/+17
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison3-13/+476
2000-09-29added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell1-0/+14