summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r4762: Store the results of a 'net join' in the LDB.Andrew Bartlett3-42/+255
2007-10-10r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2-34/+53
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell16-191/+152
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell8-100/+227
2007-10-10r4756: a slight tidy up in the events codeAndrew Tridgell1-4/+1
2007-10-10r4755: the recent change in the definition of lp_passwordserver() breaks thisAndrew Tridgell2-204/+0
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell4-44/+67
2007-10-10r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell5-30/+104
2007-10-10r4748: removed unnecessary distinguishedName from provisioningAndrew Tridgell2-35/+0
2007-10-10r4745: remove the distinguishedName attribute adds from samr. See theAndrew Tridgell1-5/+0
2007-10-10r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell1-3/+5
2007-10-10r4730: remove unused struct elementsStefan Metzmacher1-38/+1
2007-10-10r4729: add dummy "winbind" serviceStefan Metzmacher4-1/+249
2007-10-10r4728: split up server_services into:Stefan Metzmacher21-494/+566
2007-10-10r4727: add a reference to the event contextStefan Metzmacher1-1/+1
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher12-76/+43
2007-10-10r4725: make "password server" a string listStefan Metzmacher1-3/+3
2007-10-10r4723: Predefine libnet_JoinDomain as it's used in proto.hJelmer Vernooij1-0/+1
2007-10-10r4722: Start to add 'net join' to Samba4.Andrew Bartlett8-48/+445
2007-10-10r4721: Changes to libnet_passwd to take advantage of the new easier to callAndrew Bartlett2-198/+239
2007-10-10r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat...Andrew Bartlett1-45/+46
2007-10-10r4719: snprintf.c is used outside of samba, so don't use our special typesAndrew Tridgell1-2/+2
2007-10-10r4718: don't use the deprecated __va_copy() unless va_copy() is unavailableAndrew Tridgell2-0/+4
2007-10-10r4717: fixed our usage of VA_COPY to be more standards compliantAndrew Tridgell2-4/+15
2007-10-10r4716: add a real ugly hack to get all ldap queries of anStefan Metzmacher3-2/+1091
2007-10-10r4715: alwys add the distinguishedName attributeStefan Metzmacher2-0/+40
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce13-623/+358
2007-10-10r4713: Add initial support for QueryTrustedDomainInfo on LSA.Andrew Bartlett1-6/+47