trailing backslashes spotted by andrej.
[samba.git] / source / lib /
1998-12-02 Luke Leightonissues spotted by andrej: %s\\%s not %s\%s
1998-12-02 Luke Leightonstring_to_sid was using next_token() this is bad as...
1998-12-01 Luke Leightonfixing smbpasswd to link to smbd to obtain domain sid
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
1998-12-01 Luke Leightonfix to domain_namemap (domain, ntname wrong way round...
1998-12-01 Luke Leightonadding some samr parsing calls (group / alias adding...
1998-11-30 Luke Leightonattempting to fix "domain user map" up, but it's a...
1998-11-30 Luke Leighton- adding builtin[alias]db.
1998-11-29 Luke Leighton"retired" two modules to preserve their cvs history.
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-24 Luke Leightonsorting out difference between aliases and groups in...
1998-11-23 Luke Leightonunused variable removed
1998-11-23 Luke Leightonunix instance of group database API
1998-11-23 Andrew Tridgellreplace ' with _ as well
1998-11-23 Andrew Tridgellchanged string_sub() to replace " ; and ` in the insert...
1998-11-21 Andrew Tridgellglobal change from samba.anu.edu.au to samba.org
1998-11-18 Jeremy AllisonFixed problem with HAVE_NETGROUP being used on platforms
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-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-13 Jeremy Allisoninclude/smb.h: Re-added zero pointer protection to...
1998-11-12 Luke Leightonsecurity descriptors.
1998-11-12 Jeremy Allisoninclude/kanji.h include/proto.h lib/kanji.c: Added...
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-11 Jeremy AllisonFix from richard.kettlewell@kewill.com for leapyear...
1998-11-11 Luke Leightonchanged syntax of registry commands so keys can start...
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 Luke Leightonsplit socket util functions into util_sock.c. util...
1998-11-06 Jeremy Allisonlib/charcnv.c: Improved debug comment.
1998-11-05 Luke Leightonutil_file.c:
1998-11-05 Luke Leightonsplit string and unicode string routines into these...
1998-10-31 Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-28 Christopher R. HertelJust moving things around a bit.
1998-10-28 Jeremy AllisonFixes to allow this to pass SGI compiler in -fullwarn...
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-28 Andrew Tridgelluse abort() instead of exit() in smb_panic()
1998-10-28 Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-27 Andrew Tridgelladd ifdef for "long double"
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-10-26 Christopher R. HertelHere is the simple debug parser and the debug2html...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Luke Leightonrpctorture command
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
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 Tridgellremoved setenv(), replaced with smbw_setenv()
1998-10-19 Luke Leighton- dce/rpc code
1998-10-19 Andrew Tridgellremoved an incorrect comment
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-15 Luke Leightonsecond implementation of crc32, used with permission...
1998-10-14 Luke Leightonmore warnings...
1998-10-14 Luke Leightondce/rpc
1998-10-09 Luke Leightonsigned / unsigned issues spotted by herb
1998-10-08 Luke Leightondce/rpc
1998-10-08 Luke Leightonadded "permission obtained from John Erickson <jerickso...
1998-10-06 Luke Leightoncrc32 algorithm. obtained from dr dobb's journal
1998-10-06 Andrew Tridgellremove unused arguments from some static functions.
1998-10-05 Andrew Tridgell- fixed cast warnings
1998-10-05 Andrew Tridgellfixed typo in getgroups code
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
1998-10-04 Andrew Tridgellmore solaris 2.5 fixups. It now seems to be working...
1998-10-04 Andrew Tridgellstarted basic support for solaris 2.5 in smbwrapper.
1998-10-04 Andrew Tridgelluse *SMBSERVER convention in smbwrapper to allow us...
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-03 Andrew Tridgelladded simple device/inode number support based on a...
1998-10-03 Andrew Tridgellfixed a bug in name_len() (thanks to kooros@kooros...
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgell- ignore *.p files
1998-10-02 Andrew Tridgelladded sys_getwd()
1998-10-02 Andrew Tridgelluse sys_stat() not file_exist() for codepages. (we...
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Alexandre Olivaget away with dummy and .dummy files
1998-09-29 Andrew Tridgellgot rid of the memcpy() prototype and used includes...
1998-09-28 Jeremy AllisonFixed problems found in lint pass over the old code...
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 in samr commands. assistance in returning the...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-19 Jeremy AllisonRemove some byte-copying code in unix_format() that...
1998-09-18 Andrew Tridgellgot rid of SMB_STRUCT_STATVFS. I don't think we should...
1998-09-18 Andrew Tridgellgot rid of some #ifdef LARGE_XXXX stuff and got rid...
1998-09-18 Jeremy Allisoninclude/includes.h:
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-15 Jeremy AllisonRemoved hideous inefficiencies in old trim_string code...
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-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
next