summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-28Removed annoying unecessary debug message.Tim Potter1-1/+0
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2-292/+8
2000-09-26fix for IRIX compiler error messagesHerb Lewis1-3/+3
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell1-0/+43
2000-09-12fixed a race in the pipe() setup in sys_select()Andrew Tridgell1-1/+1
2000-09-12- fixed some memory leaks in the messages codeAndrew Tridgell1-1/+28
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2-14/+19
2000-09-12much nicer message interface. We now register dispatch functions,Andrew Tridgell2-26/+62
2000-09-11the first cut of the internal messaging system.Andrew Tridgell2-44/+254
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-0/+75
2000-09-01-U% should be an anonymous connection. Fixed bug whereGerald Carter1-1/+2