summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13863: this can be static...Stefan Metzmacher1-1/+1
2007-10-10r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher2-11/+11
2007-10-10r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher5-6/+91
2007-10-10r13859: - remove useless fsync() callsStefan Metzmacher1-2/+1
2007-10-10r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ...Stefan Metzmacher1-30/+34
2007-10-10r13857: add "Windows for Workgroups 3.1a" support to the serverStefan Metzmacher1-10/+11
2007-10-10r13856: fixed a misleading commentAndrew Tridgell1-1/+1
2007-10-10r13855: Docs for the registry library as wellJelmer Vernooij5-13/+1310
2007-10-10r13854: we now pass BASE-NEGNOWAITAndrew Tridgell1-2/+2
2007-10-10r13853: fixed the BASE-NEGNOWAIT test to not fail with a sigpipe if the serverAndrew Tridgell1-2/+3
2007-10-10r13852: Split upJelmer Vernooij2-9/+9
2007-10-10r13851: More doc improvements.Jelmer Vernooij12-26/+135
2007-10-10r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.Andrew Bartlett2-13/+26
2007-10-10r13849: More improvements to the libutil docs.Jelmer Vernooij4-329/+68
2007-10-10r13847: Fix some portability issues with the visibility attribute.Jelmer Vernooij2-11/+15
2007-10-10r13844: Remove _PUBLIC_ for now as the proto script seems to make false assum...Jelmer Vernooij1-1/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij12-99/+107
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij28-407/+394
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij9-38/+91
2007-10-10r13827: Minor enhancements or cosmetic changesSimo Sorce5-44/+34
2007-10-10r13826: Try to keep this backend updatedSimo Sorce2-201/+444
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce8-19/+22
2007-10-10r13818: Make ldb_tdb 'fake' async.Simo Sorce7-197/+630
2007-10-10r13813: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r13812: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r13811: nicer format...Stefan Metzmacher1-2/+14
2007-10-10r13810: global data types are defined in core.h now...Stefan Metzmacher2-8/+8
2007-10-10r13809: move ldb specific defineStefan Metzmacher2-3/+3
2007-10-10r13808: remove unused defineStefan Metzmacher1-4/+0
2007-10-10r13807: print out the netbios name the packet is forStefan Metzmacher3-6/+9
2007-10-10r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2-2/+2
2007-10-10r13790: Add Samba as categoryJelmer Vernooij3-3/+3
2007-10-10r13789: Add metadata files for the GTK+ appsJelmer Vernooij3-0/+30
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij44-396/+326
2007-10-10r13773: Be consistent in the way you get out and free allocated dataSimo Sorce1-2/+2
2007-10-10r13770: - do fsync() on the debug fd, as we do in samba3,Stefan Metzmacher2-22/+21
2007-10-10r13769: the "wins partners"-option will not be readdedStefan Metzmacher1-2/+2
2007-10-10r13768: be less verbose...Stefan Metzmacher1-0/+3
2007-10-10r13767: fix compiler warningsStefan Metzmacher4-31/+36
2007-10-10r13760: Remove extern declaration for SMB_PASSWD_FILEJelmer Vernooij1-1/+0
2007-10-10r13754: Update TODOJelmer Vernooij1-16/+5
2007-10-10r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructsJelmer Vernooij1-1/+1
2007-10-10r13752: Add doxyfile and fix formatting of comments. Current output is availa...Jelmer Vernooij23-229/+1584
2007-10-10r13745: remove some code I was experimenting with and forgot was there when IAndrew Tridgell1-349/+0
2007-10-10r13744: Make ldb_ldap asyncSimo Sorce3-258/+747
2007-10-10r13743: Generic fixes and improvementsSimo Sorce1-59/+80
2007-10-10r13742: Fix tests to work better with ldapSimo Sorce5-12/+16
2007-10-10r13741: make the pointer type in pidl handle any size pointer, just in case weAndrew Tridgell1-8/+13
2007-10-10r13740: the BASE-DELETE test now passes, and is a quick testAndrew Tridgell2-3/+3
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell9-324/+932