1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

2084 Commits

Author SHA1 Message Date
Luke Leighton
0f835b52f8 script that defines some useful developer compiler options (gcc)
and then runs ./configure.

dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
0001-01-01 00:00:00 +00:00
Luke Leighton
69f5f9f889 dce/rpc 0001-01-01 00:00:00 +00:00
Andrew Tridgell
bff457b4a4 use level 0 for DEBUG() of malformed password entry in smbpasswd 0001-01-01 00:00:00 +00:00
Andrew Tridgell
784b1590c8 smbsh launch program is now in C 0001-01-01 00:00:00 +00:00
Andrew Tridgell
aea466aef7 made smbsh a standard binary 0001-01-01 00:00:00 +00:00
Richard Sharpe
4e2f5c625e Try to make smbprint a better behaved citizen.
Removed a -x on the first line that causes lots of output to the console
and added a command line parameter handling flag for the tranlate case.

The problem is that smbprint is being overwritten/replaced when you upgrade
a RedHat rpm.  If you had modified smbprint to include translation, you
loose it, and you have to go and repatch etc.

Now, we have a -t flag on smbprint, so we should have fewer problems in
this regard.

Untested as yet, but soon will be ...
0001-01-01 00:00:00 +00:00
Luke Leighton
b0af7cfd9d dce/rpc 0001-01-01 00:00:00 +00:00
Luke Leighton
dfb48aab61 dce/rpc 0001-01-01 00:00:00 +00:00
Luke Leighton
8a7ac4a25d dce/rpc 0001-01-01 00:00:00 +00:00
Luke Leighton
0b90442021 signed / unsigned issues spotted by herb 0001-01-01 00:00:00 +00:00
Luke Leighton
e0445419b2 dce/rpc. 0001-01-01 00:00:00 +00:00
Luke Leighton
caeb99201a basic client-side ntcreateX function (hard-wired values except filename) 0001-01-01 00:00:00 +00:00
Luke Leighton
32d0f5e4a5 dce/rpc 0001-01-01 00:00:00 +00:00
Luke Leighton
0b45c08ffa anders blomdell spotted an unititialised fstring causing strlen to go
awry (ascii_p16)
0001-01-01 00:00:00 +00:00
Richard Sharpe
a2898af463 Added code to convert empty file names to "." so we avoid
searching the cache, but only if we are not on a print share.

This code is known to work on at least one site!
0001-01-01 00:00:00 +00:00
Richard Sharpe
ac61a10247 Add a DEBUG to unix_convert 0001-01-01 00:00:00 +00:00
Luke Leighton
62fdeef1b7 dce/rpc 0001-01-01 00:00:00 +00:00
Samba Release Account
8d9c5f3522 preparing for release of 2.0.0 alpha 11 0001-01-01 00:00:00 +00:00
Andrew Tridgell
35a5e9ce4f fixed bug pointed out by Herb. 0001-01-01 00:00:00 +00:00
Samba Release Account
0a8c03bb98 preparing for release of 2.0.0 alpha 10 0001-01-01 00:00:00 +00:00
Andrew Tridgell
b0a6962250 fixed a bug in the readline support 0001-01-01 00:00:00 +00:00
Andrew Tridgell
64692f292f really fixed the warning this time :) 0001-01-01 00:00:00 +00:00
Andrew Tridgell
d4291d353b fixed a warning 0001-01-01 00:00:00 +00:00
Herb Lewis
993c49a984 add missing targets that were added to makefile 0001-01-01 00:00:00 +00:00
Luke Leighton
0067e45d41 added "permission obtained from John Erickson <jerickson@ddj.com> ...." 0001-01-01 00:00:00 +00:00
Andrew Tridgell
c0dc8e87f0 - don't generate 0 params in torture
- handle 0 params in ipc.c
0001-01-01 00:00:00 +00:00
Andrew Tridgell
91597c12fb - fixed a bunch of warnings and minor errors
- got smbtorture to compile
- removed %D from some of lukes code - Luke, what is %D? it ain't
  portable anyway
0001-01-01 00:00:00 +00:00
Andrew Tridgell
230e4eb3dd add "smbtorture" alias for building smbtorture 0001-01-01 00:00:00 +00:00
Andrew Tridgell
da5234faa0 removed extra comma (some compilers don't like it).
Luke, I fixed this yesterday as well! grumble.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
5d92e00397 auto-detect the right flag for the compiler to produce PIC code 0001-01-01 00:00:00 +00:00
Andrew Tridgell
349469221a use 1 second resolution calls if possible 0001-01-01 00:00:00 +00:00
Andrew Tridgell
6121f7c8c2 fixed a problem with fchdir() that broke "cvs -d" in smbsh 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e5ed0e6f96 added some comments 0001-01-01 00:00:00 +00:00
Andrew Tridgell
a3339c111d removed lukes acl check in configure (not needed) 0001-01-01 00:00:00 +00:00
Andrew Tridgell
9efbb21f35 don't prototype the acl() functions 0001-01-01 00:00:00 +00:00
Luke Leighton
6677b888bd dce/rpc 0001-01-01 00:00:00 +00:00
Luke Leighton
361c1b7ea9 added aclent_t autoconf test (defines as an int if it doesn't exist).
this is to stop a compilation error caused by make proto putting
functions that are wrapped in #if HAVE_ACLxxx code.

maybe a better fix would be to have mkproto.awk exclude any functions
wrapped in #if HAVEs that don't exist.
0001-01-01 00:00:00 +00:00
Luke Leighton
e3f0f1ad9c return False _and_ a break in a switch statement. 0001-01-01 00:00:00 +00:00
Luke Leighton
cf4e2a601f make proto required 0001-01-01 00:00:00 +00:00
Luke Leighton
34afa638f6 dce/rpc 0001-01-01 00:00:00 +00:00
Andrew Tridgell
6625b69646 compile to .po.o first then mv to .po in order to make the sun
compilers happy
0001-01-01 00:00:00 +00:00
Andrew Tridgell
f374706cbf restore errno after smbw initialisation 0001-01-01 00:00:00 +00:00
Andrew Tridgell
42765a654f we need realcalls.h in realcalls.c 0001-01-01 00:00:00 +00:00
Andrew Tridgell
f92383689a SunOS doesn't need any ld flags 0001-01-01 00:00:00 +00:00
Andrew Tridgell
fda52c6fd1 fixed a warning on SunOS 0001-01-01 00:00:00 +00:00
Andrew Tridgell
d651229ef3 use double for dummy arrays to ensure alignment 0001-01-01 00:00:00 +00:00
Andrew Tridgell
c506ffa527 fixed fork() on SunOS4 0001-01-01 00:00:00 +00:00
Andrew Tridgell
1ad5bc381a more solaris acl fixes 0001-01-01 00:00:00 +00:00
Andrew Tridgell
8fc7bc0ee6 - updated docs to say OSF1 works
- more solaris acl fixes
0001-01-01 00:00:00 +00:00
Andrew Tridgell
ab5ed686f8 fixed facl() bug for solaris 0001-01-01 00:00:00 +00:00