summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Use DsGetDcName in local libnetapi join to find a dc.Günther Deschner2007-12-211-14/+20
* Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner2007-12-212-33/+119
* Missed on instance of external creds.Günther Deschner2007-12-211-2/+4
* Add static libnetapi_ctx.Günther Deschner2007-12-212-3/+26
* Use full string based debug_parse_levels in libnetapi.Günther Deschner2007-12-212-4/+25
* Add basic credential functions for libnetapi.Günther Deschner2007-12-212-0/+36
* Move basic libnetapi functions to NET_API_STATUS.Günther Deschner2007-12-212-9/+9
* Define NET_API_STATUS to be just a uin32_t.Günther Deschner2007-12-211-0/+2
* Getting rid of external credentials in libnetapi.Günther Deschner2007-12-212-8/+11
* Some libnet and netapi build fixes.Günther Deschner2007-12-212-0/+10
* Fill in local branch of NetGetJoinInformation().Günther Deschner2007-12-211-0/+26
* More minor libnetapi fixes.Günther Deschner2007-12-211-0/+1
* Build fixes for libnetapi.Günther Deschner2007-12-212-0/+102
* Fill in NetJoinDomainLocal().Günther Deschner2007-12-211-1/+35
* Split NetJoinDomain() into NetJoinDomainRemote() and the unsupportedGünther Deschner2007-12-211-23/+73
* Add NetGetJoinInformation().Günther Deschner2007-12-212-0/+56
* Fix the build on SolarisVolker Lendecke2007-12-211-1/+1
* Some C++ fixesVolker Lendecke2007-12-215-11/+23
* Some C++ warningsVolker Lendecke2007-12-213-5/+5
* Fix a missing prototype warningVolker Lendecke2007-12-211-0/+1
* Remove some statics from md4.cVolker Lendecke2007-12-211-7/+13
* Add a singleton cacheVolker Lendecke2007-12-211-2/+18
* Make data_blob_string_const return null terminated stringsVolker Lendecke2007-12-211-1/+1
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-211-77/+0
* Convert the pwnam cache to memcacheVolker Lendecke2007-12-211-53/+15
* Add memcache_add_tallocVolker Lendecke2007-12-211-0/+52
* Add a global cacheVolker Lendecke2007-12-211-0/+36
* fix dump printout when byte >= 0x80Herb Lewis2007-12-201-1/+1
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-192-49/+26
* Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-71...Volker Lendecke2007-12-191-10/+8
* Rename cache.[ch] to memcache.[ch]Volker Lendecke2007-12-191-1/+1
* We've finished with the old node once we've copied theJeremy Allison2007-12-181-4/+4
* Fix valgrind error in dbwrap_rbt where rec_priv->node wasJeremy Allison2007-12-181-1/+10
* Add a in-memory cacheVolker Lendecke2007-12-181-0/+298
* More static pstring elimination.Jeremy Allison2007-12-171-26/+86
* Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison2007-12-171-9/+4
* Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2007-12-172-0/+5
* get rid of doschar_table[]Volker Lendecke2007-12-161-54/+4
* Tiny fixes to init_valid_table()Volker Lendecke2007-12-161-2/+2
* Make init_doschar_table() staticVolker Lendecke2007-12-162-2/+3
* Make check_dos_char staticVolker Lendecke2007-12-161-1/+1
* Remove a static fstringVolker Lendecke2007-12-161-12/+20
* Cope with valgrind > 3.2.x.Jeremy Allison2007-12-151-0/+4
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-155-8/+8
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-151-29/+12
* sid_string_static is no more :-)Volker Lendecke2007-12-151-11/+8
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-152-5/+6
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-155-36/+30
* Add sid_string_dbgVolker Lendecke2007-12-151-0/+5
* Add debug_ctx according to an idea by TridgeVolker Lendecke2007-12-151-0/+14