summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-07-21Added EnumPorts() and fixed up some problemsGerald Carter1-48/+27
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel1-33/+85
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel1-0/+218
2000-07-18I really didn't like the way generic arrays (lists) wereGerald Carter1-0/+321
2000-07-17Added some debugs.Tim Potter1-13/+27
2000-07-14Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2-206/+3
2000-07-13Uninitialised variables.Tim Potter1-0/+2
2000-07-10Fixed a bug in parsing the command line.Gerald Carter1-1/+1
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+2
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-64/+0
2000-07-10Added some useful debugging stuff.Tim Potter1-10/+66
2000-07-07More rpcclient merge issues:Gerald Carter3-9/+221
2000-07-06Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter1-189/+287