dce/rpc
[samba.git] / source / include / proto.h
1998-10-07 Luke Leightondce/rpc
1998-10-06 Luke Leightondce/rpc
1998-10-05 Luke Leightonrpcclient srvsvc commands.
1998-10-05 Andrew Tridgellnew prototypes
1998-10-05 Andrew Tridgellgot smbwrapper working on IRIX 6.4. Things got a bit...
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
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 Tridgelladd support for unlink() on printer shares in smbwrappe...
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-10-04 Andrew Tridgelluse dummy file descriptors opened on /dev/null to ensur...
1998-10-04 Andrew Tridgellmore smbw cleanups.
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 Tridgelladded lseek() support for directories
1998-10-03 Andrew Tridgellupdated prototypes
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgellupdated prototypes
1998-10-02 Luke LeightonMakefile.in :
1998-10-02 Andrew Tridgella couple of mode for smbwrapper
1998-09-30 Luke Leightonlsa_lookup_sids command added. severe debugging needed...
1998-09-30 Jeremy Allison(Finally) implemented "max open files" as a global...
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...
next