summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make sure we initialise r.out.handle in openeventlogAndrew Tridgell2004-01-171-0/+1
* * fixed a segv when -U is not used in smbtorture.Andrew Tridgell2004-01-152-6/+18
* a script which find unused or undefined vars in Makefile or Makefile.inStefan Metzmacher2004-01-131-0/+45
* Add script for finding unused function checks in configure.inJelmer Vernooij2004-01-131-0/+37
* Fix --with-fhs for swatdirJelmer Vernooij2004-01-111-0/+1
* added dom_sid_string() functionAndrew Tridgell2004-01-111-7/+15
* Update Copyright to 1992-2004Stefan Metzmacher2004-01-091-1/+1
* fixed the rpc epmapper server. This fixes rpc over tcp.Andrew Tridgell2004-01-091-1/+18
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-0824-408/+970
* remove a useless assignmentStefan Metzmacher2004-01-081-1/+1
* Add note about new configure structure.Jelmer Vernooij2004-01-021-1/+3
* Autodetect service_type in cli_tree_full_connection() if the callerTim Potter2004-01-021-0/+6
* the endpoint mapper now works in bigendian modeAndrew Tridgell2003-12-314-9/+16
* "subsystems" should be staticAndrew Tridgell2003-12-301-1/+1
* remove some unused filesAndrew Tridgell2003-12-229-4386/+0
* minor updates to make the srvsvc test compileAndrew Tridgell2003-12-211-5/+5
* wkssvc test updates from metzeAndrew Tridgell2003-12-211-15/+21
* 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