fixing smbpasswd to link to smbd to obtain domain sid
[samba.git] / source3 / smbd /
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
1998-12-01 Luke Leightonandrej spotted that entries _not_ in domain map user...
1998-12-01 Luke Leightonhm. removed the "if failed to map nt name to unix...
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-29 Andrew Tridgelldon't allow ".." in service name when doing "default...
1998-11-25 Luke Leightonfixing group database issues
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-25 Luke LeightonLsaLookupNames client call (first used as lookupnames...
1998-11-25 Luke Leightonfixing domain join and domain login problems
1998-11-24 Jeremy AllisonFixed oplock test path spec bug.
1998-11-23 Jeremy AllisonFixed -Wall -Wshadow warning.
1998-11-23 Luke Leightonremove / add / attempt to stop remove didn't work.
1998-11-23 Luke Leightonunix instance of group database API
1998-11-23 Andrew Tridgellchanged string_sub() to replace " ; and ` in the insert...
1998-11-21 Andrew Tridgelltry to use *SMBSERVER to connect to password server...
1998-11-21 Andrew Tridgellformatting change
1998-11-21 Jeremy Allisonsmbd/password.c: Added *SMBSERVER fix is name is too...
1998-11-20 Jeremy AllisonInstrumented hack fix with debug level 10 statements...
1998-11-19 Jeremy AllisonSync up with 2.0 code.
1998-11-18 Jeremy AllisonFixed crash bug which was assuming that fd_ptr was...
1998-11-17 Jeremy AllisonFixed NT modify timestamp issue.
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-16 Jeremy AllisonMakefile.in: Re-added quotes round ROFF call for DGUX.
1998-11-16 Jeremy AllisonO_EXCL fixes for printing files & oplocks.
1998-11-15 Andrew Tridgellchange ROUNDUP to SMB_ROUNDUP to prevent conflicts...
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 Andrew Tridgellextracted the password change code from smbpasswd and...
1998-11-12 Jeremy AllisonFix fd leak in error condition in grantpt code case.
1998-11-11 Jeremy AllisonFixed two debug prints.
1998-11-10 Jeremy Allisoninclude/local.h:
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-07 Jeremy Allisoncodepages/codepage_def.936: Updated comment.
1998-11-06 Jeremy Allisonlib/charcnv.c: Improved debug comment.
1998-11-03 Jeremy AllisonMakefile.in configure configure.in include/proto.h...
1998-11-02 Luke Leightonremoved comment line at end of file
1998-10-29 Jeremy AllisonFixed bug (that I introduced when doing the "delete...
1998-10-28 Jeremy AllisonQuick fixes to fix the broken tree. Needed for my morni...
1998-10-28 Jeremy AllisonFix from thwartedefforts@wonky.org (slightly modified) to
1998-10-27 Luke Leightondebug string with no %s parameter. oops
1998-10-26 Jeremy AllisonFixed a couple of issues with the SMB_QUERY_FILE_ALL_IN...
1998-10-24 Andrew Tridgellvolker was concerned about unique inode numbers and...
1998-10-23 Jeremy AllisonHandle the case where multiple smbd have the file open...
1998-10-23 Luke Leightonpossible bug in change oem password code: replaced...
1998-10-23 Jeremy AllisonMake the new code conditional on lp_share_modes() just...
1998-10-23 Jeremy AllisonFixed debug reporting in the changed code.
1998-10-23 Jeremy AllisonFixed bug in previous commit where I was overwriting...
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 Jeremy Allisonserver/srv_samr.c smbd/ipc.c: Changed global_myworkgrou...
1998-10-22 Luke Leightonextern fstring global_myworkgroup should be a pstring
1998-10-22 Jeremy Allisonlibsmb/smbdes.c: #ifdef'ed out code prior to removal.
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-21 Luke Leightonsigned / unsigned issues
1998-10-21 Andrew Tridgellat the interop Isaac (at least I _think_ it was Isaac...
1998-10-20 Luke Leightondce/rpc. bug-fix in ipc.c (introduced today :)
1998-10-20 Luke Leightonsome quite important bug-fixes i missed because i trans...
1998-10-20 Jeremy Allisonsmbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta...
1998-10-19 Luke Leighton- dce/rpc code
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-18 Andrew Tridgellcheck for lp_nt_pipe_support() in open calls
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Luke Leighton!pass -> pass != NULL is wrong: !pass -> pass == NULL...
1998-10-16 Luke Leightonmade pass_check_smb() available for dce/rpc use.
1998-10-16 Luke Leightoncli_nt_session_open() encrypt arg removed
1998-10-16 Luke Leightonsetup_groups() - code clarification. no functional...
1998-10-16 Andrew Tridgellonly do the MAC extensions if we are a NTFS filesystem
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-16 Jeremy Allisontrans2.h: Added Thursby MAC extension.
1998-10-16 Luke Leightontrust password
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-15 Luke Leightonbug-fixing against:
1998-10-15 Jeremy Allisonconfig: Fix crypt prototype on RedHat Linux.
1998-10-14 Luke Leightonmore warnings...
1998-10-14 Luke Leightonunused variable in pipe_smb_write_X
1998-10-14 Luke Leightondce/rpc
1998-10-13 Andrew Tridgelluse level 0 for DEBUG() of malformed password entry...
1998-10-09 Luke Leightonbasic client-side ntcreateX function (hard-wired values...
1998-10-09 Luke Leightondce/rpc
1998-10-09 Richard SharpeAdded code to convert empty file names to "." so we...
1998-10-09 Richard SharpeAdd a DEBUG to unix_convert
1998-10-08 Andrew Tridgellreally fixed the warning this time :)
1998-10-08 Andrew Tridgellfixed a warning
1998-10-08 Andrew Tridgell- don't generate 0 params in torture
1998-10-08 Andrew Tridgell- fixed a bunch of warnings and minor errors
1998-10-07 Luke Leightondce/rpc
1998-10-07 Luke Leightonreturn False _and_ a break in a switch statement.
1998-10-07 Luke Leightondce/rpc
1998-10-06 Luke Leightondce/rpc
1998-10-06 Luke Leightonusing wrong cli_state in "security = domain" call.
1998-10-06 Andrew Tridgellimplemented unix semantics for rename in smbwrapper
1998-10-05 Andrew Tridgellfixed some cast warnings from "cc -64" on IRIX
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
next