Age | Commit message (Expand) | Author | Files | Lines |
2003-10-28 | Add RPC-OPEN test as an example for using the new dcerpc client code. | Tim Potter | 2 | -1/+81 |
2003-10-28 | A fix for making transfer syntax a pointer instead of an array of pointers | Tim Potter | 1 | -2/+2 |
2003-10-28 | Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively. | Tim Potter | 1 | -2/+2 |
2003-10-28 | Cli level code for initial dcerpc client support. | Tim Potter | 1 | -0/+254 |
2003-10-28 | Initial version of raw dcerpc client support. | Tim Potter | 1 | -0/+222 |
2003-10-28 | Add data structures for initial dcerpc support. | Tim Potter | 2 | -0/+94 |
2003-10-28 | Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is | Tim Potter | 2 | -9/+55 |
2003-10-28 | added some NTVFS info, and started the process model section | Andrew Tridgell | 1 | -14/+132 |
2003-10-27 | the beginnings of a samba4 programming guide | Andrew Tridgell | 1 | -0/+569 |
2003-10-10 | fixed snprintf.c for systems that have only some of the *printf() family of f... | Andrew Tridgell | 4 | -13/+19 |
2003-09-29 | Update MySQL configuration scripts, add module macros | Jelmer Vernooij | 1 | -131/+46 |
2003-09-29 | Remove obsolete file | Jelmer Vernooij | 2 | -240/+0 |
2003-09-29 | better child synchronisation at startup in NBENCH | Andrew Tridgell | 1 | -8/+18 |
2003-09-29 | - use deltree to setup base directory | Andrew Tridgell | 1 | -3/+6 |
2003-09-18 | Quieten a compiler warning. | Tim Potter | 1 | -0/+3 |
2003-09-02 | thanks to ntfsd and some google searches I worked out what the unknown | Andrew Tridgell | 15 | -140/+161 |
2003-08-31 | I think I've finally got the ascii/unicode issues right in trans2 find | Andrew Tridgell | 8 | -35/+125 |
2003-08-29 | expanded the RAW-READ test to make it clearer that all locks conflict | Andrew Tridgell | 1 | -1/+7 |
2003-08-23 | fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATION | Andrew Tridgell | 1 | -1/+3 |
2003-08-17 | Remove some obsolete files (like in samba3) | Jelmer Vernooij | 15 | -7458/+0 |
2003-08-17 | Sync autogen.sh from samba3 | Jelmer Vernooij | 1 | -16/+40 |
2003-08-16 | Add script that reports unused macros/defines | Jelmer Vernooij | 1 | -0/+33 |
2003-08-16 | Add script that detects useless AC_DEFINE()'s in configure.in | Jelmer Vernooij | 1 | -0/+30 |
2003-08-15 | don't leak memory if cli->tree is NULL | Herb Lewis | 1 | -3/+5 |
2003-08-15 | don't dereference null pointer | Herb Lewis | 1 | -1/+1 |
2003-08-15 | ascii/unicode fixes in ascii mode found by smbtorture | Andrew Tridgell | 1 | -6/+6 |
2003-08-15 | - patch to fix a memory leak from metze | Andrew Tridgell | 4 | -19/+9 |
2003-08-15 | fix handling of parametric smb.conf parms with embedded spaces | Andrew Tridgell | 1 | -1/+4 |
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 19 | -41/+27 |
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 41 | -47/+43 |
2003-08-15 | wrong typecast | Herb Lewis | 1 | -1/+1 |
2003-08-15 | fixed an enumerated type error found on irix | Andrew Tridgell | 1 | -1/+1 |
2003-08-15 | cast to get rid of warnings | Herb Lewis | 1 | -1/+1 |
2003-08-15 | IRIX already defines uint_t | Herb Lewis | 1 | -0/+2 |
2003-08-15 | signed bitfields cannot be 1 bit long | Herb Lewis | 1 | -7/+7 |
2003-08-15 | fix IRIX build | Herb Lewis | 1 | -0/+4 |
2003-08-15 | rename mutex_t to smb_mutex_t to prevent name collision | Herb Lewis | 3 | -14/+14 |
2003-08-15 | fixed some places where we don't brace (flags & STR_UNICODE) | Andrew Tridgell | 4 | -4/+5 |
2003-08-15 | a few build fixes to try to get irix building | Andrew Tridgell | 4 | -120/+8 |
2003-08-15 | try to cope with servers that return a blank alt_name field | Andrew Tridgell | 1 | -1/+5 |
2003-08-15 | some servers don't return a fs_type and dev_type | Andrew Tridgell | 1 | -2/+6 |
2003-08-15 | fixed a comment typo | Andrew Tridgell | 1 | -2/+2 |
2003-08-15 | nicer formatting in getattre | Andrew Tridgell | 1 | -6/+6 |
2003-08-15 | don't give detailed errors for levels that fail | Andrew Tridgell | 1 | -1/+2 |
2003-08-15 | test resume by name before resume by flags | Andrew Tridgell | 1 | -1/+1 |
2003-08-15 | Print out position info, ensure NT_RENAME info level only works | Jeremy Allison | 2 | -0/+7 |
2003-08-14 | client/client.c - cannot initialize struct with non-const values | Herb Lewis | 5 | -9/+10 |
2003-08-14 | Extended seek tests to check position information. | Jeremy Allison | 1 | -0/+30 |
2003-08-14 | fixed allinfo bug reported by metze | Andrew Tridgell | 1 | -1/+1 |
2003-08-14 | added the ancient SMBcreate operation to the testsuite and client lib | Andrew Tridgell | 3 | -2/+74 |