!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.
[samba.git] / source3 / libsmb /
1998-10-16 Andrew Tridgell- use large buffers for netshareenum
1998-10-16 Jeremy Allisontrans2.h: Added Thursby MAC extension.
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-14 Andrew Tridgellset recursion desired for bcast name query
1998-10-14 Luke Leighton16 changed to 8 by mistake in samoemhash.
1998-10-14 Luke Leightonwarnings spotted by ./configure.developer options
1998-10-14 Luke Leightondce/rpc
1998-10-10 Luke Leightondce/rpc
1998-10-09 Luke Leightondce/rpc
1998-10-09 Luke Leightondce/rpc.
1998-10-09 Luke Leightonbasic client-side ntcreateX function (hard-wired values...
1998-10-09 Luke Leightondce/rpc
1998-10-08 Luke Leightondce/rpc
1998-10-08 Andrew Tridgellfixed bug pointed out by Herb.
1998-10-08 Andrew Tridgell- don't generate 0 params in torture
1998-10-08 Andrew Tridgell- fixed a bunch of warnings and minor errors
1998-10-08 Andrew Tridgelluse 1 second resolution calls if possible
1998-10-07 Luke Leightondce/rpc
1998-10-07 Andrew Tridgelldo an anonymous login if the username/password is rejected.
1998-10-06 Andrew Tridgellfixed rename error code from NT servers
1998-10-06 Andrew Tridgellimplemented unix semantics for rename in smbwrapper
1998-10-05 Luke Leightonrpcclient srvsvc commands.
1998-10-05 Andrew Tridgellignore *.po32 files
1998-10-05 Andrew Tridgellgot smbwrapper working on IRIX 6.4. Things got a bit...
1998-10-05 Andrew Tridgellhandle ENOTDIR errno in cli_error()
1998-10-04 Andrew Tridgellstarted basic support for solaris 2.5 in smbwrapper.
1998-10-04 Andrew Tridgell- modified resolve_name() to take a name_type
1998-10-04 Andrew Tridgellsupport NetServerEnum in smbwrapper. You can now do...
1998-10-04 Andrew Tridgelluse *SMBSERVER convention in smbwrapper to allow us...
1998-10-04 Andrew Tridgelladd support for unlink() on printer shares in smbwrappe...
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-10-04 Andrew Tridgelluse CLI_BUFFER_SIZE instead of BUFFER_SIZE
1998-10-04 Andrew Tridgellfix an error code in cli_error()
1998-10-04 Andrew Tridgellmodified cli_read() and cli_write() to issue multiple...
1998-10-04 Andrew Tridgelluse const char
1998-10-03 Andrew Tridgellfixed a authentication problem with non-encrypting...
1998-10-03 Andrew Tridgellfixed vi on smbwrappper (it was a problem in cli_read())
1998-10-03 Andrew Tridgelladded simple device/inode number support based on a...
1998-10-03 Andrew Tridgell- always open for reading (otherwise getattrE won't...
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgell- ignore *.p files
1998-10-02 Luke LeightonMakefile.in :
1998-10-02 Luke Leighton- static function "create_new_hashes" was identical...
1998-10-02 Andrew Tridgellseveral clientgen mods to support smbwrapper. In partic...
1998-10-01 Jeremy AllisonFixed *nasty* bug in nt_lm_owf_gen() - this function was
1998-09-30 Jeremy Allisonlibsmb/clientgen.c: Fixed signed/unsigned compile warni...
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Luke Leightonuchar / char typecast issues
1998-09-29 Alexandre Olivaget away with dummy and .dummy files
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-25 Luke Leightonadded rpcclient program
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-08-31 Andrew Tridgellif an address is ipzero in cli_connect() then do a...
1998-08-31 Andrew Tridgellcast the qsort to prevent warnings
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgellchanged the way that name query records are sorted...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-25 Andrew Tridgellsome smbtorture hacks (random IPC calls)
1998-08-17 Andrew Tridgellreduced the memory footprint a bit by changing some...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-09 Andrew Tridgelladded ignore rules for the dummy files
1998-08-09 Andrew Tridgellthese dummy files are needed for autoconf processing
1998-08-03 Christopher R. HertelI finished removing timestring() calls from DEBUG(...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-14 Christopher R. HertelAdded strupper() function call to up-case the scope...
1998-06-27 Jeremy Allisonnisppass.c: Fixed incorrect parameter usage.
1998-06-21 Richard SharpeRemove the copyright to Canon Information Systems Austr...
1998-06-16 Jeremy Allisonclientgen: Added USE_SSL for client shutdown.
1998-06-16 Jeremy AllisonAdded SSL support from Christian Starkjohann <cs@obdev.at>
1998-05-14 Jeremy Allisonnamequery.c: Fixed SGI IRIX 5.x compiler problem.
1998-05-13 Andrew Tridgelltest for overflow in nmb name parsing code
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-04-29 Jeremy Allisonclientgen.c: Fixed null session setup bug.
1998-04-29 Jeremy AllisonThis is the checkin that adds the security=domain funct...
1998-04-28 Jeremy AllisonFixed checked in code that didn't compile.
1998-04-28 Luke Leightonadded NetShareEnum from Bartlomej Czardybon <czar@siles...
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-23 Jeremy AllisonMakefile: Added nterr.c into the mix.
1998-04-23 Jeremy AllisonWe will need this new nterr.c for the DOMAIN_CLIENT...
1998-04-23 Jeremy Allisonclientgen.c: Added rap error codes to cli_error, moved...
1998-04-21 Jeremy Allisonclientgen.c: Added cli_ulogoff() call.
1998-04-20 Jeremy AllisonMakefile: Added genrand.o
1998-04-17 Jeremy Allisonclientgen.c: Changes 'cli_xxx_' calls to use the following
1998-04-17 Jeremy AllisonChanging of machine passwords now works !!!!!!
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-12 Andrew Tridgellif the resolve order is blank then assume "host"
1998-04-12 Andrew Tridgellsupport O_SYNC in opens for smbtorture
1998-03-27 Jeremy Allisonchgpasswd.c, ipc.c, loadparm.c: Added boolean "unix...
1998-03-25 Jeremy AllisonRFC1002 says we must put compressed name pointers in...
1998-03-24 Jeremy Allisonclientgen.c ipc.c smbpasswd.c: Fixes for warnings ...
1998-03-19 Jeremy AllisonAdding the same changes to HEAD as were added to BRANCH...
1998-03-18 Jeremy AllisonAdded SamOEMChangePassword functionality.
1998-03-17 Jeremy AllisonFixes for the static data bugs & incorrect use of strtok
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
next