summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-0/+2
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter1-22/+92
2000-08-29needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter1-0/+30
2000-08-28made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell1-37/+34
2000-08-25- fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell1-2/+13
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+2
2000-08-18oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton1-13/+16
2000-08-18getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton1-10/+13
2000-08-14Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison1-13/+7
2000-08-14hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton1-2/+4
2000-08-14jeremy,Luke Leighton1-11/+15
2000-08-12fixed unistr_to_ascii to deal with NULL src stringsGerald Carter1-14/+14
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter1-25/+26
2000-08-10Tidied up security rights definitions.Jeremy Allison1-4/+4
2000-08-10Removed requirement that sid have an owner before being interpreted.Jeremy Allison1-18/+9
2000-08-10Deal will NULL UNISTR in unistr_to_asciiGerald Carter1-13/+21
2000-08-10talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter1-19/+29
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison1-2/+15
2000-08-08Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.Jeremy Allison1-4/+17
2000-08-08Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison1-220/+149