summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Just in case anyone doesn't really think that Win ME is a faceliftGerald Carter2000-10-100-0/+0
| | | | | | | | | of Win98/95 jerry
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-10-101-0/+4
|\
| * Just in case anyone thinks that Win ME is not freally just aGerald Carter2000-10-101-0/+4
| | | | | | | | | | | | | | facelift for Win98/95 jerry
| * a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-107-26/+58
| | | | | | | | | | | | | | | | a sam_user_info_24 doesn't have a uint16 at end samr_create_user also creates the unix account now samr_set_userinfo changes the password. J.F.
| * got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-104-39/+16
| | | | | | | | is conceptually flawed
| * added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell2000-10-101-0/+24
| |
| * don't use gets() !Andrew Tridgell2000-10-101-2/+2
| |
| * Fixes to allow wins.c to compile to allow building of libnss_wins.so.John Terpstra2000-10-092-2/+14
| |
| * I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau2000-10-091-2/+2
| | | | | | | | J.F.
| * Missing conn parameter missed in vfs rewrite.Jeremy Allison2000-10-091-1/+1
| | | | | | | | Jeremy.
| * sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
| | | | | | | | | | Patrick Powell kindly pointed out the bug. Jeremy.
| * more cleanup of samrJean-François Micouleau2000-10-071-62/+65
| | | | | | | | J.F.
| * added samr_set_user_info and info_2.Jean-François Micouleau2000-10-079-261/+1697
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup of create_user cleanup of rid/sid mix in samr. now we only have sid. some prs_align() missing in parse_samr.c a small debug change in srv_pipe.c You still can't change a user's password in this commit. Will be availble in the next one. J.F.
| * Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-072-3/+14
| | | | | | | | Jeremy.
| * Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-073-1/+168
| | | | | | | | | | | | | | | | | | Jim McDonough Infoprint Manager Development Linux Technology Center IBM Boulder Jeremy.
| * Fix for yp_get_default_domain from Neil Hoggarth ↵Jeremy Allison2000-10-074-380/+494
| | | | | | | | | | | | <neil.hoggarth@physiol.ox.ac.uk> Jeremy.
| * Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-065-8/+13
| | | | | | | | | | Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk Jeremy.
| * Added Herb's fixes to HEAD.Jeremy Allison2000-10-065-9/+99
| | | | | | | | Jeremy.
| * Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison2000-10-061-2/+10
| | | | | | | | Jeremy.
| * Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison2000-10-061-2/+23
| | | | | | | | Jeremy.
| * Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison2000-10-061-0/+16
| | | | | | | | | | | | This patch allows the standard W2k recursive mkdir to work against Samba. Jeremy.
| * Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2000-10-062-7/+15
| | | | | | | | Jeremy.
| * Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-0619-173/+250
| | | | | | | | | | We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy.
| * global_myname is actually a pstring.Tim Potter2000-10-061-1/+1
| |
| * Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-063-70/+41
| | | | | | | | Jeremy.
| * Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-0622-517/+839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a conn struct depending on the call. We need this to have a clean NT ACL call interface. This will break any existing VFS libraries (that's why this is pre-release code). Andrew gets credit for this one :-) :-). In addition - added Herb's WITH_PROFILE changes - Herb - please examine the changes I've made to the smbd/reply.c code you added. The original code was very ugly and I have replaced it with a START_PROFILE(x)/END_PROFILE(x) pair using the preprocessor. Please check this compiles ok with the --with-profile switch. Jeremy.
| * Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
| | | | | | | | Jeremy.
| * Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
| | | | | | | | Jeremy.
| * Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-056-38/+160
| | | | | | | | | | above this layer. Jeremy.
| * Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-054-52/+72
| | | | | | | | Jeremy.
| * someone forgot to update proto.h :-)Jean-François Micouleau2000-10-051-1/+2
| | | | | | | | J.F.
| * fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau2000-10-051-6/+8
| | | | | | | | | | | | string. J.F.
| * Spelling flames. (-:Tim Potter2000-10-051-6/+6
| |
| * Added uid and gid to push_sec_ctx() debug.Tim Potter2000-10-051-2/+3
| |
| * Fixed compiler warnings.Tim Potter2000-10-051-4/+6
| |
| * Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-042-5/+2
| | | | | | | | Jeremy.
| * Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-0413-73/+32
| | | | | | | | Jeremy.
| * Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
| | | | | | | | | | in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff. Jeremy.
| * Fixes from Herb - compiler warnings.Jeremy Allison2000-10-032-13/+13
| | | | | | | | Jeremy.
| * utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-0311-22/+1080
| | | | | | | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy.
| * Memleak fix for cache code.Jeremy Allison2000-10-023-6/+27
| | | | | | | | Jeremy.
| * Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-022-3/+16
| | | | | | | | | | them (this can happen if smbd processes are shut down at the wrong time). Jeremy.
| * Missing null termination on printer changenotify message caused insureJeremy Allison2000-09-291-3/+4
| | | | | | | | | | error. Jeremy.
| * utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2000-09-292-30/+83
| | | | | | | | | | printing/nt_printing.c: No C++ comments please :-). Jeremy.
* | Updating build ability for TurboLinux.John Terpstra2000-10-093-39/+69
| | | | | | | | Fixes to allow compilation of libnss_wins.so.
* | Missing conn parameter missed in vfs rewrite.Jeremy Allison2000-10-091-1/+1
| | | | | | | | Jeremy.
* | preparing for release of 2.2.0-alpha0Samba Release Account2000-10-0870-74/+79
| |
* | Updated for alpha0.Jeremy Allison2000-10-081-805/+50
| | | | | | | | Jeremy.
* | sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
| | | | | | | | | | Patrick Powell kindly pointed out the bug. Jeremy.
* | Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-072-3/+14
| | | | | | | | Jeremy.