kai/samba.git
2001-01-05 David O'NeillSync up packaging updates that didn't make it to HEAD.
2001-01-05 David O'NeillMerge ... documentation updates to HEAD. These got...
2001-01-05 Richard SharpeThe latest changes to libsmbclient ...
2001-01-05 Richard SharpeNeeded a callback arg on cli_list ...
2001-01-05 Tim PotterAdded extra argument to calls to smbw_share_add()
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-04 Richard SharpeI need a callback arg for cli_NetServerEnum and cli_RNe...
2001-01-03 Richard SharpeAdd a new file clidgram with routines that are used...
2001-01-03 Richard SharpeWe only want to mark mailslot packets as loopback packe...
2001-01-02 Tim PotterReturn an empty directory for a stat on a share we...
2001-01-02 Tim PotterReturn EACCES for bad password.
2001-01-02 Richard SharpeMake the use of generate_name_trn_id conform to the...
2001-01-02 Richard SharpeComment out unused generate_name_trn_id ...
2001-01-02 Tim PotterFixed -d option for rpcclient.
2000-12-30 Christopher... The line was:
2000-12-26 Richard SharpeFirst pass at the libsmbclient code ...
2000-12-21 Gerald Cartermerge from appliance head
2000-12-21 Tim PotterReturn appropriate exit codes for various situations:
2000-12-21 Tim PotterDocumentation updates for smbcacls program.
2000-12-21 Tim PotterIf extra arguments passed make yodl docs for these...
2000-12-21 Gerald Cartermerge from appliance head
2000-12-21 Tim Pottermake proto
2000-12-21 Tim PotterDon't call string_to_sid after cli_lsa_lookup_names...
2000-12-21 Tim PotterSome systems seem to only accept a ntcreate&x with...
2000-12-21 Tim PotterAdded a cli_nt_create_uni() to do a ntcreate&x with...
2000-12-21 Tim PotterReplace magic number with constant.
2000-12-21 Tim PotterCleaned up SidToString() and StringToSid() exit paths.
2000-12-20 Jeremy AllisonRemoved uninitialised variable.
2000-12-20 Andrew Tridgellimplemented a much nicer name_status() interface. It...
2000-12-19 Jeremy AllisonFixed bug found by Gerald. If a Samba server joins...
2000-12-19 Jeremy AllisonSplit set_nt_acls into owner set (which uses chown...
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-18 Jeremy AllisonCast prs_alloc_mem to correct type.
2000-12-18 Jeremy AllisonFix typos in new group sid check.
2000-12-18 Tim PotterAdded query info policy call.
2000-12-18 Jeremy AllisonMerged Tim's fixes from appliance-head.
2000-12-18 Tim PotterStreamlined exit path.
2000-12-16 Jeremy AllisonFixed chown/chgrp setting from smbcacls.
2000-12-16 Jeremy AllisonAdded -C username and -G username that allow a user...
2000-12-16 Jeremy AllisonDocumented -C and -G options to smbcacls.
2000-12-15 Jeremy AllisonNever free anything in the rpc_parse/prs_XXX functions...
2000-12-15 Jeremy AllisonAdded lock backouts on fail.
2000-12-15 Jean-François... lib/util_unistr.c:
2000-12-15 Jeremy AllisonFixed memory leak in JOB_INFO_2 code.
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-14 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-14 Jeremy AllisonUpdates from appliance-head.
2000-12-14 Tim PotterRenamed parameters and variables called acl to the_acl...
2000-12-14 Tim PotterUpdated smbcacls documentation.
2000-12-14 Tim PotterCache lsa connection and policy handle for resolving...
2000-12-13 Gerald Carterinverted dword value
2000-12-13 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-13 Jeremy AllisonAdded proto definition for new RPC calls.
2000-12-13 Tim PotterI think it's time to go home.
2000-12-13 Tim PotterOK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ.
2000-12-13 Tim PotterAdd libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to...
2000-12-13 Tim PotterConvert names to sids when modifying ACLs. Convert...
2000-12-13 Tim PotterLightweight rpc client library. Uses only routines...
2000-12-13 Tim PotterServer side changes for dynamic names in lsa_lookup_names
2000-12-13 Tim Pottermake proto
2000-12-13 Tim PotterWrong length for unistr2 in init_q_lookup_names()
2000-12-13 Jeremy AllisonTwo tdb bugfixes. First one - ensure that traverse...
2000-12-13 Tim PotterAdded support for SERVICESF shared variable to change...
2000-12-12 Jeremy AllisonFixed bug noticed by JF. se_access_check needs user...
2000-12-12 Jeremy AllisonFixed processing of dfree script (was truncating).
2000-12-12 David O'NeillBrief documentation on using the virtual printer code
2000-12-12 Gerald Cartermore fixes from Simo. Also fixed the password expirati...
2000-12-12 Tim PotterDon't print out the security descriptor type as it...
2000-12-12 Tim PotterBetter error checking for ACL parsing.
2000-12-12 Tim PotterFix error string.
2000-12-12 Tim PotterFixed some accidentally reversed patches.
2000-12-12 Tim PotterCompile fix for new arg to create_nt_token()
2000-12-12 Jeremy AllisonMerged in Tim's changes : Removed static limit of MAX_L...
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-12 Jeremy AllisonSorry Gerald, I think the original code was better...
2000-12-12 Jeremy AllisonExtra part of fix that Gerald missed (sorry).
2000-12-11 Gerald Cartersubtle bug where files which missed the stat_cache...
2000-12-11 Jeremy AllisonFix for short names not being returned correctly with...
2000-12-11 Jeremy AllisonFixed very subtle bug returning correct error on an...
2000-12-11 Jeremy AllisonAdding in debug for SD's.
2000-12-11 Gerald Cartercode review of rpcclient
2000-12-11 Gerald Cartertype for client_info struct
2000-12-11 Gerald Carternew version of Get_Pwnam()
2000-12-11 Tim Potterreturn NULL instead of return False in char *prs_mem_get();
2000-12-11 Jeremy AllisonAdded Tim's fix for read-only crashes.
2000-12-11 Andrew Tridgellnew prototypes
2000-12-11 Andrew Tridgelladded support for browsing the list of workgroups at...
2000-12-11 Andrew Tridgellexposed the broadcast name resolution routine outside...
2000-12-09 Gerald Cartergroup rid assignment cut and paste error
2000-12-09 Jeremy AllisonFixed typo causing coredump in file_lines_parse.
2000-12-08 Jeremy AllisonFixed compiler warning.
2000-12-08 Jeremy AllisonAdded OLD_NTDOMAIN to remove warnings about undefined...
2000-12-08 Jeremy AllisonRemoved unused auto (IRIX compiler warning).
2000-12-08 Tim PotterRemoved a dead function.
2000-12-08 Tim PotterCosmetic fixups for large file support message.
2000-12-08 Tim PotterPort of lsa_lookup_sids() and lsa_lookup_names() rpc...
2000-12-08 Tim PotterModified argc passed to rpc_client cmd_* functions...
2000-12-08 Tim PotterAdded pdbedit binary to list of ignored files.
next