samba.git
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4942: converted the cifs backend to not use event_cont...
2007-10-10 Stefan Metzmacherr4941: - all needed data is now in sam.ldb and hacked...
2007-10-10 Tim Potterr4940: Add a variable to hold a list of typedefs for...
2007-10-10 Andrew Tridgellr4939: make a few more private pointers type safe ...
2007-10-10 Andrew Tridgellr4938: allow the caller to supply an existing event_con...
2007-10-10 Andrew Tridgellr4937: simplify the connect code in the same way
2007-10-10 Andrew Tridgellr4936: moved to a convention where the completion funct...
2007-10-10 Andrew Tridgellr4935: fixed a bug where "c->status = xxx_handler(x...
2007-10-10 Tim Potterr4930: Update my copyright.
2007-10-10 Andrew Tridgellr4927: parse the NBT session request in the smb server...
2007-10-10 Andrew Tridgellr4924: continue the effort to simplify and generalise...
2007-10-10 Andrew Bartlettr4923: Avoid using krb5-config in the path if a krb5...
2007-10-10 Andrew Tridgellr4922: fixed an infinite loop in the name resolve code...
2007-10-10 Andrew Tridgellr4919: if a caller doesn't provide an event context...
2007-10-10 Andrew Tridgellr4916: added "host" name resolution using fork() per...
2007-10-10 Andrew Tridgellr4915: free temp context _before_ the async callback...
2007-10-10 Andrew Bartlettr4914: Fill in the realm for the self-join.
2007-10-10 Andrew Tridgellr4911: make sure we fill in the transport called name...
2007-10-10 Andrew Tridgellr4909: fixed name_trn_id generation (thanks to metze...
2007-10-10 Andrew Tridgellr4901: a bit more info on nbt packets under high debug...
2007-10-10 Andrew Tridgellr4900: build fix for IRIX 6.5
2007-10-10 Andrew Tridgellr4899: fixed build
2007-10-10 Andrew Tridgellr4898: - removed the unused wins_srv_*() code
2007-10-10 Andrew Bartlettr4897: Unbreak the LDAP server. Somehow the generic...
2007-10-10 Andrew Tridgellr4896: make sure the event context doesn't go away...
2007-10-10 Andrew Bartlettr4895: I missed this in my previous 'use secrets.ldb...
2007-10-10 Andrew Tridgellr4894: namecache.c is not used any more either
2007-10-10 Andrew Bartlettr4893: Move to using secrets.ldb for the Kerberos verif...
2007-10-10 Andrew Tridgellr4892: we don't need nameserv.h any more
2007-10-10 Andrew Tridgellr4891: - added a generic resolve_name() async interfac...
2007-10-10 Andrew Bartlettr4890: Try to cope with mechanism mismatch in the clien...
2007-10-10 Andrew Tridgellr4889: make sure ndr print flags are initialised in...
2007-10-10 Andrew Tridgellr4888: use the neater calling convention
2007-10-10 Andrew Tridgellr4887: removed a bogus cast
2007-10-10 Andrew Tridgellr4886: fixed two places where we process the send side...
2007-10-10 Andrew Tridgellr4885: added a new NBT client library. Features include:
2007-10-10 Andrew Tridgellr4884: - 2nd part of support ndr_size_ generation on...
2007-10-10 Andrew Tridgellr4883: support ndr_size_ generation on unions as well...
2007-10-10 Tim Potterr4865: Fix up subtree name when dissecting unions....
2007-10-10 Andrew Tridgellr4863: schema_find_attribute() should be static
2007-10-10 Simo Sorcer4862: - better structure schema tests
2007-10-10 Simo Sorcer4859: changed a numbe rof things:
2007-10-10 Andrew Tridgellr4858: a better fix for alignment of enumerated types...
2007-10-10 Simo Sorcer4844: - Remove the unused attrsyn structure
2007-10-10 Andrew Tridgellr4843: fixed the alignment handling of enumerated types
2007-10-10 Tim Potterr4842: Set the end of a structure so that when you...
2007-10-10 Tim Potterr4841: Handle levels that are signed integer types.
2007-10-10 Andrew Tridgellr4833: added LOCAL-SOCKET to the list of tests that...
2007-10-10 Andrew Tridgellr4832: added simple testing of tcp sockets to LOCAL...
2007-10-10 Andrew Tridgellr4831: added udp support to our generic sockets library.
2007-10-10 Andrew Tridgellr4828: don't apply the schema until we get it working...
2007-10-10 Andrew Tridgellr4819: its just not my day today ....
2007-10-10 Andrew Tridgellr4818: missed version.h here
2007-10-10 Andrew Tridgellr4817: ccache was being made ineffective on all the...
2007-10-10 Tim Potterr4816: Note that NTTIME is 4-byte aligned which makes...
2007-10-10 Tim Potterr4815: Handle uint8 and uint16 bitmap types.
2007-10-10 Andrew Tridgellr4814: cope with perl not being in /usr/bin for idl...
2007-10-10 Andrew Tridgellr4813: this is a temporary solution to a link problem...
2007-10-10 Andrew Tridgellr4812: removed dependence on Data::Dumper
2007-10-10 Andrew Tridgellr4811: now that the event context is at the socket...
2007-10-10 Andrew Tridgellr4810: fixed anonymous connections with smbclient....
2007-10-10 Stefan Metzmacherr4806: - add some data to the configuration naming...
2007-10-10 Stefan Metzmacherr4804: add more emuns and bitmaps
2007-10-10 Andrew Tridgellr4801: remove the two bogus ctype.h includes
2007-10-10 Andrew Tridgellr4800: proper fix for the _GNU_SOURCE problem with...
2007-10-10 Alexander Bokovoyr4799: comparison_fn_t is under __USE_GNU on GNU system...
2007-10-10 Tim Potterr4798: When dissecting structures, name the protocol...
2007-10-10 Tim Potterr4797: Add the name of what we are pointing to when...
2007-10-10 Tim Potterr4796: Get rid of unecessary #include
2007-10-10 Andrew Tridgellr4795: stronget type checking in composite connect...
2007-10-10 Andrew Tridgellr4794: - disabled the ntacl command line utilities...
2007-10-10 Andrew Tridgellr4793: minor doc updates
2007-10-10 Andrew Tridgellr4792: use type safety int the test suite too
2007-10-10 Andrew Tridgellr4791: used the new talloc type safety macros to make...
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
2007-10-10 Jelmer Vernooijr4787: Clean up gepdump code somewhat.
2007-10-10 Simo Sorcer4786: forgot to commit the exclusion for schema checki...
2007-10-10 Simo Sorcer4785: add schema objects to provision
2007-10-10 Simo Sorcer4784: finally make schema module use a single ldb
2007-10-10 Andrew Tridgellr4783: got rid of another void* in the composite code...
2007-10-10 Andrew Tridgellr4782: volker quite rightly pointed out that there...
2007-10-10 Andrew Tridgellr4781: the tolower() in schema.c is a premature optimis...
2007-10-10 Jelmer Vernooijr4780: tolower() requires ctype.h
2007-10-10 Andrew Tridgellr4779: demonstrate doing 50 parallel loadfile operation...
2007-10-10 Andrew Tridgellr4778: I forgot to set the session key for the spnego...
2007-10-10 Andrew Tridgellr4777: added a smb_composite_sesssetup() async composit...
2007-10-10 Andrew Bartlettr4776: Add more debugs to SamSync test.
2007-10-10 Simo Sorcer4775: use schema_attr_cmp wrapper to check for the...
2007-10-10 Andrew Bartlettr4774: It appears the SensitiveData contains the passwo...
2007-10-10 Tim Potterr4773: Handle arrays of scalar types as function arguments.
2007-10-10 Andrew Tridgellr4772: fixed checking of the conformant size for dom_sid2
2007-10-10 Tim Potterr4771: Fix some indentation.
2007-10-10 Tim Potterr4770: Change from processing ndr_*.[ch] files all...
2007-10-10 Andrew Tridgellr4769: added a smb_composite_connect() function that...
2007-10-10 Andrew Bartlettr4768: Until I can prove it, we should not have these...
2007-10-10 Andrew Tridgellr4767: handle the different NBT session request refusal...
2007-10-10 Andrew Bartlettr4766: Add another useful helper function: samdb_msg_se...
2007-10-10 Andrew Tridgellr4765: simplify the async socket code to always go...
2007-10-10 Andrew Bartlettr4764: Add some more structs to keep the proto.h compil...
next