summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r2887: fix commentStefan Metzmacher2007-10-101-1/+1
* r2886: missing stuff from last commitStefan Metzmacher2007-10-101-2/+2
* r2885: windows doesn't try to do sign or seal by defaultStefan Metzmacher2007-10-101-1/+1
* r2884: parse LDAP Control messagesStefan Metzmacher2007-10-101-0/+41
* r2883: set BOOL to the internal values not the wire onesStefan Metzmacher2007-10-101-1/+7
* r2882: fix mistake that caused a failure on a bind to a dynamic tcp portStefan Metzmacher2007-10-101-13/+13
* r2881: also bind the ldap service on the global catalog service portStefan Metzmacher2007-10-101-0/+3
* r2880: move the rootdse.ldif template to the source/ dirStefan Metzmacher2007-10-101-0/+0
* r2879: the domain name should be resolved to the ip addresses of all dc'sStefan Metzmacher2007-10-101-14/+15
* r2878: add server sasl supportStefan Metzmacher2007-10-103-25/+147
* r2877: the Bind and Unbind function are already moved...Stefan Metzmacher2007-10-101-30/+0
* r2876: - more than one rootDSE entry in the database is an error!Stefan Metzmacher2007-10-103-68/+48
* r2875: some fixes + (C) noteSimo Sorce2007-10-101-1/+2
* r2874: Italian CodeJam commit :-)Simo Sorce2007-10-103-41/+407
* r2873: create a DNS zone file for a BIND name serverStefan Metzmacher2007-10-103-11/+101
* r2872: got rid of a couple of unused (and horrible) functionsAndrew Tridgell2007-10-102-244/+0
* r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell2007-10-103-24/+12
* r2867: make call_backtrace() publicStefan Metzmacher2007-10-101-1/+1
* r2864: - Bind and Unbind are no directory partition operationsStefan Metzmacher2007-10-103-2/+53
* r2863: move the logical ldapsrv functions to a seperate fileStefan Metzmacher2007-10-103-257/+280
* r2862: prepare LDAP SASL support for the serverStefan Metzmacher2007-10-102-13/+192
* r2861: encode and decode BindRequest/Response correctStefan Metzmacher2007-10-101-69/+82
* r2860: add gensec_have_feature() to check what feature are used in the connec...Stefan Metzmacher2007-10-101-0/+15
* r2859: It seems useful to allow the seal/unseal functions in gensec to passAndrew Bartlett2007-10-101-0/+12
* r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugsStefan Metzmacher2007-10-102-8/+8
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-1024-884/+899
* r2856: fixed a minor memory leak in the auth codeAndrew Tridgell2007-10-101-50/+61
* r2855: fix error codes for CompareStefan Metzmacher2007-10-101-4/+4
* r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...Andrew Tridgell2007-10-103-0/+76
* r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher2007-10-103-0/+200
* r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher2007-10-101-2/+3
* r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2007-10-102-2/+4
* r2836: removed a couple of unused variablesAndrew Tridgell2007-10-101-2/+0
* r2833: - added a call to SamrQueryGroupMember for every group, and fix theAndrew Tridgell2007-10-102-29/+36
* r2831: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2007-10-101-2/+2
* r2830: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2007-10-102-153/+153
* r2829: REALM and netbiosname are always uppercaseStefan Metzmacher2007-10-102-2/+12
* r2825: fix the buildStefan Metzmacher2007-10-101-2/+2
* r2820: complete the parsing routing with correct support for escaped charsSimo Sorce2007-10-102-155/+147
* r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thingVolker Lendecke2007-10-101-2/+2
* r2817: Get winreg_GetKeySecurity() working but use data blob instead ofTim Potter2007-10-102-39/+91
* r2816: fix 'Default-First-Site-Name' dnStefan Metzmacher2007-10-101-1/+1
* r2815: add some more docsSimo Sorce2007-10-106-5/+1934
* r2808: added auto-detection of unix user and groups names during provision.Andrew Tridgell2007-10-102-13/+76
* r2807: OK I think winreg_EnumValue() finally works. The previous versionTim Potter2007-10-102-40/+44
* r2806: Add winreg.i to dependencies for dcerpc.iTim Potter2007-10-101-1/+1
* r2805: Handle NULL pointers when converting structures to Python. All theTim Potter2007-10-101-1/+4
* r2804: - setup some reasonable default SAM to unixName mappings in the provis...Andrew Tridgell2007-10-103-5/+17
* r2803: allow unixuid module to work with foreign security principlesAndrew Tridgell2007-10-101-4/+8
* r2802: a better provisioning scriptAndrew Tridgell2007-10-101-11/+139