Putting back the -p flag in smbclient.
[samba.git] / source3 / lib /
1999-01-13 Gerald Carterfixed an uninitialized variable in lookupsmbgrpgid...
1998-12-20 Luke Leightonadding start of remote lookup for domain member role.
1998-12-16 Christopher R. HertelA while back, Andrew and I talked about making the...
1998-12-14 Luke Leightonadded sid_name_use array argument to lsa_lookup_names...
1998-12-14 Luke Leightontrying to track down issues in get_home_dir().
1998-12-09 Luke Leightonoops, util_pwdb.c appears to be included in PASSDB_OBJ...
1998-12-09 Luke Leightonneed to initialise global_myworkgroup
1998-12-08 Jeremy AllisonAdding George's Mac extension code.
1998-12-07 Andrew Tridgellfixed warnings (and potential errors) due to integer...
1998-12-07 Luke Leightonfirst attempt at making unix setuid/setgid code that...
1998-12-07 Luke Leightonremoved nt_pipe_fnum from struct cli_state. need to...
1998-12-05 Andrew Tridgelloops - lock test was the wrong way around
1998-12-05 Andrew Tridgellfixed pidfile handling to check for a lock on the file...
1998-12-04 Luke Leighton- renamed do_samr_xxx to samr_xxx
1998-12-03 Luke Leightonmoved get_unixgroups it will be needed by the unix...
1998-12-03 Luke Leightonjean-f spotted bug in test for existence of MACHINE...
1998-12-02 Luke Leightonremoved check on name of domain having to be right...
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...
next