cleaning up conflicts between group code not yet committed and
[samba.git] / source / include / proto.h
1998-11-12 Luke Leightoncleaning up conflicts between group code not yet commit...
1998-11-12 Andrew Tridgellextracted the password change code from smbpasswd and...
1998-11-12 Andrew Tridgelllargely rewrote smbpasswd so that the code is understan...
1998-11-12 Jeremy AllisonMoved some code (NTLMSSPcalc) out of smbdes and inline...
1998-11-12 Jeremy AllisonAdded the security changes suggested by Andrew - become the
1998-11-11 Andrew Tridgellchanged is_root() to am_root() to prevent clash with...
1998-11-11 Jeremy Allisonrpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
1998-11-11 Luke Leightonsecurity descriptor info, provided by jean-francois
1998-11-11 Luke Leightonclearing up security descriptor
1998-11-11 Luke Leightonchanged syntax of registry commands so keys can start...
1998-11-11 Luke Leightonregistry delete value command: "regdeleteval".
1998-11-11 Luke Leightonrenamed unk_1b to flush_key
1998-11-11 Luke Leighton- renamed open_policy to open_hklm.
1998-11-10 Luke Leightonrpcclient registry key delete command: "regdeletekey".
1998-11-10 Luke Leightonregistry modification requires a "sync" or "refresh...
1998-11-10 Jeremy Allisoninclude/local.h:
1998-11-10 Luke Leightonrpcclient registry commands.
1998-11-10 Luke Leightonutil functions split into relevant modules, first pass.
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-11-09 Andrew Tridgellconverted smbclient to use clientgen.c rather than...
1998-11-06 Jeremy Allisonlib/charcnv.c: Improved debug comment.
1998-11-03 Jeremy AllisonMakefile.in configure configure.in include/proto.h...
1998-10-28 Christopher R. HertelStill moving things around. debugparse.h will be remov...
1998-10-28 Jeremy AllisonQuick fixes to fix the broken tree. Needed for my morni...
1998-10-28 Andrew Tridgellfixed problem with snprintf.c and mkproto
1998-10-24 Andrew Tridgellvolker was concerned about unique inode numbers and...
1998-10-24 Andrew Tridgellmake sure that apps can't close one of the internal...
1998-10-23 Jeremy AllisonReasonably large change to give us *exactly* correct...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Luke Leightontorture debug.
1998-10-22 Luke Leightonrpctorture command
1998-10-22 Luke Leightonbug fix in lsa_trans_names.
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Luke Leightonthe next dialog: user-groups. it's not very sensible...
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-21 Luke Leightonfixing smbd encrypted rpcs (data lens, alloc hints...
1998-10-20 Jeremy AllisonFixed bug found by John Blair where trim_string wasn't
1998-10-20 Luke Leightonsome quite important bug-fixes i missed because i trans...
1998-10-20 Andrew Tridgellnew prorotypes
1998-10-19 Luke Leighton- dce/rpc code
1998-10-19 Andrew Tridgellprototype new functions
1998-10-18 Andrew Tridgellredid proto.h
1998-10-16 Luke Leightondce/rpc
1998-10-16 Luke Leightonmade pass_check_smb() available for dce/rpc use.
1998-10-16 Luke Leightonoops.
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-15 Luke Leightonbug-fixing against:
1998-10-14 Luke Leightonwarnings spotted by ./configure.developer options
1998-10-14 Luke Leightondce/rpc
1998-10-10 Luke Leightondce/rpc
1998-10-10 Luke Leightondce/rpc
1998-10-09 Luke Leightondce/rpc
1998-10-09 Luke Leightonsigned / unsigned issues spotted by herb
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 Tridgell- fixed a bunch of warnings and minor errors
1998-10-08 Andrew Tridgelluse 1 second resolution calls if possible
1998-10-08 Andrew Tridgellremoved lukes acl check in configure (not needed)
1998-10-07 Luke Leightondce/rpc
1998-10-07 Luke Leightonmake proto required
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...
next