- oops, i got "add alias member" and "delete alias member" swapped.
[samba.git] / source3 / nmbd /
1998-12-03 Luke Leightonjean-f spotted race condition on generation of sam...
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-14 Jeremy AllisonRemoved acconfig.h configure configure.in include/confi...
1998-11-02 Jeremy Allisonclient/client.c: Patch to tidy up file size output.
1998-11-02 Luke Leightonremoved comment line at end of file
1998-10-31 Andrew Tridgelltook out Lukes change as it breaks domain logons for...
1998-10-22 Christopher R. HertelOkay, this is really silly but removing one space from...
1998-10-22 Christopher R. HertelMinor change.
1998-10-22 Christopher R. HertelAnother cosmetic change.
1998-10-21 Christopher R. HertelChanged the debug calls to use the newer debug macros...
1998-10-21 Luke Leightonfixing smbd encrypted rpcs (data lens, alloc hints...
1998-10-05 Andrew Tridgellget type of callback right
1998-09-29 Jeremy AllisonMissed one removed multi-statement line. Grrr.
1998-09-29 Jeremy AllisonFixed bug introduced by me in dead code elimination.
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 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-21 Alexandre Olivareplace getpass() with getsmbpass() if getsmbpass.c...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-18 Andrew Tridgelloops ... I got the filenames wrong in my cleanup of...
1998-09-18 Jeremy Allisonnmbd/nmbd_winsserver.c: Fixed printf style warning.
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-17 Andrew Tridgellfixed another potential fork bomb where the wins file...
1998-09-17 Andrew Tridgellfixed the nmbd fork bomb. It was a silly mistake, as
1998-09-17 Andrew Tridgellfixed a typo in my last commit
1998-09-17 Andrew Tridgellfixed a potential problem with wins_write_database...
1998-09-10 Andrew Tridgellfixed a bug in the wins database writer that caused...
1998-09-09 Christopher R. HertelCopyright notices written to debug logs are now through...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-02 Andrew Tridgellwe are never interested in SIGPIPE so just ignore ...
1998-08-31 Andrew TridgellI looked at the refresh issue a bit more and discovered...
1998-08-31 Andrew Tridgellminor fixes to the DMB<->DMB sync code. We now get...
1998-08-31 Andrew TridgellI realised that my DMB<->DMB sync code has the property...
1998-08-31 Andrew Tridgellset a maximum name refresh time of 20 minutes.
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgelladded a dest_port parameter to send_mailslot() so we...
1998-08-30 Andrew Tridgella couple of debug lines
1998-08-30 Andrew Tridgellfinished the asynchronous browse synchronisation code...
1998-08-30 Andrew Tridgellwe we have successfully done a query on *<1b> from...
1998-08-30 Andrew Tridgellchanged the way that name query records are sorted...
1998-08-30 Andrew Tridgellinclude our netbios names list and our workgroup in...
1998-08-30 Andrew Tridgellchanged the format of the wins.dat file slightly.
1998-08-30 Andrew Tridgelladded some defensive programming to nmbd. This mostly...
1998-08-29 Andrew Tridgelldon't exit on a SIGPIPE
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-28 Andrew Tridgellnmbd would core dump if a large number of netbios alias...
1998-08-21 Christopher R. Hertelnmbd and smbd had different behavior with respect to...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-11 Christopher R. HertelQuick fix for a small problem. If you run 'nmbd -...
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. HertelMore formatting changes. Mostly converted some DEBUG...
1998-08-03 Christopher R. HertelOne more minor change to the format of a DEBUG message...
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-27 Jeremy Allisonchgpasswd.c: Fixed up debug calls to stop crashes if...
1998-07-25 Christopher R. HertelCleaned up some testing code and made it more "permanen...
1998-07-24 Christopher R. HertelConverted the browser database to a ubi_dLinkList....
1998-07-14 Jeremy Allisonloadparm.c:
1998-07-02 Jeremy Allisonchgpasswd.c: Fix from Peter Debus <pdebus@turing.une...
1998-06-29 Jeremy Allisonnmbd_elections.c: Removed force elections code to bring...
1998-06-27 Jeremy AllisonAdded code to do elections when told to do so.
1998-06-27 Jeremy Allisonnisppass.c: Fixed incorrect parameter usage.
1998-06-25 Jeremy Allisonclitar.c: Fixed gcc warning with comment in /* */ code.
1998-06-23 Christopher R. HertelThe function add_name_to_subnet(), in file nmbd_namelis...
1998-06-10 Christopher R. HertelI've replaced the linked list used to manage the subnet...
1998-06-09 Jeremy AllisonFixed compile problem after make proto.
1998-06-09 Christopher R. HertelThis is a first step toward moving long namelists into...
1998-06-08 Jeremy AllisonAdded code to add the Samba names onto the remote_broad...
1998-06-08 Christopher R. HertelCosmetic. Added a cast to (void) to a call to add_name...
1998-05-19 Jeremy AllisonForgot to add the initialize_password_db() call to...
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-12 Jeremy Allisonincludes.h: SunOS doesn't have strcasecmp, solaris...
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-05-07 Luke Leightoncreated "passdb.c" which is an interface point to ...
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-20 Jeremy AllisonFixed bug that John found in WINS server code. When...
1998-04-15 Jeremy Allisonipc.c: Fix for printer queue spinning with Win95.
1998-04-14 Jeremy AllisonModified interfaces to getting smb password entries...
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-02 Jeremy AllisonWe were missing a case switch in announcement processin...
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
1998-03-14 Andrew Tridgelladded the ability to start/stop the server from SWAT.
1998-03-14 Andrew Tridgellanother makeover of loadparm to support new stuff in...
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-03-03 Jeremy AllisonChange the multibyte character set support so that
1998-02-26 Jeremy AllisonMakefile, password.c, includes.h: Added KRB4 patches...
1998-02-26 Jeremy AllisonCode to work around a bug in FTP OnNet software NBT...
1998-02-24 Jeremy AllisonFixed bug reported by Janne.Harju@nmp.nokia.com. When...
1998-02-24 Jeremy AllisonFixed bug where second response message was being print...
1998-02-24 Jeremy Allisonnmbd_incomingdgrams.c: Fix for typo.
next