summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-12-17fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR testAndrew Tridgell1-5/+5
2003-12-17Delete old python bindings.Tim Potter44-9239/+0
2003-12-17added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell5-49/+65
2003-12-16removed some unused functionsAndrew Tridgell1-87/+0
2003-12-16fixed formatting of uuids in debug outputAndrew Tridgell1-1/+1
2003-12-16added a define for the DCERPC little-endian data representation flagAndrew Tridgell2-8/+11
2003-12-16fixed the RPC-MGMT and RPC-SCANNER tests to work with the newAndrew Tridgell3-50/+136
2003-12-16no longer require the pipe name or tcp port number to be the firstAndrew Tridgell1-0/+4
2003-12-16use bigendian mode to fix the idl for samr_LogonHoursAndrew Tridgell1-1/+1
2003-12-16it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell5-15/+39
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell4-14/+52
2003-12-16a fairly large commit!Andrew Tridgell25-187/+280
2003-12-16the out substructure is not empty if there is a return from theAndrew Tridgell1-0/+6
2003-12-16enable rep_inet_ntoa() for non-pthread buildsAndrew Tridgell1-1/+4
2003-12-16more mutex portability.Andrew Tridgell2-10/+10
2003-12-16some compilers can't handle structures with no elements. GenerateAndrew Tridgell1-16/+46
2003-12-16more portability fixes. We now almost compile on solarisAndrew Tridgell3-15/+17
2003-12-16use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell3-16/+16
2003-12-16don't rely on the ability of perl 5.6.x to remove elements from arraysAndrew Tridgell1-1/+4
2003-12-16make sure we have a value for DEFAULT_PRINTING on all platformsAndrew Tridgell1-2/+0
2003-12-16remove a redundent second check for PAMAndrew Tridgell1-19/+0
2003-12-16cope with different cpp formatting on some systems, and make sure weAndrew Tridgell2-2/+16
2003-12-15use the @CPP@ value from configure if possible when determining cpp inAndrew Tridgell3-4/+12
2003-12-15lets see if "cc -E" keeps more of the build farm happy then "cpp"Andrew Tridgell1-1/+1
2003-12-15lots of shells don't have the -nt test, so use hackish find commandAndrew Tridgell1-2/+7
2003-12-15added "pidl.pl --template" to dump a rough template to save typingAndrew Tridgell3-2/+96
2003-12-15fixed srvsvc DiskEnum callAndrew Tridgell2-17/+19
2003-12-15patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell3-88/+126
2003-12-15make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell1-1/+2
2003-12-15make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell8-18/+4
2003-12-15fixed a typo in the m4 fileAndrew Tridgell1-1/+1
2003-12-15"make idl" is now incremental and "make idl_full" is a full idl buildAndrew Tridgell1-4/+4
2003-12-15a script fix for the build farmAndrew Tridgell1-1/+2
2003-12-15disable pam in samba4 until someone fixes it (hi andrew!)Andrew Tridgell1-4/+6
2003-12-15don't try and build the libclient stuff in samba4 yetAndrew Tridgell1-1/+1
2003-12-15more flexible handling of [] in binding stringsAndrew Tridgell1-2/+14
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell3-125/+320
2003-12-15switch off the default of ntlmssp on rpc on smb as some windows pipesAndrew Tridgell1-1/+1
2003-12-15fixed the handling of zero-length top level arrays in pidlAndrew Tridgell1-3/+5
2003-12-15zero length echo is not an errorAndrew Tridgell1-0/+4
2003-12-15fixed the transfer syntax in the dcerpc bind replyAndrew Tridgell1-2/+2
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell11-170/+167
2003-12-14typoSimo Sorce1-2/+1
2003-12-14fixed fragmented signed connections to our rpc server over SMBAndrew Tridgell3-2/+5
2003-12-14reduce double explanation of FIXED ARRAYSSimo Sorce1-13/+4
2003-12-14ntlmssp over rpc over tcp now fully worksAndrew Tridgell6-26/+373
2003-12-14fix _ptr_ declarationAndrew Tridgell1-2/+2
2003-12-14fixed some memory leaks in the rpc server codeAndrew Tridgell3-12/+16
2003-12-14fixed a bug handling multiple PDUs being read from a socket at oneAndrew Tridgell7-103/+160
2003-12-13add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4Andrew Tridgell1-1/+1