dce/rpc
[samba.git] / source3 / include / smb.h
1998-10-16 Luke Leightondce/rpc
1998-10-06 Andrew Tridgellimplemented unix semantics for rename in smbwrapper
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
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 Leightonadded in samr commands. assistance in returning the...
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-20 Andrew Tridgelladd a define for SMB_SEARCH_BITS and change comment...
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-14 Jeremy AllisonFixed problems people were having with creating profile
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-10 Jeremy Allisonsmb.h: Removed fdnum from file_fd_struct. Not needed.
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-08-31 Jeremy Allisonconfigure.in, configure: include/config.h.in: Added...
1998-08-30 Andrew Tridgellchanged the size of a char array in the userdata_struct...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-26 Andrew Tridgelluse a separate ZERO_ARRAY() macro instead of ZERO_STRUC...
1998-08-25 Andrew Tridgellchanged the default permissions code to do this:
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-22 Andrew Tridgelladded ASSERT() and ASSERT_ARRAY() macros and sprinkled...
1998-08-21 Andrew Tridgelladded new smb.conf option "panic action". see my samba...
1998-08-21 Andrew Tridgelladded a macro ZERO_STRUCT() which is useful for initial...
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 Tridgellmuch cleaner chain pointer handling for both files...
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 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
1998-08-11 Christopher R. HertelI've come up with a different scheme for doing the...
1998-08-11 Christopher R. HertelRemoved a stray semicolon in the DEBUGADD() macro.
1998-08-10 Jeremy AllisonMakefile.in: Fixed make clean bug with CVS directory...
1998-08-09 Andrew Tridgellremoved the if statements from the DEBUG() macro defini...
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 Tridgellget rid of the runtime test for broken getgroups()...
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-22 Jeremy AllisonFixed bug found by Richard Sharpe. After increasing...
1998-07-17 Jeremy AllisonCode added to fix the renaming of a directory under...
1998-07-16 Jeremy AllisonMakefile: Added nttrans.o
1998-07-11 Jeremy Allisonnntrans.c: Fully implemented transact rename.
1998-07-09 Jeremy AllisonNT SMB trans reply code.
1998-07-01 Jeremy Allisonincludes.h: AIX fix.
1998-06-30 Jeremy Allisonnttrans.c: More code towards NT protocol.
1998-06-21 Richard SharpeRemove the copyright to Canon Information Systems Austr...
1998-06-16 Jeremy AllisonAdded SSL support from Christian Starkjohann <cs@obdev.at>
1998-06-12 Christopher R. HertelThis is the first, small step toward some tweaks that...
1998-06-04 Luke Leightonhad what would be a compile error if it wasn't #if...
1998-06-04 Luke Leightonadded "domain admin group" and "domain guest group...
1998-06-03 Jeremy Allisonipc.c: Fix bug where we don't return the correct error...
1998-05-26 Jeremy Allisonsmb.h: More NT SMB stuff (just defines).
1998-05-23 Jeremy AllisonAdded more NT definitions, getting ready for nttrans...
1998-05-19 Jeremy Allisonpassdb.c: Fixed typo in coment.
1998-05-19 Luke Leightonremoved "default" system for password database api...
1998-05-19 Luke Leightonldap.c :
1998-05-18 Jeremy AllisonAbstracted all the crappy password interfaces through...
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-18 Luke LeightonMakefile:
1998-05-13 Andrew Tridgellwe don't need a typedef for string
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-08 Luke Leightonadded sam_passwd structure: don't want smb_passwd to...
1998-05-08 Jeremy Allisonclitar.c: #ifdef'ed out all the bits that were giving...
1998-05-08 Luke Leightonadded smb_grpid to smb_passwd struct
1998-05-08 Luke Leightonadded extra fields to struct smb_passwd
1998-05-08 Jeremy Allisonsmb.h: Supporting defines for NT trans calls.
1998-05-06 Jeremy AllisonFixes for the %U and %G problems people have reported.
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-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-22 Jeremy Allisongenrand.c: Improved generation of random values, more...
1998-04-15 Jeremy Allisonipc.c: Fix for printer queue spinning with Win95.
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-09 Jeremy AllisonMakefile, loadparm.c, server.c, smb.h, util.c: Patch...
1998-04-09 Jeremy AllisonAdded codepage 936 (simplified Chineses).
1998-04-02 Jeremy AllisonPatch from Chris Maltby <chris@softway.com.au>. His...
1998-03-21 John TerpstraGetting ready for first Red Hat Linux RPMs for 1.9...
1998-03-20 John TerpstraAdded MAXPRINTERLEN define in smb.h setting printer...
1998-03-16 Christopher R. HertelLint was complaining about the following typedef in...
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-08 Andrew TridgellJeremy is going to hate me ...
1998-03-03 Jeremy AllisonChange the multibyte character set support so that
1998-02-11 Jeremy AllisonMakefile: Added AIX 3.2.5.
1998-01-29 Jeremy AllisonMakefile: Fix for OSF1 typo.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-12 Andrew Tridgell*** empty log message ***
1998-01-05 Volker LendeckeAdded 3 commands:
1997-12-04 Andrew Tridgelldon't use free and alloc as structure elements
1997-12-02 Andrew Tridgellget rid of some things out of smb.h that are already...
1997-11-29 Andrew Tridgelladded a sent_oplock_break element to Files[] as a paran...
1997-11-28 Andrew Tridgellget_entries is an int not a bool
next