summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher97-554/+549
2007-10-10r888: more ..int32 -> ..int32_t stuffStefan Metzmacher2-6/+6
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher127-780/+763
2007-10-10r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher3-3/+15
2007-10-10r879: fixed a typo in the password fetch wrapperAndrew Tridgell1-1/+1
2007-10-10r877: This attempt at IDL was accidently included in the pervious commit.Andrew Bartlett1-9/+1
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett18-262/+430
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell50-556/+707
2007-10-10r871: add a comment about how samdb_set_password() worksAndrew Tridgell1-0/+6
2007-10-10r870: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell1-29/+29
2007-10-10r869: convert SUBSYSTEM PROCESS_MODEL to a *.mk fileStefan Metzmacher2-5/+40
2007-10-10r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell1-41/+39
2007-10-10r867: removed a couple of unused structuresAndrew Tridgell1-20/+0
2007-10-10r866: convert the rest of the binaries to config.mk filesStefan Metzmacher8-30/+83
2007-10-10r865: Regression test for attribute-only opens not causing an oplock break.Jeremy Allison1-0/+29
2007-10-10r864: convert the smbd/* code to a config.mk fileStefan Metzmacher3-8/+61
2007-10-10r863: Added test to ensure an open and locked file can be truncated by a seco...Jeremy Allison1-0/+72
2007-10-10r862: remove acl and sendfile stuffStefan Metzmacher4-892/+0
2007-10-10r861: remove the next round of unused stuffStefan Metzmacher13-4448/+1
2007-10-10r860: convert SUBSYSTEM TORTURE to a config.mk fileStefan Metzmacher2-57/+99
2007-10-10r858: - remove unused account policy stuff it's in our sam.ldb now:-)Stefan Metzmacher2-7/+0
2007-10-10r857: fix the build of gregedit (typo:-)Stefan Metzmacher1-1/+1
2007-10-10r854: remove unused fileStefan Metzmacher1-2/+0
2007-10-10r853: remove a real big bunch of unused codeStefan Metzmacher107-48153/+1
2007-10-10r852: remove unused utility progsStefan Metzmacher15-8247/+0
2007-10-10r851: convert lib/registry/ to a config.mk fileStefan Metzmacher2-17/+147
2007-10-10r850: convert SUBSYSTEM AUTH to a config.mk fileStefan Metzmacher2-7/+33
2007-10-10r849: move tdb/tools/Makefile to tdb/Makefile.tdbStefan Metzmacher2-29/+29
2007-10-10r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher18-183/+6
2007-10-10r847: convert SMB SERVER SUBSYSTEM to a config.mk fileStefan Metzmacher2-15/+27
2007-10-10r846: convert DCESRV subsystem to a config.mk fileStefan Metzmacher2-22/+128
2007-10-10r845: convert SUBSYSTEM LIBBASIC to a .mk fileStefan Metzmacher2-24/+65
2007-10-10r839: password set/change in the samr server is complex enough that itAndrew Tridgell5-530/+592
2007-10-10r838: got rid of rpc_misc.hAndrew Tridgell3-86/+0
2007-10-10r837: get rid of some more old rpc headers, and the genparser headersAndrew Tridgell6-382/+0
2007-10-10r836: get rid of SEC_DESC and related structure definitionsAndrew Tridgell1-95/+2
2007-10-10r834: Fix gconf and dir backendsJelmer Vernooij3-14/+40
2007-10-10r833: Compile errorJelmer Vernooij1-1/+2
2007-10-10r832: Only show menu items for backends if they're presentJelmer Vernooij2-24/+39
2007-10-10r831: These functions duplicate the push/pull charcnv interfaces that we useAndrew Bartlett1-83/+0
2007-10-10r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak.Jelmer Vernooij1-5/+2
2007-10-10r829: Implement 'hive' commandJelmer Vernooij2-1/+20
2007-10-10r828: Some fixes in the core and regshell concerning hives andJelmer Vernooij6-17/+33
2007-10-10r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell2-263/+1
2007-10-10r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell7-1918/+2
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij12-168/+213
2007-10-10r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info outputStefan Metzmacher1-1/+1
2007-10-10r821: prompt user for password if not given by -U user%passStefan Metzmacher1-3/+15
2007-10-10r819: Fix seg fault in rpc backend, found by Andrew BartlettJelmer Vernooij1-1/+1
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell10-8/+236