jra/samba/.git
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-04 Andrew BartlettThis brings HEAD into line with SAMBA_2_2, they now...
2001-07-04 Andrew Tridgellremoved some debug code
2001-07-04 Andrew Tridgellcheck for bad usernames early in session setup
2001-07-04 Tim PotterRemoved bogus server_n local variable in connect_one...
2001-07-04 Jeremy AllisonEnsure we correctly round down to 2 second boundary...
2001-07-03 Jeremy AllisonSmall warning removal tidyup.
2001-07-03 Jeremy AllisonRemove the exit_server() calls that stop nmbd linking.
2001-07-03 Jeremy AllisonFixed warnings and made const-safe so it has the correc...
2001-07-03 Jeremy AllisonRemoved the default addition of /include to the directo...
2001-07-03 Jeremy AllisonUpdated to latest from gnu.org.
2001-07-03 Jeremy AllisonAdded #define of int32 to int for cray. This will almos...
2001-07-03 Jeremy AllisonFixed incorrect debug parameters for lock_pid.
2001-07-03 Tim PotterSplit pam_winbind out of WINBIND progs so it can be...
2001-07-03 Andrew BartlettSee if we can stick to slightly valid C..
2001-07-03 Tim PotterFixed incorrect comment for cli_NetServerEnum()
2001-07-03 Andrew BartlettRunning torture-RANDOMIPC on the build farm doesn't...
2001-07-03 Andrew Tridgellfixed socketpair_tcp for OpenBSD
2001-07-03 Tim PotterReran autoconf.
2001-07-03 Tim PotterFixed quoting bug - shell programming sucks.
2001-07-03 Jeremy AllisonAdding Michael Sweet's LSB packaging.
2001-07-03 Simo Sorce- sorry, forgot to check a pointer
2001-07-03 Jeremy AllisonApplied Michael Sweet's patch, with one minor signal...
2001-07-03 Simo Sorce- sorry, forgot to test a pointer
2001-07-02 Jeremy AllisonMade talloc_realloc() semantics match realloc(). JF...
2001-07-02 Jeremy AllisonMissing prs_align() was causing Win9x nexus tools to...
2001-07-02 Jeremy AllisonFixed auto-alloc of dispinfo code when unmarshalling.
2001-07-02 Jeremy AllisonFixed extra file_free calls - my fault :-(.
2001-07-02 Christopher... Very minor cleanup. I was looking for another problem...
2001-07-02 Andrew BartlettThis fix from Eelco Vriezekolk <eelco@nexus.com.na...
2001-07-02 Andrew BartlettFix the torture test, we had the wrong file-name in...
2001-07-02 Tim PotterRe-ran configure.
2001-07-02 Tim PotterOnly build the pam_winbind module if --with-pam used.
2001-07-02 Andrew BartlettWe need strict locking to pass LOCK4
2001-07-02 Andrew BartlettStart of smbtorture based testing. Not all of smbtortu...
2001-07-02 Andrew BartlettNot all OSs have setbuffer, so we better check for it.
2001-07-02 Andrew BartlettMake smbtorture return status values for use in the...
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-07-02 Jeremy AllisonInsure caught the fact that PTRDIFFs were being done...
2001-07-01 Simo Sorce"netbios aliases" and "interfaces" options change from...
2001-07-01 Jeremy AllisonFix for building --with-profile for new vfscalls.
2001-07-01 Andrew Tridgellcli_read() was reading too many bytes.
2001-07-01 Simo Sorce- fix bug in reply_nt- fix bug in reply_nt1
2001-06-30 Richard SharpeMake sure we compile with gcc by default.
2001-06-30 Richard SharpeAdd a static linking target to the examples Makefile...
2001-06-30 Jeremy AllisonEnsure we return correct error on trying to unlock...
2001-06-30 Richard SharpeFix another small problem with Makefile.in ... not...
2001-06-30 Andrew BartlettThis should return the build to normallity.
2001-06-30 Jeremy AllisonFixed the first locking error (test #8 found by locktes...
2001-06-30 Richard SharpeModified Makefile.in to work properly. Define BLDSHARED...
2001-06-29 Richard SharpeThese changes cause the libsmbclient stuff to always...
2001-06-29 Jeremy AllisonAdded LsaGetConnectedCredentials patch from Manoj Naik...
2001-06-29 Jeremy AllisonEnsured all the system calls in msdfs.c go through...
2001-06-29 Jeremy AllisonFrom JF....
2001-06-29 Tim PotterExperimental support for joining a domain without creat...
2001-06-29 Tim PotterRemoved another silly static array.
2001-06-29 Tim PotterWin9x weirdness. When setting the named pipe handle...
2001-06-29 Tim PotterReplaced memcpy() with memmove() to make safe_strcpy...
2001-06-29 Jeremy AllisonUse a logical cli_read(), removed the cli_read_one...
2001-06-28 Jeremy Allisonparam/loadparm.c: Fix for bad volume label, found by...
2001-06-28 Christopher... Added info to some of the debug messages to get a bette...
2001-06-28 Jeremy AllisonProperly instrument print_job_start()/print_job_end...
2001-06-28 Andrew Tridgellfixed guest account for build farm boxes
2001-06-28 Andrew Tridgelltemporarily made smbclient a non-error target so that...
2001-06-27 Jeremy AllisonSyncup between 2.2 and HEAD.
2001-06-27 Andrew BartlettJigger around with the tests a bit more
2001-06-27 Andrew Tridgellon sco2 socketpair_tcp needs a bind
2001-06-27 Andrew Tridgellhandle EISCONN in socketpair_tcp
2001-06-27 Andrew BartlettAdd the generic funcions file for the basicsmb tests
2001-06-27 Tim PotterAdded some missing entries to usage().
2001-06-27 Richard SharpeAdded back the automatic build of libsmbclient.so in...
2001-06-27 Tim PotterAdded doco for the -d parameter.
2001-06-27 Richard SharpeFix a stupid typo ...
2001-06-27 Andrew BartlettChanged some of the tests around, made failures for...
2001-06-26 Herb LewisSGI compiler fixes.
2001-06-26 Martin PoolAdd check for working AF_LOCAL sockets, which are borken
2001-06-26 Andrew BartlettAdded the basic tests of smb functionality for HEAD
2001-06-26 Jeremy AllisonEnsure we always have a valid pointer on unmarshalling...
2001-06-26 Tim PotterPut an 0x in front of a hex number.
2001-06-26 Tim PotterFixed bug introduced by changeover of security descript...
2001-06-26 Jeremy AllisonAlways use DOMAIN\user first that this is the more...
2001-06-26 Andrew Tridgellfixed build
2001-06-26 Andrew Tridgellfall back to "unsigned" for uint32 on systems that...
2001-06-26 Andrew BartlettRemove warning about trapdoor systems for non-root...
2001-06-25 Jeremy AllisonEnsure numeric group or user names don't get misinterpr...
2001-06-25 Jeremy AllisonAdded Andrew's pam password change stuff. Needs some...
2001-06-25 Jeremy AllisonFixed stupid typo that would stop trusted domains working.
2001-06-25 Tim PotterCosmetic fixups found while playing with the server...
2001-06-25 Andrew Tridgellgot rid of the date headers off all text docs
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-25 Andrew Tridgellmake sure we have BOOL in autoconf usage of util_sec.c
2001-06-25 Andrew Tridgelladded a -L option to smbpasswd to force it to run local...
2001-06-25 Andrew Tridgell- make the regresison test mode code build in by defaul...
2001-06-24 Simo Sorcefixed error
2001-06-23 Jeremy AllisonLog debug before and after netbios names copied so...
2001-06-23 Simo Sorceuhm some pointer went wrong
2001-06-23 Simo Sorcehandle P_LIST parameters
2001-06-23 Simo Sorcefix compiler warnings
2001-06-23 Simo Sorcefix compiler warnings
next