Changes from APPLIANCE_HEAD:
[ira/wip.git] / source3 / lib /
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-02 Tim PotterFixed -d option for rpcclient.
2000-12-20 Jeremy AllisonRemoved uninitialised variable.
2000-12-19 Jeremy AllisonSplit the one sys_acl_free call into sys_acl_free_TYPE...
2000-12-18 Jeremy AllisonA couple more UMR fixes.
2000-12-15 Jeremy AllisonNever free anything in the rpc_parse/prs_XXX functions...
2000-12-15 Jean-François Mico... lib/util_unistr.c:
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-14 Tim PotterRenamed parameters and variables called acl to the_acl...
2000-12-12 Jeremy AllisonRemoved the special casing of SIDs in se_access_check...
2000-12-12 Jeremy AllisonOwner always has READ_CONTROL and WRITE_DAC access.
2000-12-11 Gerald Cartercode review of rpcclient
2000-12-11 Gerald Carternew version of Get_Pwnam()
2000-12-09 Jeremy AllisonFixed typo causing coredump in file_lines_parse.
2000-12-08 Tim PotterModified argc passed to rpc_client cmd_* functions...
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-12-07 Jeremy AllisonAdded better configure test for POSIX ACLs. Fixed stupi...
2000-12-07 Jeremy AllisonWorking code to read POSIX ACLs on a Linux system using...
2000-12-06 Jeremy AllisonCause smbd to use the new posix_acls code, not the...
2000-12-06 Tim PotterFixed compiler warning.
2000-12-06 Jeremy AllisonMake smbd/posix_acls.c use abstract interface.
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-12-02 Andrew Tridgellfixed messaging bug - use strlen() instead of sizeof...
2000-12-01 Tim PotterAllow zero length smb.conf files.
2000-12-01 Tim PotterUse lp_codepagedir() instead of CODEPAGEDIR when loadin...
2000-11-21 Gerald CarterAnother large patch for the passdb rewrite.
2000-11-17 Andrew Tridgellfixed the problem with messages not getting through
2000-11-17 Andrew Tridgellsave and restore errno in select
2000-11-17 Jeremy AllisonDelete queue on empty.
2000-11-17 Andrew Tridgellthe duplicate checking code will cause unaligned access...
2000-11-17 Andrew Tridgelluse process_exists() not kill(pid, 0)
2000-11-16 Jeremy AllisonFix for a problem with the new messaging system. If...
2000-11-16 Jeremy AllisonFix for plaintext passwords from Pat Sandfort @ HP.
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-11-11 Jeremy AllisonMerge of Herb's profiling code.
2000-11-10 Jeremy AllisonMerge in Herb's changes from 2.2.
2000-11-10 Jeremy AllisonFix from John E. Malmberg <wb8tyw@qsl.net> for -1 retur...
2000-11-06 Jeremy Allison64 bit fix from Uros Prestor <uros@turbolinux.com>.
2000-11-04 Tim PotterFix some compiler warnings.
2000-10-28 Jeremy AllisonFixed silly bug in dup2 code found by Kenichi Okuyama...
2000-10-25 Jeremy AllisonEven when looking up a users groups via winbindd even...
2000-10-25 Jeremy AllisonJohn Reilly @ HP (who is a wonderful human being and...
2000-10-19 Tim PotterFixed missing bracket on debug statement.
2000-10-13 Jeremy AllisonAdded David O'Neills fix to HEAD (hmmm. how did this...
2000-10-13 Jeremy AllisonFix to allow smbd to call winbindd if it is running...
2000-10-12 Herb Lewislib/messages.c add debug print for receipt...
2000-10-11 Jeremy AllisonTurns out we do need the pwnam check as on many systems...
2000-10-11 Jeremy AllisonFixed %d printf with unsigned long arg.
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-11 Jeremy AllisonFix to avoid calling getgrgid for no reason.
2000-10-10 Jeremy AllisonFixed nasty size wrong bug spotted by the eagle eyes of
2000-10-08 Jeremy Allisonsys_popen got damaged when converted from FILE * to...
2000-10-06 Jeremy AllisonFix for printf attribute from Mattias Gronlund <Mattias...
2000-10-06 Jeremy AllisonPrint socket options - patch from Dave Collier-Brown...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-04 Jeremy AllisonMade re-init of stat cache explicit rather than being...
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-09-29 Andrew Tridgelladded a hack to get 64 bit locking working with the...
2000-09-28 Tim PotterRemoved annoying unecessary debug message.
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-09-26 Herb Lewisfix for IRIX compiler error messages
2000-09-13 Andrew Tridgellfirst cut at smbcontrol program. It currently allows...
2000-09-12 Andrew Tridgellfixed a race in the pipe() setup in sys_select()
2000-09-12 Andrew Tridgell- fixed some memory leaks in the messages code
2000-09-12 Andrew Tridgell- changed the msg_type to be an int instead of an enum...
2000-09-12 Andrew Tridgellmuch nicer message interface. We now register dispatch...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-09-01 David O'NeillChanges from APPLIANCE_HEAD (per Tim Potter):
2000-09-01 Gerald Carter-U% should be an anonymous connection. Fixed bug where
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-29 Gerald Carteradded -P (for no prompt) and -A <authfile> options
2000-08-29 Gerald Carterneeded to use strwicmp() in smbclient code, so I moved...
2000-08-28 Andrew Tridgellmade reopen_logs() always re-open logs, not try and...
2000-08-25 Andrew Tridgell- fixed the %U macro so that the old (and documented...
2000-08-23 Jeremy AllisonAdded code to do SID to uid/gid conversion. Needed...
2000-08-18 Luke Leightonoops. must return "" string and length zero when strle...
2000-08-18 Luke Leightongetfileline() - line with length of zero -> filebuf...
2000-08-14 Jeremy AllisonReverted the change Luke made. Removed IS_BITS_SET_XX...
2000-08-14 Luke Leightonhey, jerry: turns out you _have_ converted to get_safe_...
2000-08-14 Luke Leightonjeremy,
2000-08-12 Gerald Carterfixed unistr_to_ascii to deal with NULL src strings
2000-08-12 Gerald Carterreworked talloc() to in order to help track down invalid
2000-08-10 Jeremy AllisonTidied up security rights definitions.
2000-08-10 Jeremy AllisonRemoved requirement that sid have an owner before being...
2000-08-10 Gerald CarterDeal will NULL UNISTR in unistr_to_ascii
2000-08-10 Gerald Cartertalloc returns 0xdeadbeef when asked to allocate 0...
2000-08-09 Jeremy AllisonFixed memory leak with NT tokens.
2000-08-08 Jeremy AllisonAdded SID "Everyone" S-1-1-0 as always matching if...
2000-08-08 Jeremy AllisonChanged the sec desc access checks to match the spec...
2000-08-08 Gerald CarterAll changes related to rpcclient...
2000-08-04 Jeremy AllisonFixed up se_access_check() to use the token list from...
2000-08-03 Jeremy AllisonAdded an NT_USER_TOKEN structure that is copied/passed...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-07-31 Gerald CarterMore work on rpcclient...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-25 Andrew Tridgellif the sids are not the same pointer and either of...
2000-07-21 Gerald CarterAdded EnumPorts() and fixed up some problems
next