summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* More minor libnetapi fixes.Günther Deschner2007-12-212-3/+1
* Build fixes for libnetapi.Günther Deschner2007-12-214-6/+118
* Add _wkssvc_NetrJoinDomain2() server.Günther Deschner2007-12-212-4/+67
* Fill in NetJoinDomainLocal().Günther Deschner2007-12-211-1/+35
* Add libnet_Join().Günther Deschner2007-12-212-1/+355
* Add libnet_JoinCtx structure.Günther Deschner2007-12-211-0/+48
* Split NetJoinDomain() into NetJoinDomainRemote() and the unsupportedGünther Deschner2007-12-211-23/+73
* Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner2007-12-213-145/+176
* For the fun of it, build netapi.so|.a.Günther Deschner2007-12-212-0/+13
* Add NetGetJoinInformation().Günther Deschner2007-12-212-0/+56
* Add get_friendly_werror_msg().Günther Deschner2007-12-211-7/+45
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-214-15/+17
* Use ADS_IGNORE_PRINCIPAL define.Günther Deschner2007-12-211-2/+1
* Fix the build on SolarisVolker Lendecke2007-12-211-1/+1
* Some C++ fixesVolker Lendecke2007-12-2111-19/+41
* Some C++ warningsVolker Lendecke2007-12-219-13/+13
* Fix a C++ warningVolker Lendecke2007-12-211-1/+1
* Fix a C++ warningVolker Lendecke2007-12-211-1/+1
* 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-212-3/+20
* 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-213-152/+124
* Convert the pwnam cache to memcacheVolker Lendecke2007-12-211-53/+15
* Add memcache_add_tallocVolker Lendecke2007-12-212-1/+59
* Add a global cacheVolker Lendecke2007-12-213-0/+44
* fix dump printout when byte >= 0x80Herb Lewis2007-12-201-1/+1
* Fix typo in filesystem capabilities bits.James Peach2007-12-201-3/+1
* Attempt to fix the buildVolker Lendecke2007-12-201-0/+2
* Remove unused variable 'didmsg'.James Peach2007-12-191-4/+0
* Fix a couple of warnings in mDNS registration. One of these is anJames Peach2007-12-191-2/+1
* Add filesystem capabilities bitmask to statfs info.James Peach2007-12-192-0/+87
* Expose per-fsp extension talloc context.James Peach2007-12-192-2/+23
* Release per-fsp data on file closure.James Peach2007-12-191-0/+5
* Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam2007-12-203-7/+11
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-1912-102/+19
* Prepare the afs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-43/+77
* Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam2007-12-191-11/+21
* Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam2007-12-191-5/+5
* Fix two debug statements: Add missing printf parameter.Michael Adam2007-12-191-2/+2
* Reformatting: wrap long lines and remove trailing spaces.Michael Adam2007-12-191-3/+7
* Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-9/+28
* Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-12/+21
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-195-13/+44
* Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam2007-12-191-19/+29
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-194-67/+152
* Remove the "is_directory" parameter from canonicalise_acl():Michael Adam2007-12-191-7/+9
* Change canonicalise_acl() to not take an fsp.Michael Adam2007-12-191-8/+15
* Change ensure_canon_entry_valid() to not take and fsp.Michael Adam2007-12-191-10/+11
* Change apply_default_perms() to not take an fsp.Michael Adam2007-12-191-14/+15