Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2900: rusty pointed out to me that discard_const() can be done via a macro | Andrew Tridgell | 3 | -24/+23 |
2007-10-10 | r2898: - Support enumerating remote registry values | Jelmer Vernooij | 2 | -76/+67 |
2007-10-10 | r2897: Fix double registration (of the registry subsystem) bug | Jelmer Vernooij | 1 | -16/+24 |
2007-10-10 | r2896: Add torture test for EnumValue() | Jelmer Vernooij | 1 | -24/+25 |
2007-10-10 | r2895: Another nut to crack, not sure how hard: The statinfo on a file does o... | Volker Lendecke | 1 | -0/+103 |
2007-10-10 | r2893: added very primitive name mangling support to pvfs | Andrew Tridgell | 2 | -4/+58 |
2007-10-10 | r2892: fix compiler warning | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r2891: call rootDSE only with LDAP_SEARCH_SCOPE_BASE | Stefan Metzmacher | 2 | -10/+10 |
2007-10-10 | r2890: fix segfault when call is destroyed and we dereference it | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r2889: add DRSUAPI server | Stefan Metzmacher | 5 | -1/+371 |
2007-10-10 | r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapi | Stefan Metzmacher | 3 | -47/+47 |
2007-10-10 | r2887: fix comment | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2886: missing stuff from last commit | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2885: windows doesn't try to do sign or seal by default | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2884: parse LDAP Control messages | Stefan Metzmacher | 1 | -0/+41 |
2007-10-10 | r2883: set BOOL to the internal values not the wire ones | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r2882: fix mistake that caused a failure on a bind to a dynamic tcp port | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r2881: also bind the ldap service on the global catalog service port | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r2880: move the rootdse.ldif template to the source/ dir | Stefan Metzmacher | 1 | -0/+0 |
2007-10-10 | r2879: the domain name should be resolved to the ip addresses of all dc's | Stefan Metzmacher | 1 | -14/+15 |
2007-10-10 | r2878: add server sasl support | Stefan Metzmacher | 3 | -25/+147 |
2007-10-10 | r2877: the Bind and Unbind function are already moved... | Stefan Metzmacher | 1 | -30/+0 |
2007-10-10 | r2876: - more than one rootDSE entry in the database is an error! | Stefan Metzmacher | 3 | -68/+48 |
2007-10-10 | r2875: some fixes + (C) note | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r2874: Italian CodeJam commit :-) | Simo Sorce | 3 | -41/+407 |
2007-10-10 | r2873: create a DNS zone file for a BIND name server | Stefan Metzmacher | 3 | -11/+101 |
2007-10-10 | r2872: got rid of a couple of unused (and horrible) functions | Andrew Tridgell | 2 | -244/+0 |
2007-10-10 | r2871: - got rid of the last bits of non-threadsafe data in util_str.o | Andrew Tridgell | 3 | -24/+12 |
2007-10-10 | r2867: make call_backtrace() public | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2864: - Bind and Unbind are no directory partition operations | Stefan Metzmacher | 3 | -2/+53 |
2007-10-10 | r2863: move the logical ldapsrv functions to a seperate file | Stefan Metzmacher | 3 | -257/+280 |
2007-10-10 | r2862: prepare LDAP SASL support for the server | Stefan Metzmacher | 2 | -13/+192 |
2007-10-10 | r2861: encode and decode BindRequest/Response correct | Stefan Metzmacher | 1 | -69/+82 |
2007-10-10 | r2860: add gensec_have_feature() to check what feature are used in the connec... | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r2859: It seems useful to allow the seal/unseal functions in gensec to pass | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugs | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 24 | -884/+899 |
2007-10-10 | r2856: fixed a minor memory leak in the auth code | Andrew Tridgell | 1 | -50/+61 |
2007-10-10 | r2855: fix error codes for Compare | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca... | Andrew Tridgell | 3 | -0/+76 |
2007-10-10 | r2853: add torture test to find the defaultNamingContext on the RootDSE | Stefan Metzmacher | 3 | -0/+200 |
2007-10-10 | r2851: don't destroy the gensec context it's used for sign and seal | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet() | Stefan Metzmacher | 2 | -2/+4 |
2007-10-10 | r2836: removed a couple of unused variables | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r2833: - added a call to SamrQueryGroupMember for every group, and fix the | Andrew Tridgell | 2 | -29/+36 |
2007-10-10 | r2831: // style comments are not supported by pure C preprocessors. Please DO... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r2830: // style comments are not supported by pure C preprocessors. Please DO... | Volker Lendecke | 2 | -153/+153 |
2007-10-10 | r2829: REALM and netbiosname are always uppercase | Stefan Metzmacher | 2 | -2/+12 |
2007-10-10 | r2825: fix the build | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2820: complete the parsing routing with correct support for escaped chars | Simo Sorce | 2 | -155/+147 |