Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sys_popen got damaged when converted from FILE * to int fd I think. | Jeremy Allison | 2000-10-08 | 1 | -14/+3 | |
| | | | | | Patrick Powell kindly pointed out the bug. Jeremy. | |||||
* | more cleanup of samr | Jean-François Micouleau | 2000-10-07 | 1 | -62/+65 | |
| | | | | J.F. | |||||
* | added samr_set_user_info and info_2. | Jean-François Micouleau | 2000-10-07 | 9 | -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 Allison | 2000-10-07 | 2 | -3/+14 | |
| | | | | Jeremy. | |||||
* | Integrated support for NT and OS/2 lpq parsing. Code from | Jeremy Allison | 2000-10-07 | 3 | -1/+168 | |
| | | | | | | | | | Jim McDonough Infoprint Manager Development Linux Technology Center IBM Boulder Jeremy. | |||||
* | Fix for yp_get_default_domain from Neil Hoggarth ↵ | Jeremy Allison | 2000-10-07 | 4 | -380/+494 | |
| | | | | | | <neil.hoggarth@physiol.ox.ac.uk> Jeremy. | |||||
* | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se> | Jeremy Allison | 2000-10-06 | 5 | -8/+13 | |
| | | | | | Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk Jeremy. | |||||
* | Added Herb's fixes to HEAD. | Jeremy Allison | 2000-10-06 | 5 | -9/+99 | |
| | | | | Jeremy. | |||||
* | Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux. | Jeremy Allison | 2000-10-06 | 1 | -2/+10 | |
| | | | | Jeremy. | |||||
* | Print socket options - patch from Dave Collier-Brown @ Sun. | Jeremy Allison | 2000-10-06 | 1 | -2/+23 | |
| | | | | Jeremy. | |||||
* | Fixed error return messages needed for NTTrans CreateDirectory. | Jeremy Allison | 2000-10-06 | 1 | -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 Allison | 2000-10-06 | 2 | -7/+15 | |
| | | | | Jeremy. | |||||
* | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 2000-10-06 | 19 | -173/+250 | |
| | | | | | We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy. | |||||
* | global_myname is actually a pstring. | Tim Potter | 2000-10-06 | 1 | -1/+1 | |
| | ||||||
* | Inlined many of the vfs_XXX calls as macros for speed. | Jeremy Allison | 2000-10-06 | 3 | -70/+41 | |
| | | | | Jeremy. | |||||
* | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 2000-10-06 | 22 | -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 Allison | 2000-10-05 | 1 | -4/+8 | |
| | | | | Jeremy. | |||||
* | Fixes from Damian at Cisco to tidy up some tdbtool issues. | Jeremy Allison | 2000-10-05 | 1 | -4/+15 | |
| | | | | Jeremy. | |||||
* | Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added | Jeremy Allison | 2000-10-05 | 6 | -38/+160 | |
| | | | | | above this layer. Jeremy. | |||||
* | Herb's fixes for profiling & compiler warnings. | Jeremy Allison | 2000-10-05 | 4 | -52/+72 | |
| | | | | Jeremy. | |||||
* | someone forgot to update proto.h :-) | Jean-François Micouleau | 2000-10-05 | 1 | -1/+2 | |
| | | | | J.F. | |||||
* | fixing prs_unistr2(). For the special case of an empty (but existing) | Jean-François Micouleau | 2000-10-05 | 1 | -6/+8 | |
| | | | | | | string. J.F. | |||||
* | Spelling flames. (-: | Tim Potter | 2000-10-05 | 1 | -6/+6 | |
| | ||||||
* | Added uid and gid to push_sec_ctx() debug. | Tim Potter | 2000-10-05 | 1 | -2/+3 | |
| | ||||||
* | Fixed compiler warnings. | Tim Potter | 2000-10-05 | 1 | -4/+6 | |
| | ||||||
* | Made re-init of stat cache explicit rather than being hidden. | Jeremy Allison | 2000-10-04 | 2 | -5/+2 | |
| | | | | Jeremy. | |||||
* | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 2000-10-04 | 13 | -73/+32 | |
| | | | | Jeremy. | |||||
* | Fixes for the fact that UNICODE sizes are no always 2*no of chars when | Jeremy Allison | 2000-10-03 | 1 | -8/+9 | |
| | | | | | in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff. Jeremy. | |||||
* | Fixes from Herb - compiler warnings. | Jeremy Allison | 2000-10-03 | 2 | -13/+13 | |
| | | | | Jeremy. | |||||
* | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 2000-10-03 | 11 | -22/+1080 | |
| | | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy. | |||||
* | Memleak fix for cache code. | Jeremy Allison | 2000-10-02 | 3 | -6/+27 | |
| | | | | Jeremy. | |||||
* | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 2000-10-02 | 2 | -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 insure | Jeremy Allison | 2000-09-29 | 1 | -3/+4 | |
| | | | | | error. Jeremy. | |||||
* | utils/smbcontrol.c: Fixes from Herb for interactive use. | Jeremy Allison | 2000-09-29 | 2 | -30/+83 | |
| | | | | | printing/nt_printing.c: No C++ comments please :-). Jeremy. | |||||
* | new man pages | Herb Lewis | 2000-09-29 | 6 | -0/+557 | |
| | ||||||
* | new prototypes | Andrew Tridgell | 2000-09-29 | 1 | -0/+3 | |
| | ||||||
* | added a hack to get 64 bit locking working with the broken fcntl() | Andrew Tridgell | 2000-09-29 | 2 | -0/+27 | |
| | | | | | call in glibc 2.1.95. This hack only gets enabled if you define GLIBC_HACK_FCNTL64 | |||||
* | use the 64 bit locking interface in locktest | Andrew Tridgell | 2000-09-29 | 1 | -19/+19 | |
| | ||||||
* | fixed a harmess mixup of bitops and a boolean | Andrew Tridgell | 2000-09-29 | 1 | -1/+1 | |
| | ||||||
* | added cli_lock64() and cli_unlock64() | Andrew Tridgell | 2000-09-29 | 1 | -0/+96 | |
| | ||||||
* | Missing from HEAD and 2.2 - terminal server reg config. | Jeremy Allison | 2000-09-28 | 1 | -0/+7 | |
| | | | | Jeremy. | |||||
* | Fix from John Reilly for forms ordering problems. | Jeremy Allison | 2000-09-28 | 1 | -12/+19 | |
| | | | | Jeremy. | |||||
* | Removed a line by mistake... | Jeremy Allison | 2000-09-28 | 1 | -0/+1 | |
| | | | | Jeremy. | |||||
* | Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this | Jeremy Allison | 2000-09-28 | 2 | -8/+11 | |
| | | | | | was not correct. Jeremy. | |||||
* | fixed samr_create_user(). we now correctly parse the query and the reply. | Jean-François Micouleau | 2000-09-28 | 5 | -28/+74 | |
| | | | | | | | | | | And we create the disabled account. That means we can create user and trust accounts remotely ! ifdef out a return in passdb/smbpass.c. I think I didn't break any security. Jeremy could you check if I didn't make any mistakes ??? J.F. | |||||
* | Removed annoying unecessary debug message. | Tim Potter | 2000-09-28 | 1 | -1/+0 | |
| | ||||||
* | Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵ | Jeremy Allison | 2000-09-27 | 1 | -2/+2 | |
| | | | | | | <jmcd@us.ibm.com>. Jeremy. | |||||
* | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 2000-09-27 | 14 | -346/+485 | |
| | | | | | | | through the VFS. All file access/directory access code in smbd should now go via the vfs. Added vfs_chown/vfs_chmod calls. Still looking at vfs_get_nt_acl() vfs_set_nt_acl() call API design. Jeremy. | |||||
* | samr unknown 0x32 is in fact samr create user. | Jean-François Micouleau | 2000-09-27 | 4 | -63/+42 | |
| | | | | | | so renamed and tidy up of the server function. J.F. | |||||
* | ignore smbcontrol in bin directory | Jean-François Micouleau | 2000-09-27 | 1 | -1/+2 | |
| | | | | J.F. |