summaryrefslogtreecommitdiffstats
path: root/source4/include
Commit message (Expand)AuthorAgeFilesLines
* merge:Stefan Metzmacher2004-02-012-44/+71
* remove a lot of unused stuff from the header filesStefan Metzmacher2004-01-2812-329/+22
* remove autogenerated version.h from CVSStefan Metzmacher2004-01-281-1/+0
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-281-0/+1
* remove all unused stuff from Makefile.inStefan Metzmacher2004-01-191-2/+1
* added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell2003-12-161-2/+2
* a fairly large commit!Andrew Tridgell2003-12-164-9/+6
* more mutex portability.Andrew Tridgell2003-12-161-5/+5
* more portability fixes. We now almost compile on solarisAndrew Tridgell2003-12-161-6/+6
* use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell2003-12-161-6/+6
* make sure we have a value for DEFAULT_PRINTING on all platformsAndrew Tridgell2003-12-161-2/+0
* ntlmssp over rpc over tcp now fully worksAndrew Tridgell2003-12-141-1/+4
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-132-0/+7
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-0/+3
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-0/+5
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-126-42/+49
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-111-1/+4
* the rest of the initial rpc server side infrastructureAndrew Tridgell2003-12-103-51/+3
* * removed some unused codeAndrew Tridgell2003-12-102-57/+2
* * added a debug thread id hook from jim myersAndrew Tridgell2003-12-041-0/+3
* * patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2003-12-042-21/+54
* some OSes already have a uint_tAndrew Tridgell2003-12-041-7/+0
* make sure we can expand the critical versions structure withoutAndrew Tridgell2003-12-021-0/+1
* initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell2003-12-022-73/+0
* removed more old codeAndrew Tridgell2003-12-018-977/+0
* got rid of more group mapping codeAndrew Tridgell2003-12-011-40/+0
* * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2003-12-016-2069/+0
* more unused headersAndrew Tridgell2003-11-306-1784/+0
* got rid of a bunch of unused header files (now replaced with IDLAndrew Tridgell2003-11-3011-6493/+0
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-262-134/+1
* CVS: ----------------------------------------------------------------------Jelmer Vernooij2003-11-254-4/+35
* get rid of some more unused headersAndrew Tridgell2003-11-231-28/+0
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-232-3/+3
* * add another WERR err codeAndrew Tridgell2003-11-171-0/+1
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-171-0/+4
* added 9 more info levels to lsa_QueryInfoPolicyAndrew Tridgell2003-11-111-1/+9
* another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell2003-11-061-2/+2
* started adding RPC-ECHO torture casesAndrew Tridgell2003-11-031-1/+0
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-034-97/+4
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-303-3/+11
* Add data structures for initial dcerpc support.Tim Potter2003-10-282-0/+94
* Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2003-10-281-1/+2
* Remove obsolete fileJelmer Vernooij2003-09-292-240/+0
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-022-16/+12
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-312-4/+5
* fixed an enumerated type error found on irixAndrew Tridgell2003-08-151-1/+1
* IRIX already defines uint_tHerb Lewis2003-08-151-0/+2
* signed bitfields cannot be 1 bit longHerb Lewis2003-08-151-7/+7
* rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis2003-08-151-5/+5
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-142-4/+1