summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-145-23/+13
|
* script that defines some useful developer compiler options (gcc)Luke Leighton1998-10-141-0/+3
| | | | | | and then runs ./configure. dunno what rpcclient's doing in this commit, but i'm tired, so who cares.
* dce/rpcLuke Leighton1998-10-149-116/+231
|
* use level 0 for DEBUG() of malformed password entry in smbpasswdAndrew Tridgell1998-10-131-4/+4
|
* smbsh launch program is now in CAndrew Tridgell1998-10-131-0/+62
|
* made smbsh a standard binaryAndrew Tridgell1998-10-132-10/+11
|
* Try to make smbprint a better behaved citizen.Richard Sharpe1998-10-111-2/+20
| | | | | | | | | | | | | | 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 ...
* dce/rpcLuke Leighton1998-10-103-12/+54
|
* dce/rpcLuke Leighton1998-10-104-11/+21
|
* dce/rpcLuke Leighton1998-10-097-114/+254
|
* signed / unsigned issues spotted by herbLuke Leighton1998-10-094-11/+11
|
* dce/rpc.Luke Leighton1998-10-096-19/+34
|
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-095-15/+76
|
* dce/rpcLuke Leighton1998-10-0911-45/+109
|
* anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1998-10-091-0/+1
| | | | awry (ascii_p16)
* Added code to convert empty file names to "." so we avoidRichard Sharpe1998-10-091-0/+12
| | | | | | searching the cache, but only if we are not on a print share. This code is known to work on at least one site!
* Add a DEBUG to unix_convertRichard Sharpe1998-10-091-0/+2
|
* dce/rpcLuke Leighton1998-10-0814-178/+512
|
* preparing for release of 2.0.0 alpha 11Samba Release Account1998-10-0853-53/+53
|
* fixed bug pointed out by Herb.Andrew Tridgell1998-10-081-1/+1
|
* preparing for release of 2.0.0 alpha 10Samba Release Account1998-10-0853-53/+53
|
* fixed a bug in the readline supportAndrew Tridgell1998-10-081-3/+4
|
* really fixed the warning this time :)Andrew Tridgell1998-10-081-1/+1
|
* fixed a warningAndrew Tridgell1998-10-081-1/+1
|
* add missing targets that were added to makefileHerb Lewis1998-10-082-2/+12
|
* added "permission obtained from John Erickson <jerickson@ddj.com> ...."Luke Leighton1998-10-081-0/+3
|
* - don't generate 0 params in tortureAndrew Tridgell1998-10-083-14/+20
| | | | - handle 0 params in ipc.c
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-089-70/+53
| | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway
* add "smbtorture" alias for building smbtortureAndrew Tridgell1998-10-081-0/+2
|
* removed extra comma (some compilers don't like it).Andrew Tridgell1998-10-081-1/+1
| | | | Luke, I fixed this yesterday as well! grumble.
* auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1998-10-083-368/+466
|
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-085-11/+15
|
* fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell1998-10-082-10/+10
|
* added some commentsAndrew Tridgell1998-10-081-1/+5
|
* removed lukes acl check in configure (not needed)Andrew Tridgell1998-10-083-286/+247
|
* don't prototype the acl() functionsAndrew Tridgell1998-10-071-5/+5
|
* dce/rpcLuke Leighton1998-10-0712-333/+657
|
* added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1998-10-074-363/+401
| | | | | | | | 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.
* return False _and_ a break in a switch statement.Luke Leighton1998-10-071-1/+0
|
* make proto requiredLuke Leighton1998-10-071-0/+5
|
* dce/rpcLuke Leighton1998-10-079-22/+105
|
* compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1998-10-071-2/+4
| | | | compilers happy
* restore errno after smbw initialisationAndrew Tridgell1998-10-071-0/+5
|
* we need realcalls.h in realcalls.cAndrew Tridgell1998-10-071-0/+1
|
* SunOS doesn't need any ld flagsAndrew Tridgell1998-10-071-1/+3
|
* fixed a warning on SunOSAndrew Tridgell1998-10-071-1/+1
|
* use double for dummy arrays to ensure alignmentAndrew Tridgell1998-10-071-7/+7
|
* fixed fork() on SunOS4Andrew Tridgell1998-10-071-1/+1
|
* more solaris acl fixesAndrew Tridgell1998-10-071-0/+4
|
* - updated docs to say OSF1 worksAndrew Tridgell1998-10-072-4/+7
| | | | - more solaris acl fixes