summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell1-17/+17
2007-10-10r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...Andrew Tridgell1-8/+8
2007-10-10r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256kAndrew Tridgell1-27/+8
2007-10-10r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell3-24/+23
2007-10-10r2898: - Support enumerating remote registry valuesJelmer Vernooij2-76/+67
2007-10-10r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij1-16/+24
2007-10-10r2896: Add torture test for EnumValue()Jelmer Vernooij1-24/+25
2007-10-10r2895: Another nut to crack, not sure how hard: The statinfo on a file does o...Volker Lendecke1-0/+103
2007-10-10r2893: added very primitive name mangling support to pvfsAndrew Tridgell2-4/+58
2007-10-10r2892: fix compiler warningStefan Metzmacher1-4/+0
2007-10-10r2891: call rootDSE only with LDAP_SEARCH_SCOPE_BASEStefan Metzmacher2-10/+10
2007-10-10r2890: fix segfault when call is destroyed and we dereference itStefan Metzmacher1-4/+3
2007-10-10r2889: add DRSUAPI serverStefan Metzmacher5-1/+371
2007-10-10r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapiStefan Metzmacher3-47/+47
2007-10-10r2887: fix commentStefan Metzmacher1-1/+1
2007-10-10r2886: missing stuff from last commitStefan Metzmacher1-2/+2
2007-10-10r2885: windows doesn't try to do sign or seal by defaultStefan Metzmacher1-1/+1
2007-10-10r2884: parse LDAP Control messagesStefan Metzmacher1-0/+41
2007-10-10r2883: set BOOL to the internal values not the wire onesStefan Metzmacher1-1/+7
2007-10-10r2882: fix mistake that caused a failure on a bind to a dynamic tcp portStefan Metzmacher1-13/+13
2007-10-10r2881: also bind the ldap service on the global catalog service portStefan Metzmacher1-0/+3
2007-10-10r2880: move the rootdse.ldif template to the source/ dirStefan Metzmacher1-0/+0
2007-10-10r2879: the domain name should be resolved to the ip addresses of all dc'sStefan Metzmacher1-14/+15
2007-10-10r2878: add server sasl supportStefan Metzmacher3-25/+147
2007-10-10r2877: the Bind and Unbind function are already moved...Stefan Metzmacher1-30/+0
2007-10-10r2876: - more than one rootDSE entry in the database is an error!Stefan Metzmacher3-68/+48
2007-10-10r2875: some fixes + (C) noteSimo Sorce1-1/+2
2007-10-10r2874: Italian CodeJam commit :-)Simo Sorce3-41/+407
2007-10-10r2873: create a DNS zone file for a BIND name serverStefan Metzmacher3-11/+101
2007-10-10r2872: got rid of a couple of unused (and horrible) functionsAndrew Tridgell2-244/+0
2007-10-10r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell3-24/+12
2007-10-10r2867: make call_backtrace() publicStefan Metzmacher1-1/+1
2007-10-10r2864: - Bind and Unbind are no directory partition operationsStefan Metzmacher3-2/+53
2007-10-10r2863: move the logical ldapsrv functions to a seperate fileStefan Metzmacher3-257/+280
2007-10-10r2862: prepare LDAP SASL support for the serverStefan Metzmacher2-13/+192
2007-10-10r2861: encode and decode BindRequest/Response correctStefan Metzmacher1-69/+82
2007-10-10r2860: add gensec_have_feature() to check what feature are used in the connec...Stefan Metzmacher1-0/+15
2007-10-10r2859: It seems useful to allow the seal/unseal functions in gensec to passAndrew Bartlett1-0/+12
2007-10-10r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugsStefan Metzmacher2-8/+8
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell24-884/+899
2007-10-10r2856: fixed a minor memory leak in the auth codeAndrew Tridgell1-50/+61
2007-10-10r2855: fix error codes for CompareStefan Metzmacher1-4/+4
2007-10-10r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...Andrew Tridgell3-0/+76
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher3-0/+200
2007-10-10r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher1-2/+3
2007-10-10r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher2-2/+4
2007-10-10r2836: removed a couple of unused variablesAndrew Tridgell1-2/+0
2007-10-10r2833: - added a call to SamrQueryGroupMember for every group, and fix theAndrew Tridgell2-29/+36
2007-10-10r2831: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke1-2/+2
2007-10-10r2830: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2-153/+153