Terminate dfs referral alternate path string. DFS now works again in head
[gd/samba-autobuild/.git] / source3 /
2001-09-13 Tim PotterTerminate dfs referral alternate path string. DFS...
2001-09-12 Jeremy AllisonFixed problems with arg parsing as root with smbpasswd.
2001-09-12 Tim PotterConverted msdfs referral server code to use rpcstr_push...
2001-09-12 Tim PotterString length fix from Toomas Soome <tsoome@ut.ee>
2001-09-12 Tim PotterIgnore torture test binaries.
2001-09-12 Tim PotterSome patches to authentication:
2001-09-12 Andrew Tridgell- enable MSDFS by default, there seems no reason not...
2001-09-12 Tim PotterHmm - needs to be converted to pull/push unistr routine...
2001-09-12 Tim PotterConverted DFS error returns to WERROR instead of uint32.
2001-09-12 Tim PotterMoved and renamed DFS error constants from include...
2001-09-11 Richard SharpeTweak the building rules under Solaris with CC.
2001-09-11 Tim PotterAdded a string for NT_STATUS_OK, m'kay?
2001-09-11 Richard SharpeMake sure to commit configure
2001-09-11 Richard SharpeSome small changes to configure to remove things like...
2001-09-10 Jeremy AllisonFix for second logic bug when handing oplock breaks...
2001-09-10 Herb Lewisleft out {
2001-09-10 Herb Lewisprevent segv by not calling tdb_traverse and tdb_close...
2001-09-10 Gerald Cartercut-n-paste error
2001-09-10 Gerald Cartermerge from APPLIANCE_HEAD
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellmore static/dead fns
2001-09-10 Andrew Tridgellkill a dead fn and make a local one static
2001-09-10 Andrew Tridgellmade a couple of local fns static
2001-09-10 Andrew Tridgellpassdb/smbpassfile ain't needed any more - it only...
2001-09-10 Andrew Tridgelladded xfile
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-09 Richard SharpeMake sure that if there are no interfaces, name_registe...
2001-09-09 Andrew Tridgellfixed typo
2001-09-09 Andrew Tridgellremoved pointless parameter from readfile()
2001-09-09 Andrew Tridgellfixed missing const on d_printf declaration
2001-09-08 Andrew Tridgellconvert more code to using d_printf
2001-09-07 Andrew BartlettChange the description on --with-pam_smbpass to make...
2001-09-07 Jeremy AllisonDon't fail if no owner/group owner set. Use existing...
2001-09-07 Jeremy Allison#ifdef out function when not used.
2001-09-07 Andrew Tridgelladded "display charset" option in smb.conf, along with...
2001-09-06 Jeremy AllisonFix the 62bit locking onto 32 bit NFS mounts problem...
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-09-06 Jeremy AllisonFixed O(N^2) talloc loop when allocating printer name...
2001-09-06 Andrew Tridgell- fixed proto.h build on systems using a parallel make
2001-09-06 Tim PotterConverted to NTSTATUS return codes.
2001-09-06 Tim PotterStarted a cleanup of smbpasswd related stuff. I've...
2001-09-06 Tim PotterRemoved 18 duplicate #undef entries.
2001-09-06 Tim PotterAnnotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN...
2001-09-06 Andrew Tridgellflush stdout in test logging fns
2001-09-06 Andrew Tridgelluse a different test tdb name for tdbtest and tdbtorture
2001-09-06 Andrew Tridgellactually obey the "use mmap" smb.conf option
2001-09-06 Tim PotterLogon workstation checks from Toomas Soome <tsoome...
2001-09-06 Andrew Tridgellenable strict locking by default. This will be slow...
2001-09-06 Andrew Tridgellit turns out that XP agrees with the samba head branch...
2001-09-06 Andrew Tridgelluse NTSTATUS not BOOL in do_lock()
2001-09-05 Jeremy AllisonRemoved unneeded set of delete on close in fsp->share_mode.
2001-09-05 Jeremy AllisonFix I think for the fcntl spinning problem. Re-prioriti...
2001-09-05 Andrew Tridgell2nd DELETE_ON_CLOSE_FLAG fix ...
2001-09-05 Andrew Tridgellwhen you update the share mode in the db you must also...
2001-09-05 Andrew Tridgellfixed formatting to make the code vaguely readable...
2001-09-05 Herb Lewisadd PROFILE_OBJ to nmbd now
2001-09-05 Herb Lewismerge profile data changes from 2.2
2001-09-05 Herb Lewisalways include profile support so you do not need a...
2001-09-05 Herb Lewisadd profiling stats from 2.2
2001-09-05 Herb Lewisvariable name changed to --with-profiling-data
2001-09-05 Jeremy AllisonWhen sending a message via a tdb, it must be open read...
2001-09-05 Andrew Tridgelluse cli_is_error() instead of looking in smb_rcls,...
2001-09-05 Andrew Tridgelladded filename to error_packet()
2001-09-05 Andrew Tridgellfixed some compilation errors in cli_netlogon.c - tim...
2001-09-05 Andrew Tridgellmore warning fixes on solaris
2001-09-05 Andrew Tridgellfixed a bunch of compilation errors on Solaris, mostly...
2001-09-05 Tim PotterMerged cli_net_req_chal() and cli_net_auth2() from...
2001-09-05 Tim Potteroh foo
2001-09-05 Tim PotterDon't crash if run with no command line arguments....
2001-09-05 Jeremy AllisonNFS v2 can return ENOLCK when greater than 31 bit offse...
2001-09-04 Andrew Tridgelldon't do pointer arithmetic on void* (some compilers...
2001-09-04 Jeremy AllisonFixes to ensure invalid vuids cannot stop oplock breaks.
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-09-04 Andrew Tridgellfixed compilation of torture
2001-09-04 Andrew Tridgellcope with pam being off
2001-09-04 Andrew Tridgella fix for fussy compilers
2001-09-04 Andrew Tridgellit now all compiles - so try enabling it by default...
2001-09-04 Tim PotterWelcome to tpot's exploit world!
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-09-04 Tim PotterFixed some compiler warnings.
2001-09-03 Andrew Tridgellmore NTSTATUS/WERROR conversion
2001-09-03 Andrew Tridgelltidied up some unused vars in JFs new fns
2001-09-03 Andrew Tridgellthe next step in our error code handling change
2001-09-02 Andrew Tridgellupdated copyright for Michael Sweet
2001-09-01 Andrew Tridgelluse a name not a number for ERRinsufficientbuffer
2001-09-01 Andrew Tridgellmore NTSTATUS changes
2001-08-31 Tim PotterSet acb_info to ACB_SVRTRUST if we are joining the...
2001-08-31 Andrew BartlettFix up some compile issues. We can't have C99 comments...
2001-08-31 Tim PotterAdded samsync binary to list of ignored files.
2001-08-31 Simo Sorcechanged the data format in the tdb, as the time fields...
2001-08-30 Jeremy AllisonFix crash bug with indirecting through null pointer...
2001-08-30 Jeremy AllisonFixed silly typo.
2001-08-30 Jeremy AllisonFix from Paul Green to set correct lengths.
2001-08-30 Herb Lewisif no ACL elements then use chmod - fixes ability to...
2001-08-30 Simo Sorcethis was a stupid typo,
2001-08-30 Gerald Cartermerge from 2.2
2001-08-30 Gerald Cartermerge from 2.2
2001-08-30 Gerald Cartermerge from APPLIANCE_TNG
next