r2961: fixed a silly typo
[bbaumbach/samba-autobuild/.git] / source / lib /
2007-10-10 Jelmer Vernooijr2940: Complain when there is an attempt to register...
2007-10-10 Andrew Tridgellr2932: character expansion in strlower_m or strupper_m...
2007-10-10 Jelmer Vernooijr2914: ... and support enumerating values (data is...
2007-10-10 Jelmer Vernooijr2913: - Don't print hive name if it is NULL (regtree)
2007-10-10 Jelmer Vernooijr2911: Fix bug in opening relative keys
2007-10-10 Andrew Tridgellr2907: auto destroy iconv memory handles on exit, to...
2007-10-10 Andrew Tridgellr2903: a considerably more efficient (both in terms...
2007-10-10 Andrew Tridgellr2902: make toupper_w() and tolower_w() slightly faster...
2007-10-10 Andrew Tridgellr2901: if we can't load upcase.dat or lowcase.dat then...
2007-10-10 Andrew Tridgellr2900: rusty pointed out to me that discard_const(...
2007-10-10 Jelmer Vernooijr2898: - Support enumerating remote registry values
2007-10-10 Jelmer Vernooijr2897: Fix double registration (of the registry subsyst...
2007-10-10 Andrew Tridgellr2872: got rid of a couple of unused (and horrible...
2007-10-10 Andrew Tridgellr2871: - got rid of the last bits of non-threadsafe...
2007-10-10 Stefan Metzmacherr2867: make call_backtrace() public
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Andrew Tridgellr2792: got rid of talloc_ldb_alloc() and instead create...
2007-10-10 Andrew Tridgellr2791: got rid of talloc_unreference() and instead...
2007-10-10 Andrew Tridgellr2783: got rid of the unused remote architecture detect...
2007-10-10 Andrew Tridgellr2776: if there are no wildcard characters then use...
2007-10-10 Andrew Tridgellr2775: rewrote our ms_fnmatch code to be much more...
2007-10-10 Andrew Tridgellr2773: allow zero sized array talloc
2007-10-10 Andrew Tridgellr2744: ben elliston taught me about gcov today, which...
2007-10-10 Andrew Tridgellr2742: - fixed a bug in talloc_unreference()
2007-10-10 Andrew Tridgellr2737: fixed up a corner case where talloc_unreference...
2007-10-10 Andrew Tridgellr2726: added a -r option to ldbdel to allow easy delete...
2007-10-10 Andrew Tridgellr2725: fixed ldbtest to give the basedn to ldb_search()
2007-10-10 Andrew Tridgellr2721: added a -b option to ldbtest so it can be used...
2007-10-10 Andrew Tridgellr2718: - added a talloc_unreference() function as reque...
2007-10-10 Andrew Tridgellr2713: better handling of binary values in index key...
2007-10-10 Andrew Tridgellr2712: fixed a bug in ldbtest to make it cope with...
2007-10-10 Andrew Tridgellr2709: finally solved the talloc reference problem.
2007-10-10 Stefan Metzmacherr2686: remove unused gtk+ check
2007-10-10 Jelmer Vernooijr2684: Free the right talloc context (don't panic when...
2007-10-10 Andrew Tridgellr2678: from_name and to_name aren't needed in smb_iconv_t
2007-10-10 Andrew Tridgellr2677: - fixed a bug in the recursive logic talloc_free...
2007-10-10 Andrew Tridgellr2675: added a convenience function
2007-10-10 Andrew Tridgellr2674: I have realised that talloc() should have its...
2007-10-10 Andrew Tridgellr2672: don't call a variable "dup" as that conflicts...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Jelmer Vernooijr2667: Remove forward declaration of static function...
2007-10-10 Andrew Tridgellr2662: make --leak-check completely silent if not block...
2007-10-10 Andrew Tridgellr2653: - data_blob() and data_blob_talloc() now get...
2007-10-10 Andrew Tridgellr2649: - used some cpp tricks to make users of talloc...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2644: removed an unused function
2007-10-10 Andrew Tridgellr2642: smb_iconv_t is a pointer, so checks against...
2007-10-10 Andrew Tridgellr2641: talloc_p() now produces a named talloc pointer...
2007-10-10 Andrew Tridgellr2640: valgrind does a great job on some types of memor...
2007-10-10 Andrew Tridgellr2639: we doon't need the valid_table code, so get...
2007-10-10 Andrew Tridgellr2638: do lazy initialisation of iconv handles, so...
2007-10-10 Andrew Tridgellr2634: use discard_const_p() in a few places
2007-10-10 Andrew Tridgellr2632: a new approach to handling const errors. We...
2007-10-10 Andrew Tridgellr2631: the strchr family of functions should not return...
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Andrew Tridgellr2623: don't do pointer arithmetic on void*, as it...
2007-10-10 Andrew Tridgellr2622: to implement the SOCKET_FLAG_BLOCK option in...
2007-10-10 Andrew Tridgellr2621: - now that the client code is non-blocking,...
2007-10-10 Simo Sorcer2601: avoid free()ing unallocated memory by mistake
2007-10-10 Andrew Tridgellr2581: added "hosts allow" and "hosts deny" checking...
2007-10-10 Andrew Tridgellr2577: - I recently found out that charaters below...
2007-10-10 Andrew Tridgellr2556: fixed the -s one bug that jelmer pointed out
2007-10-10 Andrew Tridgellr2554: added a test for a bug that jelmer pointed out...
2007-10-10 Andrew Tridgellr2553: fixed ldbtest so it passes the ldap schema restr...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Bartlettr2542: I really don't like the 'substitute' code, and...
2007-10-10 Jelmer Vernooijr2518: Some long overdue changes:
2007-10-10 Andrew Bartlettr2514: Remove unused funcions, and add static.
2007-10-10 Andrew Bartlettr2506: Add more printf attributes for format checking.
2007-10-10 Andrew Tridgellr2493: allow tdb to build standalone
2007-10-10 Andrew Tridgellr2485: - add a test case in ldbtest for a bug pointed...
2007-10-10 Andrew Tridgellr2484: allow ldb to build standalone again
2007-10-10 Andrew Tridgellr2454: fixed the accelerated StrCaseCmp() so it compare...
2007-10-10 Stefan Metzmacherr2446: implement socket_get_<peer|my>_<addr|port>(...
2007-10-10 Stefan Metzmacherr2441: set exit code correct when we got EBADF from...
2007-10-10 Stefan Metzmacherr2439: - function that return just an int don't need...
2007-10-10 Andrew Tridgellr2437: implemented a suggestion from abartlet that...
2007-10-10 Andrew Tridgellr2430: got rid of StrnCaseCmp and added an accelerated...
2007-10-10 Andrew Tridgellr2402: to make ms_fnmatch() case-insensitive we need...
2007-10-10 Andrew Tridgellr2400: make ms_fnmatch() case insensitive. This is...
2007-10-10 Andrew Tridgellr2381: added a -v debugging option to ldbedit
2007-10-10 Andrew Tridgellr2380: nicer error reporting in convert_string()
2007-10-10 Stefan Metzmacherr2365: remove MSG_NOSIGNAL
2007-10-10 Stefan Metzmacherr2343: - make socket_get_*_addr() return char * not...
2007-10-10 Stefan Metzmacherr2328: add the start of a new system and protocol
2007-10-10 Stefan Metzmacherr2319: let event_merge_contexts() return a pointer...
2007-10-10 Andrew Tridgellr2308: make talloc_vasprintf() available outside talloc.c
2007-10-10 Andrew Tridgellr2302: added a '--option' option, allowing any global...
2007-10-10 Andrew Bartlettr2283: Change from tridge (in his ntlm2 patch).
2007-10-10 Andrew Tridgellr2272: fixed another couple of errors in the popt optio...
2007-10-10 Jelmer Vernooijr2257: Tab completion support in regshell (complete...
2007-10-10 Jelmer Vernooijr2254: Fix a couple of compiler warnings...
2007-10-10 Andrew Tridgellr2238: the tdb_debug() function was totally bogus ...
2007-10-10 Jeremy Allisonr2212: Optimisation. Passes masktest against W2K3.
2007-10-10 Andrew Tridgellr2192: removed an erroneous free() call on an error...
2007-10-10 Andrew Tridgellr2169: switch core iconv code to use talloc
2007-10-10 Andrew Tridgellr2164: put the latest "accept either form" utf-16 iconv...
2007-10-10 Andrew Tridgellr2159: converted samba4 over to UTF-16.
2007-10-10 Tim Potterr2154: Merge of Jim's format string fixup in r2130...
2007-10-10 Andrew Tridgellr2125: the lp_use_mmap() in map_file() is inappropriate...
next