Got very strict about the differences and uses of
[samba.git] / source3 / include / proto.h
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Luke Leightonmissed the pdb_sam_to_smb function needed by nispass.c
1998-09-29 Luke Leightonadded in some pdb_xxx routines that are needed by nispass.c
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-25 Luke Leightonrpcclient: got samr command "enumusers -g -u" working
1998-09-25 Luke Leightonadded in samr commands. assistance in returning the...
1998-09-25 Luke Leightonadded wksinfo command to rpcclient, which don't work...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-24 Jeremy AllisonIntegration of Anders Blomdell <anders.blomdell@control...
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-21 Alexandre Olivareplace getpass() with getsmbpass() if getsmbpass.c...
1998-09-20 Andrew Tridgelllp_fstype() proto
1998-09-18 Jeremy AllisonFixed problems with premature kernel oplock checkin...
1998-09-18 Jeremy Allisonconfigure configure.in include/config.h.in include...
1998-09-18 Andrew Tridgellgot rid of SMB_STRUCT_STATVFS. I don't think we should...
1998-09-18 Jeremy Allisonnmbd/nmbd_winsserver.c: Fixed printf style warning.
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-17 Andrew Tridgellfixed a potential problem with wins_write_database...
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-08 Jeremy AllisonAdded back groupname map stuff removed by Andrew's...
1998-09-06 Andrew Tridgelladd a "stat cache" boolean smb.conf option. (defaults...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-05 Jeremy AllisonBugfix for leak in reference counted file struct.
1998-09-05 Andrew Tridgellgot rid of interpret_security(). Thanks to Jean-Francoi...
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-03 Andrew Tridgellfixed a bug in the name mangling code. It implicitly...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
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 Tridgellfinished the asynchronous browse synchronisation code...
1998-08-30 Andrew Tridgellchanged the way that name query records are sorted...
1998-08-30 Andrew Tridgellchanged the format of the wins.dat file slightly.
1998-08-30 Andrew Tridgellchanged the size of a char array in the userdata_struct...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-25 Andrew Tridgellproto changes
1998-08-21 Andrew Tridgelladded new smb.conf option "panic action". see my samba...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Jeremy AllisonFixed bug introduced by the recent changes where the...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.
1998-08-17 Andrew Tridgellmore splitting of server.c
1998-08-17 Andrew Tridgellnow that we have no global arrays we can start to split...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-17 Andrew Tridgellconverted the policy code to use a linked list and...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellserver.c: fixed a bug in close_file() with the new...
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Andrew Tridgellmoved the printing related files to a separate printing...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Jeremy AllisonMakefile.in: Changed so that make proto will work with...
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-08-09 Andrew Tridgella few more things compile.
1998-08-09 Andrew Tridgellswat compiles, with some even uglier hacks. we really...
1998-08-09 Andrew Tridgellnmbd compiles and links. I had to do some ugly stuff...
1998-08-09 Andrew Tridgellclose to having nmbd linking (just a bit of repository...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
1998-07-31 Christopher R. HertelThis is the checkin of the debug changes.
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-29 Andrew Tridgellupdated prototypes
1998-07-29 Andrew Tridgellget rid of the runtime test for broken getgroups()...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-29 Jeremy Allisonlocking.c: Print messages when we downgrade a lock.
1998-07-28 Jeremy Allisonloadparm.c: Added strict sync parameter.
1998-07-27 Jeremy Allisonchgpasswd.c: Fixed up debug calls to stop crashes if...
1998-07-24 Christopher R. HertelConverted the browser database to a ubi_dLinkList....
1998-07-23 Jeremy Allisonlocking.c: Added lock type to is_locked() and do_lock()
1998-07-17 Jeremy AllisonCode added to fix the renaming of a directory under...
1998-07-16 Jeremy AllisonMakefile: Added nttrans.o
1998-07-16 Jeremy AllisonMakefile: Added CC=gcc to DGUX on Intel. Comment from...
1998-07-15 Christopher R. Hertelutil.c: I've added a function called mem_dup(). Simil...
1998-07-11 Jeremy Allisonnntrans.c: Fully implemented transact rename.
1998-07-11 Jeremy Allisonnttrans.c: More NT SMB stuff.
1998-07-02 Jeremy AllisonFix for pidfile startup message.
1998-07-02 Jeremy Allisonchgpasswd.c: Fix from Peter Debus <pdebus@turing.une...
1998-06-27 Jeremy Allisonnisppass.c: Fixed incorrect parameter usage.
1998-06-16 Jeremy Allisonclientgen: Added USE_SSL for client shutdown.
1998-06-16 Richard SharpeDamn, forgot the proto file again
1998-06-16 Jeremy AllisonAdded SSL support from Christian Starkjohann <cs@obdev.at>
1998-06-15 Jeremy Allisonclient.c: Made -L do a null-session share unless -U...
1998-06-13 Jeremy AllisonMakefile: Added ubi_sLinkList.o as the groupname.o...
1998-06-12 Jeremy Allisonipc.c: map_username is now a BOOL function.
1998-06-10 Jeremy AllisonMinor changes as I've now discovered gcc -pedantic...
1998-06-09 Jeremy AllisonFixed compile problem after make proto.
1998-06-08 Christopher R. Hertelproto.h
1998-06-04 Luke Leightonadded "domain admin group" and "domain guest group...
1998-06-01 Jeremy Allisonclientutil.c: Don't core dump if no controlling termina...
1998-05-27 Jeremy AllisonOoops - fixed Win95 crash bugs with earlier code.
1998-05-27 Jeremy AllisonNewly re-written do_match and mask_match functions...
1998-05-27 Jeremy Allisonloadparm.c: Added machine password timeout parameter...
next