summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-105-25/+25
* r4790: added type checking helper macros in talloc. These take advantage ofAndrew Tridgell2007-10-104-9/+107
* r4787: Clean up gepdump code somewhat.Jelmer Vernooij2007-10-101-64/+59
* r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce2007-10-101-0/+8
* r4785: add schema objects to provisionSimo Sorce2007-10-102-0/+37398
* r4784: finally make schema module use a single ldbSimo Sorce2007-10-106-52/+764
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-105-114/+88
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-105-130/+131
* r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell2007-10-102-13/+8
* r4780: tolower() requires ctype.hJelmer Vernooij2007-10-101-0/+4
* r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...Andrew Tridgell2007-10-101-13/+40
* r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-1015-647/+519
* r4776: Add more debugs to SamSync test.Andrew Bartlett2007-10-101-25/+64
* r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce2007-10-101-35/+57
* r4774: It appears the SensitiveData contains the password history, as theAndrew Bartlett2007-10-101-1/+12
* r4773: Handle arrays of scalar types as function arguments.Tim Potter2007-10-101-24/+61
* r4772: fixed checking of the conformant size for dom_sid2Andrew Tridgell2007-10-101-1/+7
* r4771: Fix some indentation.Tim Potter2007-10-101-6/+25
* r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.Tim Potter2007-10-101-20/+16
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-106-4/+477
* r4768: Until I can prove it, we should not have these elements marked asAndrew Bartlett2007-10-101-4/+4
* r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell2007-10-101-10/+41
* r4766: Add another useful helper function: samdb_msg_set_value()Andrew Bartlett2007-10-101-0/+15
* r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell2007-10-101-18/+9
* r4764: Add some more structs to keep the proto.h compile happy.Andrew Bartlett2007-10-101-0/+2
* r4763: Join Samba4 to itself during the provision process.Andrew Bartlett2007-10-103-1/+20
* r4762: Store the results of a 'net join' in the LDB.Andrew Bartlett2007-10-103-42/+255
* r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2007-10-102-34/+53
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-1016-191/+152
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-108-100/+227
* r4756: a slight tidy up in the events codeAndrew Tridgell2007-10-101-4/+1
* r4755: the recent change in the definition of lp_passwordserver() breaks thisAndrew Tridgell2007-10-102-204/+0
* r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell2007-10-104-44/+67
* r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell2007-10-105-30/+104
* r4748: removed unnecessary distinguishedName from provisioningAndrew Tridgell2007-10-102-35/+0
* r4745: remove the distinguishedName attribute adds from samr. See theAndrew Tridgell2007-10-101-5/+0
* r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell2007-10-101-3/+5
* r4730: remove unused struct elementsStefan Metzmacher2007-10-101-38/+1
* r4729: add dummy "winbind" serviceStefan Metzmacher2007-10-104-1/+249
* r4728: split up server_services into:Stefan Metzmacher2007-10-1021-494/+566
* r4727: add a reference to the event contextStefan Metzmacher2007-10-101-1/+1
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-1012-76/+43
* r4725: make "password server" a string listStefan Metzmacher2007-10-101-3/+3
* r4723: Predefine libnet_JoinDomain as it's used in proto.hJelmer Vernooij2007-10-101-0/+1
* r4722: Start to add 'net join' to Samba4.Andrew Bartlett2007-10-108-48/+445
* r4721: Changes to libnet_passwd to take advantage of the new easier to callAndrew Bartlett2007-10-102-198/+239
* r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat...Andrew Bartlett2007-10-101-45/+46
* r4719: snprintf.c is used outside of samba, so don't use our special typesAndrew Tridgell2007-10-101-2/+2
* r4718: don't use the deprecated __va_copy() unless va_copy() is unavailableAndrew Tridgell2007-10-102-0/+4