summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in debug message.Tim Potter2001-06-121-1/+1
| | | | (This used to be commit 4d2f6605820f7b62ff1a748952fd6edad63c1213)
* Removed commented out msdfs code that was being called anyway.Tim Potter2001-06-121-2/+0
| | | | (This used to be commit a542f4513ab792363fd5772582c6d317aa913257)
* lib/util_getent.c: removed debug code.Jeremy Allison2001-06-122-9/+51
| | | | | | | | smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris. Needs testing. lib/sysacls.c: Typo fix. Jeremy. (This used to be commit d989f8bd3e1524183a24fb67be1af05b3289f648)
* Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........Jeremy Allison2001-06-111-16/+47
| | | | | Jeremy. (This used to be commit e0f88cabfc5ef480e7f8a7fecd2d12a1b4371a2a)
* Fixed potential free of NULL found by SGI speedshop.Jeremy Allison2001-06-111-1/+2
| | | | | Jeremy. (This used to be commit fc7830eec8f5478fc3d3296bb35cb11c94e7d9fa)
* Fixed typo in Solaris and UnixWare ACLs.Jeremy Allison2001-06-091-1/+1
| | | | | Jeremy. (This used to be commit bd750def132d9a787728dc35c68df9166a15fbd7)
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-0911-81/+89
| | | | | | cleaned on clients abending connections. Thanks Andrew ! Jeremy. (This used to be commit 1b3977c5367a0b713b194f369abd9872ae01ac2a)
* Herb's IRIX fix for deleting default ACLs.Jeremy Allison2001-06-081-0/+5
| | | | | Jeremy. (This used to be commit 81b5a628d1471f71964b21817b9bec1ac80585c4)
* Log tdb failures.Jeremy Allison2001-06-081-2/+6
| | | | | Jeremy. (This used to be commit f004471aac3a1a0f2e40c05d1aadfe68456bc103)
* AIX has no default acls.Jeremy Allison2001-06-081-0/+6
| | | | | Jeremy. (This used to be commit 5853f1dc423a25276dafe7f3d284db534bfb41ff)
* Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-19/+56
| | | | | | Michael Davidson <michael_davidson@pacbell.net>. Jeremy. (This used to be commit 5668512ffa608810be0622832c9dbc7a2fda5a8f)
* Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-082-601/+615
| | | | | | | Will add changes for other supported ACL systems shortly (Herb, I may need help with the IRIX one). Jeremy. (This used to be commit a8532b193d1fe123155a69dd70e433f8fc312bfc)
* syc up docs with 2.2Gerald Carter2001-06-085-392/+27
| | | | (This used to be commit 1e1a8ad528256f7e977534f25af6c250ab6a2a83)
* Extra stuff for large readwrite support.Jeremy Allison2001-06-084-6/+10
| | | | | Jeremy. (This used to be commit 4338ee78c3d7bcf4b9fac383ff2f572d882ab97c)
* Correctly make max pathlength 255.Jeremy Allison2001-06-081-1/+1
| | | | | Jeremy. (This used to be commit 30cffea8fa813a7448648b496a19e751441e436e)
* Fix up the problems with calling smbc_init multiple times.Richard Sharpe2001-06-071-0/+6
| | | | (This used to be commit 832227a72b9c1d965736128ff84ffa235df6ecaf)
* Fixed typo in #ifndef at head of file.Tim Potter2001-06-071-2/+2
| | | | (This used to be commit 6bd1ba9a0432ab5e6c2ebe6ea0fa486960fd4289)
* Added comment about possible optimisation to winbindd_pam_auth()Tim Potter2001-06-071-0/+4
| | | | (This used to be commit bb01d2151cde866f0e2d91ee7c58439eeb382c48)
* Fixed bug in winbind_sid_to_gid() function.Tim Potter2001-06-071-1/+1
| | | | (This used to be commit 9a77f8530f58852f07d523facc61ea1daf6184d7)
* Correction to winbind nss library install process. So how do I update theTim Potter2001-06-061-2/+6
| | | | | manual/html pages??? (This used to be commit 73055f3f7d211ff6e45e46a56b0ea0614e78966d)
* Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-064-19/+12
| | | | | | loop in Simo's code (removes much grp = gep->next code). Jeremy. (This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)
* Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-062-21/+29
| | | | | Jeremy. (This used to be commit 5a15831b9ae79ce1ce34d5574fe5da114d184e45)
* Fix for cli_samr_connect() arg change.Tim Potter2001-06-061-1/+1
| | | | (This used to be commit 15efbbd2fea9cba819a88644a151cb872377621a)
* Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter2001-06-061-2/+2
| | | | | static arrays. (This used to be commit d122568b35f63e3da7bb1fad6a4e72922cf6bca3)
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-062-3/+7
| | | | (This used to be commit e65b4862733668feb62befe03ea5724c0a862acc)
* Added stubs for dfs rpc client routines.Tim Potter2001-06-062-0/+111
| | | | (This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)
* Prototypes update.Tim Potter2001-06-061-3/+29
| | | | (This used to be commit 6dfe98f6020bf85263a39443ff7b07c5c795c27a)
* Indent dodgy function prototype to avoid make proto picking it up andTim Potter2001-06-061-1/+1
| | | | | causing mayhem throughout the tree. (This used to be commit 369c911b446c311d4a5c8b4fddfe7fbffffefeba)
* Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
| | | | | Added samlookupnames and samlookuprids rpcclient commands. (This used to be commit 2ca5ea16bda131c6314444be5c671165d09c8422)
* Fixed bug in cli_samr_create_dom_user()Tim Potter2001-06-061-4/+68
| | | | | | | Added cli_samr_lookup_names() Removed redundant argument to cli_samr_connect() (This used to be commit 79710a3ab394dc024b3ccfccfb45fb6a906c3499)
* Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter2001-06-061-2/+12
| | | | | to use tallocated memory instead of dodgy static arrays. (This used to be commit 35d27941141ecdc3bfe18651e5225a94d818e8c1)
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-053-3/+61
| | | | | | Also added smbtorture test for this. Jeremy. (This used to be commit 6d65556ae8bea45a203defaded8436cbb56965e1)
* Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
| | | | | | We still need to set the large write reply correctly. Jeremy. (This used to be commit 810dae29b8b45e91c0c35a4d96202c08b13d4e82)
* don't use c++ style commentsAndrew Tridgell2001-06-051-1/+1
| | | | (This used to be commit dbb770ecc6dbbc4c38f31fc6b9747e0d8bc6e155)
* fixed solaris compilation error (don't add to a void*)Andrew Tridgell2001-06-051-2/+2
| | | | (This used to be commit f3c70e4248814e545a9ff64402cbd11020b159de)
* Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter2001-06-051-0/+5
| | | | (This used to be commit 84a22d5f0a74f440a5288fedf07055ddc8da208e)
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-0418-27/+27
| | | | (This used to be commit 8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b)
* Added add domain user to rpcclient.Tim Potter2001-06-042-0/+238
| | | | | Added cli_ functions for set userinfo and userinfo2. (This used to be commit 6c9796286c489a79c96d28b081ecf151803dbf7c)
* More compile fixups for winbind portability.Tim Potter2001-06-042-3/+7
| | | | (This used to be commit 086f332bb11ff0b2474554f81ef257e6a444a5cc)
* Compile fix for Solaris.Tim Potter2001-06-041-8/+29
| | | | (This used to be commit 7a1929b6caeb9b349510f7f4ae394246b9c5adc3)
* Compile fix for solaris.Tim Potter2001-06-041-7/+5
| | | | | Fixed some compiler warnings. (This used to be commit b44d3f912c346e00f41a4ff59877adad3b9c3bb0)
* Compile fix for wbinfo on solaris.Tim Potter2001-06-043-601/+601
| | | | (This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
* removed SHLIBS until someone has time to get it to compile on more platforms ↵Andrew Tridgell2001-06-031-1/+4
| | | | | | (Richard?) (This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6)
* Update prototype file.Tim Potter2001-06-021-13/+0
| | | | (This used to be commit bdb76938e2936df287e638120894ae1adda5cb86)
* Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter2001-06-021-9/+13
| | | | | branch. (This used to be commit e7a4dd7612d79bb24be68c601eccc987aba6b497)
* Removed irritating and unecessary debug message.Tim Potter2001-06-021-3/+0
| | | | (This used to be commit b49c4cd441717b0edf4ad3da0edddca474a08748)
* i18n bugfix merge from appliance.Tim Potter2001-06-021-1/+6
| | | | (This used to be commit 73eb539da641ce806690bbd893f126859d531c98)
* final sync with SAMBA_2_2Gerald Carter2001-06-0114-162/+169
| | | | (This used to be commit a25f6694d230fe384c212350dacf17bfae3ab79d)
* more syncs with SAMBA_2_2Gerald Carter2001-06-018-95/+1170
| | | | (This used to be commit a4bf39e3dd8a28faac54ddb4e16bea5adf745440)
* sync with SAMBA_2_2Gerald Carter2001-06-0144-0/+4864
| | | | (This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2)