Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | Define NET_API_STATUS to be just a uin32_t. | Günther Deschner | 1 | -0/+2 |
2007-12-21 | Getting rid of external credentials in libnetapi. | Günther Deschner | 2 | -8/+11 |
2007-12-21 | Some libnet and netapi build fixes. | Günther Deschner | 2 | -0/+10 |
2007-12-21 | Fill in local branch of NetGetJoinInformation(). | Günther Deschner | 1 | -0/+26 |
2007-12-21 | More minor libnetapi fixes. | Günther Deschner | 1 | -0/+1 |
2007-12-21 | Build fixes for libnetapi. | Günther Deschner | 2 | -0/+102 |
2007-12-21 | Fill in NetJoinDomainLocal(). | Günther Deschner | 1 | -1/+35 |
2007-12-21 | Split NetJoinDomain() into NetJoinDomainRemote() and the unsupported | Günther Deschner | 1 | -23/+73 |
2007-12-21 | Add NetGetJoinInformation(). | Günther Deschner | 2 | -0/+56 |
2007-12-21 | Fix the build on Solaris | Volker Lendecke | 1 | -1/+1 |
2007-12-21 | Some C++ fixes | Volker Lendecke | 5 | -11/+23 |
2007-12-21 | Some C++ warnings | Volker Lendecke | 3 | -5/+5 |
2007-12-21 | Fix a missing prototype warning | Volker Lendecke | 1 | -0/+1 |
2007-12-21 | Remove some statics from md4.c | Volker Lendecke | 1 | -7/+13 |
2007-12-21 | Add a singleton cache | Volker Lendecke | 1 | -2/+18 |
2007-12-21 | Make data_blob_string_const return null terminated strings | Volker Lendecke | 1 | -1/+1 |
2007-12-21 | Remove next_token_nr_talloc and its associated global | Volker Lendecke | 1 | -77/+0 |
2007-12-21 | Convert the pwnam cache to memcache | Volker Lendecke | 1 | -53/+15 |
2007-12-21 | Add memcache_add_talloc | Volker Lendecke | 1 | -0/+52 |
2007-12-21 | Add a global cache | Volker Lendecke | 1 | -0/+36 |
2007-12-20 | fix dump printout when byte >= 0x80 | Herb Lewis | 1 | -1/+1 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 2 | -49/+26 |
2007-12-19 | Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-71... | Volker Lendecke | 1 | -10/+8 |
2007-12-19 | Rename cache.[ch] to memcache.[ch] | Volker Lendecke | 1 | -1/+1 |
2007-12-18 | We've finished with the old node once we've copied the | Jeremy Allison | 1 | -4/+4 |
2007-12-18 | Fix valgrind error in dbwrap_rbt where rec_priv->node was | Jeremy Allison | 1 | -1/+10 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -0/+298 |
2007-12-17 | More static pstring elimination. | Jeremy Allison | 1 | -26/+86 |
2007-12-17 | Use the %*s feature of snprintf to remove anothe static fstring. | Jeremy Allison | 1 | -9/+4 |
2007-12-17 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 2 | -0/+5 |
2007-12-16 | get rid of doschar_table[] | Volker Lendecke | 1 | -54/+4 |
2007-12-16 | Tiny fixes to init_valid_table() | Volker Lendecke | 1 | -2/+2 |
2007-12-16 | Make init_doschar_table() static | Volker Lendecke | 2 | -2/+3 |
2007-12-16 | Make check_dos_char static | Volker Lendecke | 1 | -1/+1 |
2007-12-16 | Remove a static fstring | Volker Lendecke | 1 | -12/+20 |
2007-12-15 | Cope with valgrind > 3.2.x. | Jeremy Allison | 1 | -0/+4 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 5 | -8/+8 |
2007-12-15 | Use dom_sid_string for sid_string_talloc | Volker Lendecke | 1 | -29/+12 |
2007-12-15 | sid_string_static is no more :-) | Volker Lendecke | 1 | -11/+8 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 2 | -5/+6 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 5 | -36/+30 |
2007-12-15 | Add sid_string_dbg | Volker Lendecke | 1 | -0/+5 |
2007-12-15 | Add debug_ctx according to an idea by Tridge | Volker Lendecke | 1 | -0/+14 |
2007-12-15 | add sid_string_talloc | Volker Lendecke | 1 | -2/+10 |
2007-12-14 | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 1 | -0/+6 |
2007-12-14 | debug: fix crash bug when DEBUG() is used before setup_logging() | Stefan Metzmacher | 1 | -0/+4 |
2007-12-12 | Add split_domain_user() (not to mix with winbind variants). | Günther Deschner | 1 | -0/+24 |
2007-12-11 | Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R... | Jeremy Allison | 2 | -0/+14 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 5 | -24/+24 |
2007-12-10 | dbwrap_rbt | Volker Lendecke | 1 | -0/+303 |