summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison2000-08-231-2/+2
* oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton2000-08-181-13/+16
* getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton2000-08-181-10/+13
* Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2000-08-141-13/+7
* hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton2000-08-141-2/+4
* jeremy,Luke Leighton2000-08-141-11/+15
* fixed unistr_to_ascii to deal with NULL src stringsGerald Carter2000-08-121-14/+14
* reworked talloc() to in order to help track down invalidGerald Carter2000-08-121-25/+26
* Tidied up security rights definitions.Jeremy Allison2000-08-101-4/+4
* Removed requirement that sid have an owner before being interpreted.Jeremy Allison2000-08-101-18/+9
* Deal will NULL UNISTR in unistr_to_asciiGerald Carter2000-08-101-13/+21
* talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter2000-08-101-19/+29
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-091-2/+15
* Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.Jeremy Allison2000-08-081-4/+17
* Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2000-08-081-220/+149
* All changes related to rpcclient...Gerald Carter2000-08-081-2/+2
* Fixed up se_access_check() to use the token list from the user structJeremy Allison2000-08-041-82/+32
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-3/+5
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-19/+27
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-13/+7
* More work on rpcclient...Gerald Carter2000-07-311-4/+2
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-273-2/+10
* if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell2000-07-251-0/+3
* Added EnumPorts() and fixed up some problemsGerald Carter2000-07-211-48/+27
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-191-33/+85
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-191-0/+218
* I really didn't like the way generic arrays (lists) wereGerald Carter2000-07-181-0/+321
* Added some debugs.Tim Potter2000-07-171-13/+27
* Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2000-07-142-206/+3
* Uninitialised variables.Tim Potter2000-07-131-0/+2
* Fixed a bug in parsing the command line.Gerald Carter2000-07-101-1/+1
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+2
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-64/+0
* Added some useful debugging stuff.Tim Potter2000-07-101-10/+66