summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* latest srvsvc and wkssvc IDL from metzeAndrew Tridgell2003-12-202-122/+744
* tim, I'm guessing you really didn't want to add this :)Andrew Tridgell2003-12-201-2/+1
* Remove Makefile targets for old python extensions.Tim Potter2003-12-201-27/+17
* addition of samr_SetSecurity() from kaiAndrew Tridgell2003-12-194-5/+29
* fixed removal of moe than one ncacn_* option from option listAndrew Tridgell2003-12-191-0/+1
* fixed the AddAliasMem test codeAndrew Tridgell2003-12-192-13/+44
* added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell2003-12-194-47/+396
* added code to the IDL validator to check for common errors withAndrew Tridgell2003-12-192-3/+51
* fixed a segv in RPC-* when debug level > 2Andrew Tridgell2003-12-171-1/+1
* Fix typo.Tim Potter2003-12-171-1/+1
* fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR testAndrew Tridgell2003-12-171-5/+5
* Delete old python bindings.Tim Potter2003-12-1744-9239/+0
* added a smb.conf flag "rpc big endian" that tells our rpc server toAndrew Tridgell2003-12-175-49/+65
* removed some unused functionsAndrew Tridgell2003-12-161-87/+0
* fixed formatting of uuids in debug outputAndrew Tridgell2003-12-161-1/+1
* added a define for the DCERPC little-endian data representation flagAndrew Tridgell2003-12-162-8/+11
* fixed the RPC-MGMT and RPC-SCANNER tests to work with the newAndrew Tridgell2003-12-163-50/+136
* no longer require the pipe name or tcp port number to be the firstAndrew Tridgell2003-12-162-4/+7
* use bigendian mode to fix the idl for samr_LogonHoursAndrew Tridgell2003-12-161-1/+1
* much better docs on the smbtorture ncacn syntax, including how toAndrew Tridgell2003-12-161-4/+24
* it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell2003-12-165-15/+39
* added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell2003-12-164-14/+52
* a fairly large commit!Andrew Tridgell2003-12-1625-187/+280
* the out substructure is not empty if there is a return from theAndrew Tridgell2003-12-161-0/+6
* enable rep_inet_ntoa() for non-pthread buildsAndrew Tridgell2003-12-161-1/+4
* more mutex portability.Andrew Tridgell2003-12-162-10/+10
* some compilers can't handle structures with no elements. GenerateAndrew Tridgell2003-12-161-16/+46
* more portability fixes. We now almost compile on solarisAndrew Tridgell2003-12-163-15/+17
* use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell2003-12-163-16/+16
* don't rely on the ability of perl 5.6.x to remove elements from arraysAndrew Tridgell2003-12-161-1/+4
* make sure we have a value for DEFAULT_PRINTING on all platformsAndrew Tridgell2003-12-161-2/+0
* remove a redundent second check for PAMAndrew Tridgell2003-12-161-19/+0
* cope with different cpp formatting on some systems, and make sure weAndrew Tridgell2003-12-162-2/+16
* use the @CPP@ value from configure if possible when determining cpp inAndrew Tridgell2003-12-153-4/+12
* lets see if "cc -E" keeps more of the build farm happy then "cpp"Andrew Tridgell2003-12-151-1/+1
* lots of shells don't have the -nt test, so use hackish find commandAndrew Tridgell2003-12-151-2/+7
* added "pidl.pl --template" to dump a rough template to save typingAndrew Tridgell2003-12-153-2/+96
* fixed srvsvc DiskEnum callAndrew Tridgell2003-12-152-17/+19
* patch from metze with updates to srvsvc and changes to pidl to allowAndrew Tridgell2003-12-153-88/+126
* make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell2003-12-151-1/+2
* make pidl no longer dependent on Data::Dumper, which isn't installedAndrew Tridgell2003-12-158-18/+4
* fixed a typo in the m4 fileAndrew Tridgell2003-12-151-1/+1
* "make idl" is now incremental and "make idl_full" is a full idl buildAndrew Tridgell2003-12-151-4/+4
* a script fix for the build farmAndrew Tridgell2003-12-151-1/+2
* disable pam in samba4 until someone fixes it (hi andrew!)Andrew Tridgell2003-12-151-4/+6
* don't try and build the libclient stuff in samba4 yetAndrew Tridgell2003-12-151-1/+1
* more flexible handling of [] in binding stringsAndrew Tridgell2003-12-151-2/+14
* added some ncacn_* binding string examplesAndrew Tridgell2003-12-151-0/+31
* allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell2003-12-153-125/+320
* switch off the default of ntlmssp on rpc on smb as some windows pipesAndrew Tridgell2003-12-151-1/+1