summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-08All changes related to rpcclient...Gerald Carter1-2/+2
2000-08-04Fixed up se_access_check() to use the token list from the user structJeremy Allison1-82/+32
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-3/+5
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-19/+27
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-13/+7
2000-07-31More work on rpcclient...Gerald Carter1-4/+2
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison3-2/+10
2000-07-25if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell1-0/+3