summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-08Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison1-19/+56
Michael Davidson <michael_davidson@pacbell.net>. Jeremy. (This used to be commit 5668512ffa608810be0622832c9dbc7a2fda5a8f)
2001-06-08Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2-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)
2001-06-08syc up docs with 2.2Gerald Carter5-392/+27
(This used to be commit 1e1a8ad528256f7e977534f25af6c250ab6a2a83)
2001-06-08Extra stuff for large readwrite support.Jeremy Allison4-6/+10
Jeremy. (This used to be commit 4338ee78c3d7bcf4b9fac383ff2f572d882ab97c)
2001-06-08Correctly make max pathlength 255.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 30cffea8fa813a7448648b496a19e751441e436e)
2001-06-07Fix up the problems with calling smbc_init multiple times.Richard Sharpe1-0/+6
(This used to be commit 832227a72b9c1d965736128ff84ffa235df6ecaf)
2001-06-07Fixed typo in #ifndef at head of file.Tim Potter1-2/+2
(This used to be commit 6bd1ba9a0432ab5e6c2ebe6ea0fa486960fd4289)
2001-06-07Added comment about possible optimisation to winbindd_pam_auth()Tim Potter1-0/+4
(This used to be commit bb01d2151cde866f0e2d91ee7c58439eeb382c48)
2001-06-07Fixed bug in winbind_sid_to_gid() function.Tim Potter1-1/+1
(This used to be commit 9a77f8530f58852f07d523facc61ea1daf6184d7)
2001-06-06Correction to winbind nss library install process. So how do I update theTim Potter1-2/+6
manual/html pages??? (This used to be commit 73055f3f7d211ff6e45e46a56b0ea0614e78966d)
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison4-19/+12
loop in Simo's code (removes much grp = gep->next code). Jeremy. (This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)
2001-06-06Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2-21/+29
Jeremy. (This used to be commit 5a15831b9ae79ce1ce34d5574fe5da114d184e45)
2001-06-06Fix for cli_samr_connect() arg change.Tim Potter1-1/+1
(This used to be commit 15efbbd2fea9cba819a88644a151cb872377621a)
2001-06-06Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter1-2/+2
static arrays. (This used to be commit d122568b35f63e3da7bb1fad6a4e72922cf6bca3)
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter2-3/+7
(This used to be commit e65b4862733668feb62befe03ea5724c0a862acc)
2001-06-06Added stubs for dfs rpc client routines.Tim Potter2-0/+111
(This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)
2001-06-06Prototypes update.Tim Potter1-3/+29
(This used to be commit 6dfe98f6020bf85263a39443ff7b07c5c795c27a)
2001-06-06Indent dodgy function prototype to avoid make proto picking it up andTim Potter1-1/+1
causing mayhem throughout the tree. (This used to be commit 369c911b446c311d4a5c8b4fddfe7fbffffefeba)
2001-06-06Fixups for new args to cli_samr_connect()Tim Potter1-35/+175
Added samlookupnames and samlookuprids rpcclient commands. (This used to be commit 2ca5ea16bda131c6314444be5c671165d09c8422)
2001-06-06Fixed bug in cli_samr_create_dom_user()Tim Potter1-4/+68
Added cli_samr_lookup_names() Removed redundant argument to cli_samr_connect() (This used to be commit 79710a3ab394dc024b3ccfccfb45fb6a906c3499)
2001-06-06Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter1-2/+12
to use tallocated memory instead of dodgy static arrays. (This used to be commit 35d27941141ecdc3bfe18651e5225a94d818e8c1)
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison3-3/+61
Also added smbtorture test for this. Jeremy. (This used to be commit 6d65556ae8bea45a203defaded8436cbb56965e1)
2001-06-05Deal with incorrect large writes from old NT4.x clients.Jeremy Allison1-1/+5
We still need to set the large write reply correctly. Jeremy. (This used to be commit 810dae29b8b45e91c0c35a4d96202c08b13d4e82)
2001-06-05don't use c++ style commentsAndrew Tridgell1-1/+1
(This used to be commit dbb770ecc6dbbc4c38f31fc6b9747e0d8bc6e155)
2001-06-05fixed solaris compilation error (don't add to a void*)Andrew Tridgell1-2/+2
(This used to be commit f3c70e4248814e545a9ff64402cbd11020b159de)
2001-06-05Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter1-0/+5
(This used to be commit 84a22d5f0a74f440a5288fedf07055ddc8da208e)
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell18-27/+27
(This used to be commit 8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b)
2001-06-04Added add domain user to rpcclient.Tim Potter2-0/+238
Added cli_ functions for set userinfo and userinfo2. (This used to be commit 6c9796286c489a79c96d28b081ecf151803dbf7c)
2001-06-04More compile fixups for winbind portability.Tim Potter2-3/+7
(This used to be commit 086f332bb11ff0b2474554f81ef257e6a444a5cc)
2001-06-04Compile fix for Solaris.Tim Potter1-8/+29
(This used to be commit 7a1929b6caeb9b349510f7f4ae394246b9c5adc3)
2001-06-04Compile fix for solaris.Tim Potter1-7/+5
Fixed some compiler warnings. (This used to be commit b44d3f912c346e00f41a4ff59877adad3b9c3bb0)
2001-06-04Compile fix for wbinfo on solaris.Tim Potter3-601/+601
(This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
2001-06-03removed SHLIBS until someone has time to get it to compile on more platforms ↵Andrew Tridgell1-1/+4
(Richard?) (This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6)
2001-06-02Update prototype file.Tim Potter1-13/+0
(This used to be commit bdb76938e2936df287e638120894ae1adda5cb86)
2001-06-02Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter1-9/+13
branch. (This used to be commit e7a4dd7612d79bb24be68c601eccc987aba6b497)
2001-06-02Removed irritating and unecessary debug message.Tim Potter1-3/+0
(This used to be commit b49c4cd441717b0edf4ad3da0edddca474a08748)
2001-06-02i18n bugfix merge from appliance.Tim Potter1-1/+6
(This used to be commit 73eb539da641ce806690bbd893f126859d531c98)
2001-06-01final sync with SAMBA_2_2Gerald Carter14-162/+169
(This used to be commit a25f6694d230fe384c212350dacf17bfae3ab79d)
2001-06-01more syncs with SAMBA_2_2Gerald Carter8-95/+1170
(This used to be commit a4bf39e3dd8a28faac54ddb4e16bea5adf745440)
2001-06-01sync with SAMBA_2_2Gerald Carter44-0/+4864
(This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2)
2001-06-01Oops.Tim Potter1-1/+15
(This used to be commit 9e1d9a3a44ceaba2b0bfa327409f6b8dd0c36b26)
2001-06-01beginning of merge with SAMBA_2_2Gerald Carter5-28/+34
(This used to be commit 3daa174cba4b53f57dfb963e7facb60667113b48)
2001-06-01forgot oneGerald Carter1-0/+240
(This used to be commit 95f5a5dc536bd38d1cc9da8d657d3bb1b99d2f53)
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter3-32/+70
recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff. (This used to be commit 391e7caf76cbc22021629ef0ec5e0c32806edfd7)
2001-06-01sync with SAMBA_2_2Gerald Carter15-266/+317
(This used to be commit 81b3af71d5c9ccd20d7e7303becc35bff30c39b4)
2001-06-01Added a --with/without winbind option to configure. The default is toTim Potter2-746/+789
compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect. (This used to be commit de46428d054285f568727589537cd8520ee0f687)
2001-06-01syncing up with SAMBA_2_2Gerald Carter39-4585/+10056
(This used to be commit 1bc58c21b15fcdb0a504d051f60e20c4e24441e6)
2001-06-01Added *.po to .cvsignore files.Tim Potter3-0/+3
(This used to be commit 870e9e4e89dcf910c595cabb28f69ad070942072)
2001-06-01Added a comment.Tim Potter1-0/+1
(This used to be commit b2e5dc606b5ff031e01799ee6e245857adc7e968)
2001-05-31merge from 2.2Gerald Carter1-12/+28
(This used to be commit c827787d679b3bbf9f57ff6d5aaab150456b1662)