summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | fixed the problem with messages not getting throughAndrew Tridgell2000-11-171-1/+1
* | save and restore errno in selectAndrew Tridgell2000-11-171-1/+5
* | Delete queue on empty.Jeremy Allison2000-11-171-2/+7
* | the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell2000-11-171-4/+4
* | use process_exists() not kill(pid, 0)Andrew Tridgell2000-11-171-1/+1
* | Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-162-6/+42
* | Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison2000-11-161-3/+6
* | Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-51/+0
* | Large commit which restructures the local password storage API.Gerald Carter2000-11-131-0/+7
* | Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+1
* | Merge in Herb's changes from 2.2.Jeremy Allison2000-11-101-1/+1
* | Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison2000-11-101-2/+2
* | 64 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison2000-11-061-3/+3
* | Fix some compiler warnings.Tim Potter2000-11-041-6/+6
* | Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison2000-10-281-1/+1
* | Even when looking up a users groups via winbindd even if the lookup forJeremy Allison2000-10-251-2/+2
* | John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-251-2/+0
* | Fixed missing bracket on debug statement.Tim Potter2000-10-191-1/+1
* | Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison2000-10-131-1/+1
* | Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-132-32/+148
* | lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-121-0/+2
* | Turns out we do need the pwnam check as on many systems the usersJeremy Allison2000-10-111-0/+7
* | Fixed %d printf with unsigned long arg.Jeremy Allison2000-10-111-1/+1
* | changes to sync with 2.2. treeHerb Lewis2000-10-111-0/+12
* | Fix to avoid calling getgrgid for no reason.Jeremy Allison2000-10-111-21/+9
* | Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison2000-10-101-1/+1
* | sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
* | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-061-4/+4
* | Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison2000-10-061-2/+23
* | Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-1/+0
* | Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-041-4/+0
* | Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-045-13/+17
* | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-033-13/+476
* | added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-291-0/+14
* | Removed annoying unecessary debug message.Tim Potter2000-09-281-1/+0
* | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-272-292/+8
* | fix for IRIX compiler error messagesHerb Lewis2000-09-261-3/+3
* | first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-131-0/+43
* | fixed a race in the pipe() setup in sys_select()Andrew Tridgell2000-09-121-1/+1
* | - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-121-1/+28
* | - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-122-14/+19
* | much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-122-26/+62
* | the first cut of the internal messaging system.Andrew Tridgell2000-09-112-44/+254
* | Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-0/+75
* | -U% should be an anonymous connection. Fixed bug whereGerald Carter2000-09-011-1/+2
* | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-0/+2
* | added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-291-22/+92
* | needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2000-08-291-0/+30
* | made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell2000-08-281-37/+34
* | - fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell2000-08-251-2/+13