summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4828: don't apply the schema until we get it working properlyAndrew Tridgell1-37387/+0
2007-10-10r4819: its just not my day today ....Andrew Tridgell2-0/+2
2007-10-10r4818: missed version.h hereAndrew Tridgell1-0/+1
2007-10-10r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell7-1/+6
2007-10-10r4816: Note that NTTIME is 4-byte aligned which makes the comment about align...Tim Potter1-1/+1
2007-10-10r4815: Handle uint8 and uint16 bitmap types.Tim Potter1-3/+10
2007-10-10r4814: cope with perl not being in /usr/bin for idl buildingAndrew Tridgell1-1/+1
2007-10-10r4813: this is a temporary solution to a link problem we have on someAndrew Tridgell1-1/+2
2007-10-10r4812: removed dependence on Data::DumperAndrew Tridgell1-1/+0
2007-10-10r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2-1/+13
2007-10-10r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell1-2/+6
2007-10-10r4806: - add some data to the configuration naming contextStefan Metzmacher2-15/+270
2007-10-10r4804: add more emuns and bitmapsStefan Metzmacher1-9/+26
2007-10-10r4801: remove the two bogus ctype.h includesAndrew Tridgell1-2/+0
2007-10-10r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_tAndrew Tridgell1-11/+1
2007-10-10r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ...Alexander Bokovoy1-0/+5
2007-10-10r4798: When dissecting structures, name the protocol tree after the field name,Tim Potter1-2/+2
2007-10-10r4797: Add the name of what we are pointing to when dissecting pointers.Tim Potter1-3/+3
2007-10-10r4796: Get rid of unecessary #includeTim Potter1-0/+2
2007-10-10r4795: stronget type checking in composite connect functionAndrew Tridgell1-2/+4
2007-10-10r4794: - disabled the ntacl command line utilities until they are rewritten t...Andrew Tridgell5-852/+23
2007-10-10r4793: minor doc updatesAndrew Tridgell1-15/+9
2007-10-10r4792: use type safety int the test suite tooAndrew Tridgell1-6/+7
2007-10-10r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell5-25/+25
2007-10-10r4790: added type checking helper macros in talloc. These take advantage ofAndrew Tridgell4-9/+107
2007-10-10r4787: Clean up gepdump code somewhat.Jelmer Vernooij1-64/+59
2007-10-10r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce1-0/+8
2007-10-10r4785: add schema objects to provisionSimo Sorce2-0/+37398
2007-10-10r4784: finally make schema module use a single ldbSimo Sorce6-52/+764
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell5-114/+88
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell5-130/+131
2007-10-10r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell2-13/+8
2007-10-10r4780: tolower() requires ctype.hJelmer Vernooij1-0/+4
2007-10-10r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...Andrew Tridgell1-13/+40
2007-10-10r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell1-0/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell15-647/+519
2007-10-10r4776: Add more debugs to SamSync test.Andrew Bartlett1-25/+64
2007-10-10r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce1-35/+57
2007-10-10r4774: It appears the SensitiveData contains the password history, as theAndrew Bartlett1-1/+12
2007-10-10r4773: Handle arrays of scalar types as function arguments.Tim Potter1-24/+61
2007-10-10r4772: fixed checking of the conformant size for dom_sid2Andrew Tridgell1-1/+7
2007-10-10r4771: Fix some indentation.Tim Potter1-6/+25
2007-10-10r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.Tim Potter1-20/+16
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell6-4/+477
2007-10-10r4768: Until I can prove it, we should not have these elements marked asAndrew Bartlett1-4/+4
2007-10-10r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell1-10/+41
2007-10-10r4766: Add another useful helper function: samdb_msg_set_value()Andrew Bartlett1-0/+15
2007-10-10r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell1-18/+9
2007-10-10r4764: Add some more structs to keep the proto.h compile happy.Andrew Bartlett1-0/+2
2007-10-10r4763: Join Samba4 to itself during the provision process.Andrew Bartlett3-1/+20